paySuccess.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. .border-radius {
  2. background: #FFFFFF;
  3. border-radius: 24rpx;
  4. margin: 20rpx;
  5. }
  6. .top {
  7. padding-bottom: 20rpx;
  8. }
  9. .top image {
  10. width: 240rpx;
  11. height: 240rpx;
  12. }
  13. .top .btn-box {
  14. margin-top: 40rpx;
  15. }
  16. .top .btn-box .btn {
  17. width: 184rpx;
  18. height: 62rpx;
  19. box-sizing: border-box;
  20. border-radius: 33rpx;
  21. border: 2rpx solid #FA7D22;
  22. font-size: 24rpx;
  23. font-family: PingFang-SC-Medium, PingFang-SC;
  24. font-weight: 500;
  25. color: #FA7D22;
  26. }
  27. .top .btn-box .btn.active {
  28. background: #FA7D22;
  29. color: #fff;
  30. }
  31. .list {
  32. padding: 40rpx 20rpx;
  33. }
  34. .list .item {
  35. margin-top: 20rpx;
  36. /* padding: 12rpx 20rpx 20rpx; */
  37. }
  38. .list .item .change-img {
  39. width: 48rpx;
  40. height: 48rpx;
  41. margin-right: 16rpx;
  42. }
  43. .list .item-card {
  44. border-radius: 20rrpx;
  45. overflow: hidden;
  46. background: #FAFAFA;
  47. box-sizing: border-box;
  48. }
  49. .list .item-card text {
  50. font-size: 28rpx;
  51. font-family: PingFangSC-Medium, PingFang SC;
  52. font-weight: 500;
  53. color: #333333;
  54. }
  55. .list .item .card-img {
  56. width: 160rpx;
  57. height: 160rpx;
  58. }
  59. .list .item .btn {
  60. width: 136rpx;
  61. height: 56rpx;
  62. color: #666;
  63. font-size: 28rpx;
  64. border-radius: 28rpx;
  65. border: 2rpx solid #E1E1E1;
  66. }
  67. .btm {
  68. height: 170rpx;
  69. position: fixed;
  70. width: 100%;
  71. left: 0;
  72. bottom: 0;
  73. /* bottom: 56rpx; */
  74. background: #fff;
  75. /* padding: 0 28rpx; */
  76. }
  77. .btm-btn {
  78. width: 100%;
  79. height: 84rpx;
  80. font-size: 36rpx;
  81. color: #FFFFFF;
  82. margin: 0 40rpx;
  83. background: #FA7D22;
  84. border-radius: 42rpx;
  85. /* margin-top: 64rpx; */
  86. }
  87. .no-more-data {
  88. font-size: 24rpx;
  89. color: #666;
  90. padding: 10rpx 0 40rpx;
  91. }
  92. .vip-price-box .vip-origin-price {
  93. font-size: 28rpx;
  94. font-family: PingFangSC-Regular, PingFang SC;
  95. font-weight: 400;
  96. color: #999999;
  97. line-height: 40rpx;
  98. text-decoration: line-through;
  99. }
  100. .tabs-content {
  101. padding: 0 30rpx;
  102. background-color: #fff;
  103. }
  104. .tabs-content .item {
  105. padding: 20rpx 0;
  106. background: #fff;
  107. }
  108. .tabs-content .item-image {
  109. width: 280rpx;
  110. height: 280rpx;
  111. background-color: #efefef;
  112. border-radius: 24rpx;
  113. margin-right: 20rpx;
  114. }
  115. .tabs-content .tags {
  116. flex-wrap: wrap;
  117. }
  118. .tabs-content .tags-item {
  119. margin-bottom: 4px;
  120. padding: 2rpx 4rpx;
  121. background: #F7F7F7;
  122. border-radius: 8rpx;
  123. font-size: 24rpx;
  124. font-family: PingFang-SC-Medium, PingFang-SC;
  125. font-weight: 500;
  126. color: #979797;
  127. display: inline;
  128. margin-right: 20rpx;
  129. }
  130. .tabs-content .tags-item:last-child {
  131. /* margin-right: 0; */
  132. }
  133. .tabs-content .vip-price {
  134. background: #CAA470;
  135. border-radius: 8rpx;
  136. padding: 4rpx;
  137. /* display: inline-block; */
  138. height: 28rpx;
  139. /* box-sizing: border-box; */
  140. }
  141. .tabs-content .vip-price text {
  142. font-size: 20rpx;
  143. color: #fff;
  144. }
  145. .tabs-content .vip-price .price {
  146. background-color: #fff;
  147. border-radius: 8rpx;
  148. color: #CAA470;
  149. padding: 0 8rpx;
  150. }
  151. .tabs-content .btn-box image {
  152. width: 88rpx;
  153. height: 30rpx;
  154. margin-left: 16rpx;
  155. }
  156. .tabs-content .btn {
  157. width: 96rpx;
  158. height: 50rpx;
  159. background: #FA7D22;
  160. border-radius: 37rpx;
  161. font-size: 24rpx;
  162. font-family: PingFangSC-Medium, PingFang SC;
  163. font-weight: 500;
  164. color: #FFFFFF;
  165. }
  166. .tabs-content.active {
  167. display: grid;
  168. grid-gap: 20rpx 20rpx;
  169. padding: 0 20rpx 20rpx;
  170. grid-template-columns: repeat(2, 1fr);
  171. background-color: #F7F8FA;
  172. }
  173. .tabs-content.active .item {
  174. width: 344rpx;
  175. height: 608rpx;
  176. display: flex;
  177. flex-direction: column;
  178. border-radius: 24rpx;
  179. overflow: hidden;
  180. padding: 0;
  181. }
  182. .tabs-content.active .item-image {
  183. width: 344rpx;
  184. height: 344rpx;
  185. border-radius: 0;
  186. }
  187. .tabs-content.active .item-text {
  188. padding: 0 24rpx;
  189. }
  190. .tabs-title {
  191. height: 74rpx;
  192. }
  193. .tabs-title .line {
  194. width: 130rpx;
  195. height: 2rpx;
  196. background: #E9E9E9;
  197. }
  198. .opct{
  199. opacity: 0;
  200. }