coupon.less 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. /* components/diy-coupon/coupon.wxss */
  2. .one_index {
  3. .one_info {
  4. display: flex;
  5. color: #ffffff;
  6. justify-content: center;
  7. margin: 10rpx 0;
  8. .one_left {
  9. display: flex;
  10. align-items: center;
  11. justify-content: space-around;
  12. width: 500rpx;
  13. height: 180rpx;
  14. .price {
  15. font-size: 44rpx;
  16. font-weight: 700;
  17. .text {
  18. font-size: 28rpx;
  19. }
  20. }
  21. .price_right {
  22. .right_title {
  23. font-size: 28rpx;
  24. font-weight: 700;
  25. }
  26. .desc {
  27. margin-top: 10rpx;
  28. font-size: 26rpx;
  29. color: #f4f4f5;
  30. }
  31. }
  32. }
  33. .one_right {
  34. margin-left: 3rpx;
  35. width: 180rpx;
  36. height: 180rpx;
  37. font-size: 28rpx;
  38. display: flex;
  39. align-items: center;
  40. justify-content: center;
  41. }
  42. }
  43. }
  44. .two_index {
  45. display: flex;
  46. flex-direction: column;
  47. align-items: center;
  48. .two_info {
  49. width: 90%;
  50. display: flex;
  51. color: #ffffff;
  52. align-items: center;
  53. justify-content: space-around;
  54. margin: 10rpx 0;
  55. height: 160rpx;
  56. .two_left {
  57. display: flex;
  58. align-items: center;
  59. .price {
  60. font-size: 44rpx;
  61. font-weight: 700;
  62. .text {
  63. font-size: 28rpx;
  64. }
  65. }
  66. .price_right {
  67. margin-left: 40rpx;
  68. .right_title {
  69. font-size: 28rpx;
  70. font-weight: 700;
  71. }
  72. .desc {
  73. margin-top: 10rpx;
  74. font-size: 26rpx;
  75. color: #f4f4f5;
  76. }
  77. }
  78. }
  79. .two_right {
  80. font-size: 28rpx;
  81. }
  82. }
  83. }
  84. .slid_index {
  85. .slid {
  86. display: flex;
  87. white-space: nowrap;
  88. .slid_info {
  89. margin-left: 20rpx;
  90. padding: 35rpx 15rpx;
  91. text-align: center;
  92. width: 100%;
  93. .slid_price {
  94. font-size: 44rpx;
  95. font-weight: 700;
  96. color: #ffffff;
  97. .slid_text {
  98. font-size: 28rpx;
  99. }
  100. }
  101. .slid_desc {
  102. margin-top: 10rpx;
  103. font-size: 24rpx;
  104. color: #f4f4f5;
  105. }
  106. }
  107. }
  108. }
  109. .slid_index4 {
  110. .slid4 {
  111. display: flex;
  112. white-space: nowrap;
  113. .slid_info4 {
  114. margin-left: 20rpx;
  115. padding: 35rpx 15rpx;
  116. text-align: center;
  117. width: 100%;
  118. .slid_price4 {
  119. font-size: 44rpx;
  120. font-weight: 700;
  121. color: #ffffff;
  122. .slid_text4 {
  123. font-size: 28rpx;
  124. }
  125. }
  126. .slid_desc4 {
  127. margin-top: 10rpx;
  128. font-size: 24rpx;
  129. color: #f4f4f5;
  130. }
  131. }
  132. }
  133. }