index.wxss 581 B

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