gambit.wxss 662 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /* pages/gambit/gambit.wxss */
  2. page {
  3. width: 100%;
  4. height: 100%;
  5. background: #ffffff;
  6. }
  7. .gambit-container {
  8. padding: 30rpx 65rpx 0 60rpx;
  9. }
  10. .title {
  11. margin-bottom: 8rpx;
  12. font-size: 28rpx;
  13. font-family: 'PingFang SC, PingFang SC-Bold';
  14. font-weight: 700;
  15. color: #1a1a1a;
  16. }
  17. .text {
  18. margin-bottom: 20rpx;
  19. font-size: 24rpx;
  20. font-family: 'PingFang SC, PingFang SC-Medium';
  21. font-weight: 500;
  22. color: #666666;
  23. }
  24. .indent {
  25. text-indent: 48rpx;
  26. }
  27. .topic-price {
  28. font-size: 32rpx;
  29. font-family: 'PingFang SC, PingFang SC-Medium';
  30. font-weight: 700;
  31. color: #ec2e26;
  32. }
  33. .unit {
  34. font-size: 20rpx;
  35. color: #EC2E26;
  36. font-weight: 500;
  37. }