微信小程序
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

197 рядки
2.7 KiB

  1. @import '/template/bottomUserSQ/bottomUserSQ.wxss';
  2. .scroll_page
  3. {
  4. height: 100vh;
  5. }
  6. .page_content
  7. {
  8. width: 100%;
  9. height: auto;
  10. display: block;
  11. }
  12. .list-item
  13. {
  14. height: 35px;
  15. }
  16. .list-item-tv
  17. {
  18. width: 80%;
  19. height: 100%;
  20. margin-left: 10%;
  21. }
  22. /* .black_bj
  23. {
  24. position:absolute;
  25. bottom: 0rpx;
  26. left: 0rpx;
  27. width: 100vw;
  28. height: 100vh;
  29. }
  30. .dialog_sq
  31. {
  32. position:absolute;
  33. bottom: 0rpx;
  34. left: 0rpx;
  35. background: white;
  36. width: 100%;
  37. height: 500rpx;
  38. } */
  39. /**index.wxss**/
  40. .container
  41. {
  42. width: 100vw;
  43. }
  44. .title
  45. {
  46. color: black;
  47. text-align: center;
  48. width: auto;
  49. }
  50. .address_top_transverse
  51. {
  52. display: flex;
  53. height: 64rpx;
  54. background-color: white;
  55. padding-bottom: 16rpx;
  56. }
  57. .address_top_transverse .address_tap
  58. {
  59. width: auto;
  60. display: flex;
  61. align-items: center;
  62. }
  63. .address_top_transverse .address_tap image
  64. {
  65. width: 48rpx;
  66. height: 48rpx;
  67. margin-right: 16rpx;
  68. margin-left: 16rpx;
  69. }
  70. .address_top_transverse .address_tap .choice_address
  71. {
  72. margin-right: 16rpx;
  73. }
  74. .address_top_transverse .address_tap .change_view
  75. {
  76. font-size: 26rpx;
  77. width: 80rpx;
  78. }
  79. .address_top_transverse .search_container
  80. {
  81. display: flex;
  82. width: auto;
  83. height: 100%;
  84. align-items: center;
  85. border-radius: 32rpx;
  86. min-width: 130rpx;
  87. margin-right: 16rpx;
  88. flex: 1;
  89. }
  90. .address_top_transverse .search_container .search_img
  91. {
  92. width: 34rpx;
  93. height: 34rpx;
  94. margin-left: 16rpx;
  95. }
  96. .address_top_transverse .search_container .input_search
  97. {
  98. color: #94969c;
  99. min-width: 160rpx;
  100. height: 64rpx;
  101. font-size: 24rpx;
  102. line-height: 64rpx;
  103. padding-left: 30rpx;
  104. }
  105. .tab_container
  106. {
  107. width: 100%;
  108. height: 72rpx;
  109. position: relative;
  110. }
  111. .tab_container .right_icon_view
  112. {
  113. position: absolute;
  114. right: 0rpx;
  115. top: 0rpx;
  116. width: 10vw;
  117. height: 72rpx;
  118. line-height: 72rpx;
  119. text-align: center;
  120. }
  121. .banner_container
  122. {
  123. position: relative;
  124. }
  125. .banner_container .banner_item
  126. {
  127. width: 100%;
  128. height: 100%;
  129. margin-top: 16rpx;
  130. }
  131. .banner_img_sc{
  132. margin-left: 2.5%;
  133. border-radius: 16rpx;
  134. width: 95%;
  135. background: url(https://shgm.jjyyx.com/m/images/banner_w_bg.png) no-repeat center;
  136. }
  137. .banner_container .banner_toast
  138. {
  139. position: absolute;
  140. bottom: -17rpx;
  141. left: 5%;
  142. width: 340rpx;
  143. height: 50rpx;
  144. z-index: 10;
  145. }
  146. .type_swiper
  147. {
  148. margin-top: 16rpx;
  149. display: block;
  150. }
  151. .todayAndHot
  152. {
  153. margin-top:16rpx;
  154. display: block;
  155. }
  156. .secon_kill
  157. {
  158. margin-top: 16rpx;
  159. display: block;
  160. }
  161. .preSale_collage
  162. {
  163. margin-top: 16rpx;
  164. display: block;
  165. }