search.wxss 4.2 KB

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