index.wxss 818 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. .font-bold-30 {
  2. font-size: 60rpx;
  3. }
  4. .font-bold-20 {
  5. font-size: 40rpx;
  6. font-weight: 500;
  7. }
  8. .font-12 {
  9. font-size: 24rpx;
  10. }
  11. .head .little-img {
  12. width: 230rpx;
  13. height: 120rpx;
  14. }
  15. .back-img-wrap {
  16. width: 100%;
  17. position: absolute;
  18. top: 0;
  19. left: 0;
  20. z-index: -1;
  21. }
  22. .back-img-wrap .back-img {
  23. width: 100%;
  24. height: 340rpx;
  25. }
  26. .to-pay-wrap {
  27. text-align: center;
  28. padding: 46rpx 0;
  29. color: white;
  30. }
  31. .to-get-wrap {
  32. display: flex;
  33. justify-content: space-between;
  34. padding: 50rpx 50rpx 0 50rpx;
  35. color: white;
  36. }
  37. .trade-cancel-wrap {
  38. padding: 50rpx 76rpx;
  39. color: white;
  40. text-align: center;
  41. }
  42. .cancel-box {
  43. display: flex;
  44. align-items: center;
  45. justify-content: center;
  46. }
  47. .cancel-img {
  48. margin-right: 10rpx;
  49. width: 40rpx;
  50. height: 40rpx;
  51. }
  52. .count-down {
  53. font-weight: 500;
  54. }