index.less 3.7 KB

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