index.wxss 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. @charset "UTF-8";
  2. .text-center.data-v-2991c563 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-2991c563 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-2991c563 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-2991c563 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-2991c563 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-2991c563 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-2991c563 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-2991c563 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-2991c563 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .list .item.data-v-2991c563 {
  39. margin: 0 24rpx 20rpx;
  40. background-color: #fff;
  41. border-radius: 16rpx;
  42. padding: 24rpx;
  43. padding-bottom: 16rpx;
  44. }
  45. .list .item .look-goods.data-v-2991c563 {
  46. margin-top: 8rpx;
  47. border-radius: 8rpx;
  48. height: 48rpx;
  49. width: 288rpx;
  50. font-size: 24rpx;
  51. color: #666666;
  52. background-color: #f7f7f7;
  53. }
  54. .list .item .look-goods image.data-v-2991c563 {
  55. width: 18rpx;
  56. height: 10rpx;
  57. margin-left: 16rpx;
  58. }
  59. .no-tip.data-v-2991c563 {
  60. position: fixed;
  61. top: 40%;
  62. left: 0;
  63. right: 0;
  64. margin: 0 auto;
  65. color: #666666;
  66. font-size: 24rpx;
  67. width: 240rpx;
  68. text-align: center;
  69. }
  70. .no-tip image.data-v-2991c563 {
  71. height: 240rpx;
  72. width: 240rpx;
  73. margin-bottom: 20rpx;
  74. }
  75. .banner.data-v-2991c563 {
  76. height: 280rpx;
  77. width: 100%;
  78. position: relative;
  79. }
  80. .banner image.data-v-2991c563 {
  81. width: 100%;
  82. height: 280rpx;
  83. }
  84. .banner .rule.data-v-2991c563 {
  85. position: absolute;
  86. right: 24rpx;
  87. top: 24rpx;
  88. padding: 0 16rpx;
  89. border-radius: 24rpx;
  90. height: 48rpx;
  91. line-height: 48rpx;
  92. font-size: 22rpx;
  93. color: #fff;
  94. background-color: rgba(0, 0, 0, 0.4);
  95. }
  96. .search.data-v-2991c563 {
  97. width: 750rpx;
  98. height: 88rpx;
  99. position: -webkit-sticky;
  100. position: sticky;
  101. top: 0;
  102. left: 0;
  103. z-index: 100;
  104. background-color: #efeff4;
  105. padding: 15rpx 24rpx;
  106. box-sizing: border-box;
  107. }
  108. .search .search-view.data-v-2991c563 {
  109. width: 702rpx;
  110. height: 58rpx;
  111. background-color: white;
  112. border-radius: 22rpx;
  113. }
  114. .search .search-view .image.data-v-2991c563 {
  115. width: 20rpx;
  116. height: 20rpx;
  117. margin-right: 11rpx;
  118. }
  119. .search .search-view .text.data-v-2991c563 {
  120. font-size: 26rpx;
  121. color: #999999;
  122. }
  123. .dialog-bg.data-v-2991c563 {
  124. position: fixed;
  125. bottom: 0;
  126. left: 0;
  127. width: 100%;
  128. height: 100%;
  129. background-color: rgba(0, 0, 0, 0.3);
  130. z-index: 202;
  131. }
  132. .dialog-bg .dialog.data-v-2991c563 {
  133. width: 100%;
  134. position: fixed;
  135. left: 0;
  136. z-index: 210;
  137. background-color: #fff;
  138. border-top-left-radius: 16rpx;
  139. border-top-right-radius: 16rpx;
  140. }
  141. .dialog-bg .dialog.tabbarbool.data-v-2991c563 {
  142. padding-bottom: 110rpx;
  143. }
  144. .dialog-bg .dialog.tabbarbool.iphone_x.data-v-2991c563 {
  145. padding-bottom: 160rpx;
  146. }
  147. .dialog-bg .dialog .dialog-title.data-v-2991c563 {
  148. padding: 36rpx 24rpx 24rpx;
  149. font-size: 32rpx;
  150. color: #353535;
  151. }
  152. .dialog-bg .dialog .dialog-title .toBuy.data-v-2991c563 {
  153. font-size: 28rpx;
  154. }
  155. .dialog-bg .dialog .dialog-title .toBuy image.data-v-2991c563 {
  156. width: 36rpx;
  157. height: 36rpx;
  158. margin-right: 12rpx;
  159. display: block;
  160. }
  161. .dialog-bg .dialog .dialog-title .close image.data-v-2991c563 {
  162. width: 36rpx;
  163. height: 36rpx;
  164. }
  165. .dialog-bg .dialog .dialog-goods-list.data-v-2991c563 {
  166. padding: 0 24rpx;
  167. max-height: 750rpx;
  168. overflow-y: auto;
  169. }
  170. .dialog-bg .dialog .dialog-goods-list .dialog-goods.data-v-2991c563 {
  171. font-size: 32rpx;
  172. position: relative;
  173. padding: 28rpx 0;
  174. border-top: 2rpx solid #e2e2e2;
  175. }
  176. .dialog-bg .dialog .dialog-goods-list .dialog-goods image.data-v-2991c563 {
  177. width: 180rpx;
  178. height: 180rpx;
  179. margin-right: 24rpx;
  180. border-radius: 8rpx;
  181. }
  182. .dialog-bg .dialog .dialog-goods-list .dialog-goods .goods-name.data-v-2991c563 {
  183. color: #353535;
  184. width: 498rpx;
  185. }
  186. .dialog-bg .dialog .dialog-goods-list .dialog-goods .goods-price.data-v-2991c563 {
  187. position: absolute;
  188. bottom: 50rpx;
  189. left: 204rpx;
  190. }
  191. .dialog-bg .dialog .dialog-goods-list .dialog-goods.data-v-2991c563:first-of-type {
  192. border-top: 0;
  193. }