53 lines
801 B
Plaintext
53 lines
801 B
Plaintext
@import "/app.wxss";
|
|
|
|
.item {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 24rpx;
|
|
margin-left: 32rpx;
|
|
margin-right: 32rpx;
|
|
margin-top: 30rpx;
|
|
margin-bottom: 15rpx;
|
|
background-color: #fff;
|
|
border-radius: 30rpx;
|
|
}
|
|
|
|
.nickName {
|
|
flex: 1;
|
|
}
|
|
|
|
.operate {
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-end;
|
|
justify-content: space-between;
|
|
}
|
|
.admin button, .remove button {
|
|
width: 180rpx;
|
|
}
|
|
|
|
.disAgree {
|
|
margin-left: 24rpx;
|
|
}
|
|
|
|
.info {
|
|
margin-left: 32rpx;
|
|
flex: 1;
|
|
}
|
|
|
|
.nickName {
|
|
max-width: 300rpx;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
page, .van-tabs__scroll {
|
|
background-color: rgb(228,240,236) !important;
|
|
}
|
|
|
|
.van-tabs__scroll {
|
|
background-color: rgb(228,240,236) !important;
|
|
} |