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.
37 lines
774 B
37 lines
774 B
4 years ago
|
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;
|
||
|
height: 110rpx;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: space-between;
|
||
|
}
|
||
|
.alliance-list .alliance-item .alliance-title {
|
||
|
width: 650rpx;
|
||
|
font-size: 34rpx;
|
||
|
color: #333333;
|
||
|
overflow: hidden;
|
||
|
text-overflow:ellipsis;
|
||
|
white-space: nowrap;
|
||
|
}
|
||
|
.alliance-list .alliance-item .alliance-icon {
|
||
|
width: 22rpx;
|
||
|
height: 22rpx;
|
||
|
}
|
||
|
.alliance-list .list-line {
|
||
|
width: 690rpx;
|
||
|
height: 1px;
|
||
|
background-color: #eeeeee;
|
||
|
border-radius: 1px;
|
||
|
opacity: 0.5;
|
||
|
}
|