goods.wxss 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  1. @charset "UTF-8";
  2. .text-center.data-v-4f674fd6 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-4f674fd6 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-4f674fd6 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-4f674fd6 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-4f674fd6 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-4f674fd6 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-4f674fd6 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-4f674fd6 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-4f674fd6 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .search.data-v-4f674fd6 {
  39. z-index: 30;
  40. height: 88rpx;
  41. padding: 16rpx 35rpx;
  42. background-color: #EFEFF4;
  43. position: fixed;
  44. top: 0;
  45. left: 0;
  46. right: 0;
  47. width: 100%;
  48. }
  49. .search input.data-v-4f674fd6 {
  50. padding: 0 70rpx 0 30rpx;
  51. }
  52. .search-clear.data-v-4f674fd6 {
  53. position: absolute;
  54. right: 15rpx;
  55. top: 14rpx;
  56. width: 30rpx;
  57. height: 30rpx;
  58. z-index: 100;
  59. }
  60. .search-content.data-v-4f674fd6 {
  61. background-color: #fff;
  62. height: 56rpx;
  63. border-radius: 28rpx;
  64. width: 502rpx;
  65. }
  66. input.search-content.data-v-4f674fd6 {
  67. width: 482rpx;
  68. font-size: 26rpx;
  69. }
  70. .msg-item.data-v-4f674fd6 {
  71. margin: 24rpx;
  72. margin-bottom: 0;
  73. background-color: #fff;
  74. border-radius: 16rpx;
  75. position: relative;
  76. padding: 24rpx;
  77. }
  78. .msg-item .out-dialog.data-v-4f674fd6 {
  79. width: 148rpx;
  80. height: 148rpx;
  81. position: absolute;
  82. top: 24rpx;
  83. left: 24rpx;
  84. z-index: 5;
  85. background-color: rgba(0, 0, 0, 0.5);
  86. }
  87. .msg-item .out-dialog image.data-v-4f674fd6 {
  88. width: 148rpx;
  89. height: 148rpx;
  90. }
  91. .msg-img.data-v-4f674fd6 {
  92. height: 148rpx;
  93. width: 148rpx;
  94. display: block;
  95. }
  96. .goods-name.data-v-4f674fd6 {
  97. font-size: 26rpx;
  98. color: #353535;
  99. position: absolute;
  100. top: 22rpx;
  101. left: 192rpx;
  102. width: 486rpx;
  103. }
  104. .goods-price.data-v-4f674fd6 {
  105. font-size: 32rpx;
  106. color: #ff4544;
  107. position: absolute;
  108. bottom: 55rpx;
  109. left: 192rpx;
  110. }
  111. .goods-num.data-v-4f674fd6 {
  112. font-size: 24rpx;
  113. color: #999999;
  114. position: absolute;
  115. bottom: 20rpx;
  116. left: 192rpx;
  117. }
  118. .goods-num-zero.data-v-4f674fd6 {
  119. color: #ff4544;
  120. }
  121. .add-goods.data-v-4f674fd6 {
  122. width: 180rpx;
  123. height: 56rpx;
  124. line-height: 54rpx;
  125. border-radius: 28rpx;
  126. border: 1rpx solid #446dfd;
  127. padding-left: 18rpx;
  128. font-size: 26rpx;
  129. color: #446dfd;
  130. margin-left: 20rpx;
  131. background-color: #fff;
  132. }
  133. .add-goods image.data-v-4f674fd6 {
  134. height: 28rpx;
  135. width: 28rpx;
  136. margin-right: 8rpx;
  137. margin-top: 14rpx;
  138. display: block;
  139. }
  140. .more-handle.data-v-4f674fd6 {
  141. height: 56rpx;
  142. width: 56rpx;
  143. position: absolute;
  144. bottom: 16rpx;
  145. right: 24rpx;
  146. }
  147. .more.data-v-4f674fd6 {
  148. height: 100rpx;
  149. border-radius: 8rpx;
  150. background-color: rgba(0, 0, 0, 0.75);
  151. padding: 18rpx 0 8rpx;
  152. font-size: 20rpx;
  153. color: #fff;
  154. z-index: 6;
  155. position: absolute;
  156. bottom: 62rpx;
  157. right: 24rpx;
  158. }
  159. .more-item.data-v-4f674fd6 {
  160. width: 90rpx;
  161. text-align: center;
  162. }
  163. .more .more-item image.data-v-4f674fd6 {
  164. height: 40rpx;
  165. width: 40rpx;
  166. }
  167. .and-more.data-v-4f674fd6 {
  168. width: 0;
  169. height: 0;
  170. border-left: 10rpx solid transparent;
  171. border-right: 10rpx solid transparent;
  172. border-top: 10rpx solid rgba(0, 0, 0, 0.75);
  173. position: absolute;
  174. bottom: 54rpx;
  175. right: 44rpx;
  176. z-index: 6;
  177. }
  178. .bottom-tab.data-v-4f674fd6 {
  179. width: 100%;
  180. height: 96rpx;
  181. background-color: #fff;
  182. font-size: 20rpx;
  183. color: #9096ad;
  184. padding-top: 14rpx;
  185. }
  186. .u-bottom-fixed.data-v-4f674fd6 {
  187. z-index: 999;
  188. position: fixed;
  189. bottom: 0;
  190. left: 0;
  191. right: 0;
  192. width: 100%;
  193. background-color: #ffffff;
  194. }
  195. .tab-item.data-v-4f674fd6 {
  196. text-align: center;
  197. }
  198. .tab-icon.data-v-4f674fd6 {
  199. height: 48rpx;
  200. width: 48rpx;
  201. display: inline-block;
  202. }
  203. .tab-item.active.data-v-4f674fd6 {
  204. color: #446dfd;
  205. }
  206. .tab-item view.data-v-4f674fd6 {
  207. margin-top: -5rpx;
  208. }
  209. .screen.data-v-4f674fd6 {
  210. position: fixed;
  211. top: 0;
  212. left: 0;
  213. height: 100%;
  214. width: 100%;
  215. background-color: rgba(0, 0, 0, 0);
  216. }
  217. .btn-area.data-v-4f674fd6 {
  218. height: 88rpx;
  219. position: relative;
  220. border-top: 1rpx solid #e2e2e2;
  221. }
  222. .btn-area .line.data-v-4f674fd6 {
  223. height: 32rpx;
  224. width: 1rpx;
  225. background-color: #e2e2e2;
  226. position: absolute;
  227. top: 28rpx;
  228. left: 0;
  229. right: 0;
  230. margin: 0 auto;
  231. }
  232. .submit-btn.data-v-4f674fd6 {
  233. height: 88rpx;
  234. line-height: 88rpx;
  235. font-size: 32rpx;
  236. color: #666;
  237. width: 310rpx;
  238. text-align: center;
  239. }
  240. .submit-btn.be-submit.data-v-4f674fd6 {
  241. color: #446dfd;
  242. }
  243. .dialog.data-v-4f674fd6 {
  244. position: fixed;
  245. height: 100%;
  246. width: 100%;
  247. bottom: 0;
  248. left: 0;
  249. z-index: 10;
  250. background-color: rgba(0, 0, 0, 0.3);
  251. }
  252. .dialog-item.data-v-4f674fd6 {
  253. padding-top: 35rpx;
  254. position: fixed;
  255. top: 30%;
  256. left: 0;
  257. right: 0;
  258. margin: 0 auto;
  259. width: 620rpx;
  260. border-radius: 16rpx;
  261. background-color: #fff;
  262. }
  263. .dialog-title.data-v-4f674fd6 {
  264. font-size: 32rpx;
  265. color: #353535;
  266. margin-bottom: 6rpx;
  267. text-align: center;
  268. }
  269. .dialog-txt.data-v-4f674fd6 {
  270. margin: 40rpx auto;
  271. text-align: center;
  272. font-size: 32rpx;
  273. color: #353535;
  274. }
  275. .no-tip.data-v-4f674fd6 {
  276. position: fixed;
  277. top: 35%;
  278. left: 0;
  279. right: 0;
  280. color: #666666;
  281. font-size: 24rpx;
  282. text-align: center;
  283. }
  284. .no-tip .icon-image.data-v-4f674fd6 {
  285. height: 240rpx;
  286. width: 240rpx;
  287. margin-bottom: 20rpx;
  288. }
  289. .u-bottom-height.data-v-4f674fd6 {
  290. height: 116rpx;
  291. }
  292. .search-icon.data-v-4f674fd6 {
  293. height: 24rpx;
  294. width: 24rpx;
  295. }
  296. .search-text.data-v-4f674fd6 {
  297. color: #b2b2b2;
  298. font-size: 24rpx;
  299. margin: 0 5rpx;
  300. }
  301. .top-place.data-v-4f674fd6 {
  302. height: 88rpx;
  303. }