fxmember.wxss 558 B

1234567891011121314151617181920212223242526272829303132333435
  1. /* pages/packageA/pages/vip/fxmember.wxss */
  2. page{
  3. background-color: #F5F5F5;
  4. }
  5. .listItem{
  6. width: 670rpx;
  7. background: #FFFFFF;
  8. border-radius: 8rpx;
  9. margin-left:20rpx;
  10. margin-top:10rpx ;
  11. padding: 20rpx;
  12. }
  13. .nickName{
  14. height: 40px;
  15. font-size: 26rpx;
  16. font-family: PingFangSC-Regular, PingFang SC;
  17. font-weight: 400;
  18. color: #333333;
  19. line-height: 40px;
  20. margin-left: 20rpx;
  21. }
  22. .t1{
  23. height: 40rpx;
  24. font-size: 26rpx;
  25. font-family: PingFangSC-Regular, PingFang SC;
  26. font-weight: 400;
  27. color: #666666;
  28. line-height: 40rpx;
  29. }
  30. .t2{
  31. color:#333333;
  32. }