yuminge-app/yun-min-program-plugin-master/packageF/storeManagement/memberManagement/memberManagement.wxss

77 lines
1.2 KiB
Plaintext

/* packageF/storeManagement/memberManagement/memberManagement.wxss */
.list {
padding: 0 20rpx;
}
.list .item {
display: flex;
align-items: center;
margin-top: 20rpx;
padding: 24rpx 29rpx;
background-color: #fff;
border-radius: 10rpx;
}
.list .item .avatar {
width: 80rpx;
height: 80rpx;
border-radius: 50%;
overflow: hidden;
}
.list .item .avatar image {
width: 100%;
height: 100%;
}
.list .item .info {
margin-left: 20rpx;
flex: 1;
text-align: left;
overflow: hidden;
}
.list .item .info .top {
display: flex;
white-space: nowrap;
font-size: 28rpx;
line-height: 1.125rem;
color: #242424;
}
.list .item .info .top .name {
max-width: 320rpx;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.list .item .info .top .id {
margin-left: 20rpx;
padding: 3rpx 16rpx;
font-size: 20rpx;
color: #fff;
background-color: #f15353;
border-radius: 4rpx;
}
.list .item .info .top .level-name {
font-size: 20rpx;
margin-left: 20rpx;
padding: 3rpx 16rpx;
background-color: #ffd150;
border-radius: 4rpx;
}
.list .item .info .bottom {
margin-top: 16rpx;
color: #807e7e;
font-size: 22rpx;
text-align: left;
}
.list .item .info .bottom .balance {
margin-left: 32rpx;
}