advance.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. @charset "UTF-8";
  2. .text-center.data-v-4b3be27b {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-4b3be27b {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-4b3be27b {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-4b3be27b {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-4b3be27b {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-4b3be27b {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-4b3be27b {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-4b3be27b {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-4b3be27b {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .ms.data-v-4b3be27b {
  39. height: 100vh;
  40. width: 100%;
  41. background: white;
  42. }
  43. .time-list.data-v-4b3be27b {
  44. width: 750rpx;
  45. height: 176rpx;
  46. position: fixed;
  47. top: 0;
  48. left: 0;
  49. }
  50. .goods-list.data-v-4b3be27b {
  51. margin-top: 176rpx;
  52. width: 750rpx;
  53. height: calc(100% - 176rpx);
  54. }
  55. .is_book_list.data-v-4b3be27b {
  56. margin-top: 350rpx;
  57. width: 750rpx;
  58. height: calc(100% - 350rpx);
  59. }
  60. .scroll.data-v-4b3be27b {
  61. width: 750rpx;
  62. height: 111rpx;
  63. position: relative;
  64. z-index: 1500;
  65. background: #ffffff;
  66. }
  67. .scroll .content.data-v-4b3be27b {
  68. white-space: nowrap;
  69. /*z-index: 1500;*/
  70. height: 96rpx;
  71. background-color: #30353c;
  72. }
  73. .scroll .item.data-v-4b3be27b {
  74. display: inline-block;
  75. width: 150rpx;
  76. height: 96rpx;
  77. position: relative;
  78. vertical-align: top;
  79. color: #bbbbbb;
  80. }
  81. .scroll .item > view.data-v-4b3be27b {
  82. text-align: center;
  83. line-height: 1;
  84. }
  85. .scroll .teaser.data-v-4b3be27b {
  86. line-height: 96rpx;
  87. text-align: center;
  88. }
  89. .scroll .open-time.data-v-4b3be27b {
  90. margin-top: 20rpx;
  91. font-size: 32rpx;
  92. }
  93. .scroll .label.data-v-4b3be27b {
  94. margin-top: 5rpx;
  95. font-size: 22rpx;
  96. }
  97. .scroll .no-active-item.data-v-4b3be27b {
  98. background-color: #30353c;
  99. }
  100. .scroll .active-item.data-v-4b3be27b {
  101. color: #ffffff;
  102. }
  103. .scroll .active-item .icon.data-v-4b3be27b {
  104. border: 20rpx solid;
  105. border-bottom-color: transparent;
  106. border-left-color: transparent;
  107. border-right-color: transparent;
  108. position: absolute;
  109. bottom: -36rpx;
  110. left: 50%;
  111. -webkit-transform: translateX(-50%);
  112. transform: translateX(-50%);
  113. }
  114. .time.data-v-4b3be27b {
  115. background-color: #ffffff;
  116. height: 80rpx;
  117. line-height: 80rpx;
  118. position: relative;
  119. top: -18rpx;
  120. }
  121. .time .left.data-v-4b3be27b {
  122. width: 6rpx;
  123. height: 100%;
  124. background-color: #ff4544;
  125. position: absolute;
  126. top: 0;
  127. z-index: 1600;
  128. }
  129. .time .text.data-v-4b3be27b {
  130. margin-left: 20rpx;
  131. font-size: 28rpx;
  132. color: #ff4544;
  133. }
  134. .time .timing.data-v-4b3be27b {
  135. font-size: 28rpx;
  136. margin-right: 24rpx;
  137. color: #999999;
  138. }
  139. .time .time-html.data-v-4b3be27b {
  140. margin-left: 12rpx;
  141. color: #353535;
  142. }
  143. .empty.data-v-4b3be27b {
  144. background-color: #ffffff;
  145. width: 100%;
  146. font-size: 26rpx;
  147. }
  148. .empty > image.data-v-4b3be27b {
  149. width: 350rpx;
  150. height: 350rpx;
  151. margin-top: 150rpx;
  152. }
  153. .empty > text.data-v-4b3be27b {
  154. font-size: 32rpx;
  155. color: #353535;
  156. line-height: 1;
  157. margin-top: 80rpx;
  158. }
  159. .empty > button.data-v-4b3be27b {
  160. padding: 0;
  161. border: 0;
  162. border-radius: 34rpx;
  163. height: 68rpx;
  164. font-size: 26rpx;
  165. text-align: center;
  166. color: #ffffff;
  167. line-height: 68rpx;
  168. width: 240rpx;
  169. margin-top: 96rpx;
  170. }
  171. .empty-goods.data-v-4b3be27b {
  172. margin-top: 45rpx;
  173. }
  174. .empty-goods > image.data-v-4b3be27b {
  175. width: 150rpx;
  176. height: 150rpx;
  177. }