index.less 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. .commodity {
  2. .cardBox {
  3. display: flex;
  4. align-items: center;
  5. justify-content: space-between;
  6. padding: 34rpx 21rpx;
  7. background-color: white;
  8. .vipBox {
  9. position: relative;
  10. width: 340rpx;
  11. height: 198rpx;
  12. background-size: cover;
  13. border-radius: 22rpx;
  14. -webkit-box-reflect: below 0rpx linear-gradient(top, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0.24));
  15. -webkit-box-reflect: below 4rpx -webkit-linear-gradient(top, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0.24));
  16. }
  17. .bg1 {
  18. background-image: url(http://reader-wx.ai160.com/images/reader/v3/learn/svip.png);
  19. }
  20. .bg2 {
  21. background-image: url(http://reader-wx.ai160.com/images/reader/v3/learn/vip.png);
  22. }
  23. .bgBorder {
  24. border: 4rpx solid #30C866;
  25. }
  26. .selectBtn {
  27. position: absolute;
  28. bottom: 10rpx;
  29. right: 10rpx;
  30. width: 48rpx;
  31. height: 46rpx;
  32. }
  33. .checked {
  34. background-color: #30C866;
  35. }
  36. }
  37. .introduce {
  38. margin: 20rpx 0;
  39. position: relative;
  40. z-index: 2;
  41. width: 100%;
  42. padding: 0rpx 20rpx 30rpx;
  43. background-color: white;
  44. box-shadow: 0 -31rpx 30rpx rgba(255, 255, 255, 1);
  45. .title {
  46. margin-bottom: 20rpx;
  47. font-size: 32rpx;
  48. font-weight: bold;
  49. }
  50. .price {
  51. font-size: 34rpx;
  52. font-weight: bold;
  53. color: #FF3B00;
  54. }
  55. }
  56. .entry {
  57. margin-top: 10rpx;
  58. padding: 36rpx 0rpx;
  59. display: flex;
  60. align-items: center;
  61. background-color: white;
  62. font-size: 30rpx;
  63. .title {
  64. width: 140rpx;
  65. text-align: center;
  66. color: #666666;
  67. }
  68. .detaild {
  69. font-weight: bold;
  70. }
  71. }
  72. .remind {
  73. padding: 25rpx 36rpx;
  74. .title {
  75. font-weight: bold;
  76. color: #212122;
  77. }
  78. .li {
  79. margin-top: 20rpx;
  80. font-size: 28rpx;
  81. display: flex;
  82. align-items: center;
  83. .resetBtn {
  84. margin-left: 30rpx;
  85. border: none;
  86. }
  87. .img {
  88. width: 70rpx;
  89. height: 70rpx;
  90. }
  91. }
  92. }
  93. .payBox {
  94. position: fixed;
  95. width: 100%;
  96. bottom: 0px;
  97. left: 0;
  98. display: flex;
  99. align-items: center;
  100. justify-content: space-between;
  101. padding: 22rpx 36rpx 30rpx;
  102. box-sizing: border-box;
  103. background-color: white;
  104. box-shadow: rgba(0, 0, 0, 0.35) 0px 30rpx 20rpx 20rpx;
  105. .left {
  106. font-size: 32rpx;
  107. text {
  108. font-size: 36rpx;
  109. color: #FF3B00;
  110. }
  111. }
  112. .buyBtn {
  113. padding: 14rpx 100rpx;
  114. background-color: #FF8E20;
  115. border-radius: 50rpx;
  116. color: white;
  117. font-size: 36rpx;
  118. }
  119. }
  120. .activationModal {
  121. position: fixed;
  122. z-index: 2;
  123. left: 0rpx;
  124. top: 0rpx;
  125. width: 100vw;
  126. height: 100vh;
  127. background: rgba(0, 0, 0, 0.7);
  128. .bg {
  129. position: absolute;
  130. width: 100%;
  131. height: 200rpx;
  132. z-index: -1;
  133. border-radius: 0 0 100rpx 100rpx;
  134. background-image: linear-gradient(132deg, #FFF4DB 14%, #FFF4DB 62%, #FEE5B5 100%);
  135. font-size: 40rpx;
  136. font-weight: bold;
  137. padding-top: 60rpx;
  138. box-sizing: border-box;
  139. text-align: center;
  140. }
  141. .box {
  142. position: absolute;
  143. left: 0;
  144. right: 0;
  145. top: 30%;
  146. margin: auto;
  147. width: 660rpx;
  148. height: 550rpx;
  149. background-color: white;
  150. border-radius: 20rpx;
  151. text-align: center;
  152. .sLcon {
  153. margin-top: 164rpx;
  154. width: 580rpx;
  155. height: 326rpx;
  156. }
  157. .close {
  158. position: absolute;
  159. padding: 40rpx;
  160. width: 54rpx;
  161. height: 54rpx;
  162. left: 0;
  163. right: 0;
  164. bottom: -140rpx;
  165. margin: auto;
  166. }
  167. }
  168. }
  169. }