You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
831 B
42 lines
831 B
page {
|
|
background-color: #f7f7f7;
|
|
}
|
|
.alliance-list {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background-color: #fff;
|
|
margin-top: 20rpx;
|
|
}
|
|
.alliance-list .alliance-item {
|
|
width: 690rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
padding: 20rpx 0;
|
|
box-sizing: border-box;
|
|
}
|
|
.alliance-item .headpic {
|
|
width: 180rpx;
|
|
height: 180rpx;
|
|
}
|
|
.alliance-item .alliance-info {
|
|
|
|
}
|
|
.alliance-list .alliance-item .title {
|
|
width: 450rpx;
|
|
margin: 10rpx 0;
|
|
font-size: 34rpx;
|
|
color: #333333;
|
|
overflow: hidden;
|
|
text-overflow:ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
.alliance-list .list-line {
|
|
width: 690rpx;
|
|
height: 1px;
|
|
background-color: #eeeeee;
|
|
border-radius: 1px;
|
|
opacity: 0.5;
|
|
}
|