index.wxss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. @charset "UTF-8";
  2. .text-center.data-v-69ae26d9 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-69ae26d9 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-69ae26d9 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-69ae26d9 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-69ae26d9 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-69ae26d9 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-69ae26d9 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-69ae26d9 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-69ae26d9 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .f-switch.data-v-69ae26d9 {
  39. width: 750rpx;
  40. height: 100rpx;
  41. position: relative;
  42. }
  43. .f-switch image.data-v-69ae26d9 {
  44. width: 750rpx;
  45. height: 100rpx;
  46. position: absolute;
  47. top: -1rpx;
  48. }
  49. .f-switch .button.data-v-69ae26d9 {
  50. width: 375rpx;
  51. height: 100rpx;
  52. position: absolute;
  53. background: transparent;
  54. padding: 0;
  55. margin: 0;
  56. border: none;
  57. }
  58. .f-switch .right.data-v-69ae26d9 {
  59. right: 0;
  60. }
  61. .f-switch .left.data-v-69ae26d9 {
  62. left: 0;
  63. }
  64. .f-bulletin.data-v-69ae26d9 {
  65. padding: 20rpx 24rpx;
  66. }
  67. .f-bulletin .f-title.data-v-69ae26d9 {
  68. font-size: 32rpx;
  69. font-weight: bold;
  70. color: #353535;
  71. }
  72. .f-bulletin .f-rule.data-v-69ae26d9 {
  73. font-size: 26rpx;
  74. color: #666;
  75. vertical-align: middle;
  76. }
  77. .f-bulletin .f-rule > image.data-v-69ae26d9 {
  78. width: 12rpx;
  79. height: 22rpx;
  80. margin-left: 14rpx;
  81. }
  82. .f-bulletin .f-timing.data-v-69ae26d9 {
  83. margin-top: 18rpx;
  84. font-size: 26rpx;
  85. color: #353535;
  86. }
  87. .f-bulletin .f-timing > text.data-v-69ae26d9:first-child {
  88. margin-left: 18rpx;
  89. }
  90. .f-bulletin > view.data-v-69ae26d9 {
  91. background-color: #fff;
  92. border-radius: 15rpx;
  93. height: 147rpx;
  94. padding: 32rpx 24rpx;
  95. }
  96. .f-activity.data-v-69ae26d9 {
  97. padding: 0 24rpx;
  98. overflow: auto;
  99. position: absolute;
  100. width: 750rpx;
  101. min-height: calc(100vh - 287rpx);
  102. }
  103. .f-activity .f-item.data-v-69ae26d9 {
  104. background-color: #fff;
  105. border-radius: 15rpx;
  106. padding: 24rpx;
  107. margin-bottom: 20rpx;
  108. }
  109. .f-activity .f-item .f-pic.data-v-69ae26d9 {
  110. width: 240rpx;
  111. height: 240rpx;
  112. border-radius: 8rpx;
  113. }
  114. .f-activity .f-item > view.cont.data-v-69ae26d9 {
  115. width: 394rpx;
  116. margin-left: 24rpx;
  117. position: relative;
  118. }
  119. .f-activity .f-item .f-name.data-v-69ae26d9 {
  120. font-size: 28rpx;
  121. color: #353535;
  122. min-width: 304rpx;
  123. }
  124. .f-activity .f-item .f-discount.data-v-69ae26d9 {
  125. height: 26rpx;
  126. color: #fff;
  127. font-size: 20rpx;
  128. margin-right: 10rpx;
  129. text-align: center;
  130. line-height: 26rpx;
  131. border-radius: 7rpx;
  132. padding: 0 5rpx;
  133. }
  134. .f-activity .f-item .f-num.data-v-69ae26d9 {
  135. font-size: 24rpx;
  136. margin-top: 10rpx;
  137. }
  138. .f-activity .f-item .f-num > text.data-v-69ae26d9:first-child {
  139. color: #666;
  140. }
  141. .f-activity .f-item .f-button.data-v-69ae26d9 {
  142. height: 68rpx;
  143. line-height: 68rpx;
  144. width: 164rpx;
  145. border-radius: 34rpx;
  146. font-size: 26rpx;
  147. color: #fff;
  148. margin: 0;
  149. padding: 0;
  150. text-align: center;
  151. border: none;
  152. }
  153. .f-activity .f-item .f-content.data-v-69ae26d9 {
  154. position: absolute;
  155. bottom: 0;
  156. width: 394rpx;
  157. }
  158. .f-activity .f-item .f-price > text.data-v-69ae26d9:first-child {
  159. font-size: 32rpx;
  160. }
  161. .f-activity .f-item .f-price > text.data-v-69ae26d9:last-child {
  162. font-size: 25rpx;
  163. color: #999;
  164. text-decoration: line-through;
  165. }
  166. .f-activity .f-item .app-percentage.data-v-69ae26d9 {
  167. width: 395rpx;
  168. height: 20rpx;
  169. border-radius: 12rpx;
  170. margin-top: 10rpx;
  171. overflow: hidden;
  172. }
  173. .f-activity .f-item .app-percentage > view.data-v-69ae26d9 {
  174. height: 20rpx;
  175. border-radius: 12rpx;
  176. }
  177. .f-activity .f-item .f-sold-out.data-v-69ae26d9 {
  178. background-color: #cdcdcd;
  179. }
  180. .f-empty.data-v-69ae26d9 {
  181. width: 750rpx;
  182. padding: 20rpx 24rpx;
  183. }
  184. .f-empty .f-empty-con.data-v-69ae26d9 {
  185. height: 100%;
  186. background: #efefef;
  187. border-radius: 15rpx;
  188. position: relative;
  189. }
  190. .f-empty .f-no.data-v-69ae26d9 {
  191. position: absolute;
  192. top: 30%;
  193. left: 50%;
  194. -webkit-transform: translate(-50%, -50%);
  195. transform: translate(-50%, -50%);
  196. }
  197. .out-dialog.data-v-69ae26d9 {
  198. border-top-left-radius: 15rpx;
  199. border-top-right-radius: 15rpx;
  200. width: 240rpx;
  201. height: 240rpx;
  202. position: absolute;
  203. top: 0;
  204. z-index: 10;
  205. left: 0;
  206. background-color: rgba(0, 0, 0, 0.5);
  207. }
  208. .out-dialog image.data-v-69ae26d9 {
  209. width: 240rpx;
  210. height: 240rpx;
  211. }
  212. .f-image.data-v-69ae26d9 {
  213. position: relative;
  214. }