level.wxss 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. @charset "UTF-8";
  2. .text-center.data-v-39ab1760 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-39ab1760 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-39ab1760 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-39ab1760 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-39ab1760 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-39ab1760 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-39ab1760 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-39ab1760 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-39ab1760 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .app-level.data-v-39ab1760 {
  39. height: 100vh;
  40. width: 100%;
  41. background-size: cover;
  42. background-repeat: no-repeat;
  43. background-position: center;
  44. }
  45. .app-level .title.data-v-39ab1760 {
  46. font-size: 57rpx;
  47. color: #ffffff;
  48. padding: 80rpx 0;
  49. width: 100%;
  50. text-align: center;
  51. }
  52. .app-level .list.data-v-39ab1760 {
  53. padding: 0 33rpx;
  54. }
  55. .app-level .list .item.data-v-39ab1760 {
  56. position: relative;
  57. background: #ffffff;
  58. border-radius: 20rpx;
  59. height: 130rpx;
  60. line-height: 130rpx;
  61. margin-bottom: 24rpx;
  62. }
  63. .app-level .list .item .shuxian.data-v-39ab1760 {
  64. width: 16rpx;
  65. height: 60rpx;
  66. display: block;
  67. top: -43rpx;
  68. position: absolute;
  69. }
  70. .app-level .list .item .shuxian.left.data-v-39ab1760 {
  71. left: 78rpx;
  72. }
  73. .app-level .list .item .shuxian.right.data-v-39ab1760 {
  74. right: 78rpx;
  75. }
  76. .app-level .list .item .content.data-v-39ab1760 {
  77. padding-left: 60rpx;
  78. }
  79. .app-level .list .item .content text.data-v-39ab1760 {
  80. color: #e33d41;
  81. }
  82. .app-level .list .item .content text.price.data-v-39ab1760:before {
  83. content: '¥';
  84. }
  85. .app-level .list .item .right.data-v-39ab1760 {
  86. font-size: 22rpx;
  87. color: #999999;
  88. }
  89. .app-level .list .item .right .arrow-right.data-v-39ab1760 {
  90. width: 12rpx;
  91. height: 22rpx;
  92. margin-left: 12rpx;
  93. margin-right: 25rpx;
  94. display: block;
  95. }
  96. .app-level .level-btn.data-v-39ab1760 {
  97. text-align: center;
  98. width: 534rpx;
  99. height: 88rpx;
  100. line-height: 88rpx;
  101. margin: 50rpx 108rpx;
  102. font-size: 43rpx;
  103. color: #895c4c;
  104. border-radius: 50rpx;
  105. background-image: -webkit-linear-gradient(left, #ffddad, #ffce98);
  106. background-image: linear-gradient(to right, #ffddad, #ffce98);
  107. }
  108. .app-level .dialog.data-v-39ab1760 {
  109. position: fixed;
  110. top: 0;
  111. left: 0;
  112. background: rgba(0, 0, 0, 0.5);
  113. width: 100%;
  114. height: 100%;
  115. }
  116. .app-level .dialog .content.data-v-39ab1760 {
  117. width: 436rpx;
  118. height: 492rpx;
  119. background-size: cover;
  120. background-repeat: no-repeat;
  121. background-position: center;
  122. font-size: 24rpx;
  123. color: #545454;
  124. }
  125. .app-level .dialog .content .dialog-title.data-v-39ab1760 {
  126. margin-top: 255rpx;
  127. margin-bottom: 30rpx;
  128. }
  129. .app-level .dialog .content .btn.data-v-39ab1760 {
  130. margin-top: 30rpx;
  131. width: 272rpx;
  132. height: 60rpx;
  133. color: #ffffff;
  134. border-radius: 60rpx;
  135. text-align: center;
  136. line-height: 60rpx;
  137. }
  138. .app-level .dialog .content .btn.btn-1.data-v-39ab1760 {
  139. background: #ff4e47;
  140. }
  141. .app-level .dialog .content .btn.btn-0.data-v-39ab1760 {
  142. background: #ffbf7a;
  143. }
  144. .app-level .dialog .rule.data-v-39ab1760 {
  145. width: 650rpx;
  146. background-color: #ffffff;
  147. border-radius: 20rpx;
  148. position: relative;
  149. }
  150. .app-level .dialog .rule .close.data-v-39ab1760 {
  151. position: absolute;
  152. right: 24rpx;
  153. top: 24rpx;
  154. width: 30rpx;
  155. height: 30rpx;
  156. }
  157. .app-level .dialog .rule .rule-title.data-v-39ab1760 {
  158. margin: 40rpx 0;
  159. }
  160. .app-level .dialog .rule .rule-content.data-v-39ab1760 {
  161. width: calc(100% - 64rpx);
  162. margin: 0 32rpx;
  163. padding: 20rpx 32rpx;
  164. height: 270rpx;
  165. overflow-y: auto;
  166. border: 1rpx solid #e2e2e2;
  167. border-radius: 16rpx;
  168. }
  169. .app-level .dialog .rule .btn.data-v-39ab1760 {
  170. width: 100%;
  171. height: 90rpx;
  172. line-height: 90rpx;
  173. text-align: center;
  174. color: #666666;
  175. font-size: 32rpx;
  176. border-top: 1rpx solid #e2e2e2;
  177. margin-top: 32rpx;
  178. }