index.rpx.css 526 B

123456789101112131415161718192021222324252627282930
  1. .page{
  2. padding: 0 32rpx;
  3. }
  4. .xialaImage{
  5. width: 26rpx;
  6. height: 26rpx;
  7. margin-top: 25rpx;
  8. margin-left: 5rpx;
  9. }
  10. .left{
  11. font-size: 24rpx;
  12. font-family: PingFangSC-Regular, PingFang SC;
  13. font-weight: 400;
  14. color: #333333;
  15. line-height: 72rpx;
  16. }
  17. .right{
  18. width: 500rpx;
  19. font-size: 24rpx;
  20. font-family: PingFangSC-Regular, PingFang SC;
  21. font-weight: 400;
  22. color: #999999;
  23. line-height: 72rpx;
  24. }
  25. .statistics{
  26. margin-top: 28rpx;
  27. height: 72rpx;
  28. background: #F7F7F7;
  29. }