yuminge-app/yun-min-program-plugin-master/packageF/bonusPoolsIndex/bonusPoolsTeam/bonusPoolsTeam.wxss

73 lines
1.2 KiB
Plaintext

/* packageF/bonusPoolsIndex/bonusPoolsTeam/bonusPoolsTeam.wxss */
#bonusPoolsTeam {
min-height: 100vh;
}
.list {
margin-top: 20.16rpx;
}
.list .lis {
padding: 25.6rpx 31.04rpx;
background: #fff;
margin-bottom: 20.16rpx;
display: flex;
align-items: center;
justify-content: space-between;
}
.list .lis .right {
flex:1;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.list .lis .right .span {
color: #7b7b7b;
text-align: right;
}
.list .lis .left {
display: flex;
width: 50%;
}
.list .lis .left .user {
height: 92.16rpx;
margin-left: 19.2rpx;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: space-between;
flex: 1;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.list .lis .left .user .name {
font-size: 32rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
}
.list .lis .left .user .grand {
font-size: 24rpx;
color: #7b7b7b;
}
.list .lis .left .image {
width: 92.16rpx;
height: 92.16rpx;
border-radius: 100%;
background: #ebebeb;
}
.list .lis .left .image image {
width: 92.16rpx;
height: 92.16rpx;
border-radius: 100%;
}