partner.wxss 903 B

123456789101112
  1. .box{background-color:#fff;padding-bottom:20rpx;}
  2. .top{height:80rpx;border-bottom:2rpx dashed #eee;display:flex;align-items:center;font-size:28rpx;padding-left:20rpx;box-sizing:border-box; margin: 0 20rpx;}
  3. .top text{margin-left:10rpx;}
  4. .list{height:110rpx;display:flex;align-items:center;padding:0 20rpx;box-sizing:border-box;margin:28rpx 0;}
  5. .name{width:300rpx;font-size:26rpx;padding-left:20rpx;box-sizing:border-box;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
  6. .col{flex-grow:1;font-size:26rpx;text-align:center;}
  7. .colR{color:#ee3a43;}
  8. .green{color:#14e22c;flex-grow:1;font-size:26rpx;text-align:center;}
  9. .colL{flex-grow:1;font-size:26rpx;display:inline-flex;align-items:center;}
  10. .header{width:110rpx;height:110rpx;position:relative;}
  11. .header .headerImg{width:110rpx;height:110rpx;border-radius:50%;}
  12. .header .vip{width:35rpx;height:35rpx;position:absolute;right:0;top:0;z-index:1;}