index.wxss 545 B

1234567891011121314151617181920212223242526272829303132
  1. .commission-details .promoterHeader .headerCon .money {
  2. font-size: 36rpx;
  3. }
  4. .commission-details .promoterHeader .headerCon .money .num {
  5. font-family: 'Guildford Pro';
  6. }
  7. .noCart {
  8. margin-top: 171rpx;
  9. padding-top: 0.1rpx;
  10. }
  11. .noCart .pictrue {
  12. width: 292rpx;
  13. height: 292rpx;
  14. margin: 48rpx auto 56rpx auto;
  15. }
  16. .noCart .pictrue image {
  17. width: 100%;
  18. height: 100%;
  19. }
  20. .nocatr_p {
  21. font-size: 30rpx;
  22. font-family: PingFang SC, PingFang SC-Regular;
  23. font-weight: 400;
  24. text-align: center;
  25. color: #999999;
  26. margin-top: 64rpx;
  27. }