placeOrder.wxss 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408
  1. /* pages/order/placeOrder/placeOrder.wxss */
  2. .topBox {
  3. padding: 16rpx 32rpx;
  4. }
  5. .topBox .title {
  6. font-size: 34rpx;
  7. font-weight: 600;
  8. color: #191C27;
  9. }
  10. .topBox .footer {
  11. font-size: 24rpx;
  12. color: #666666;
  13. margin-top: 25rpx;
  14. }
  15. .topBox .footer .le {
  16. border-right: 1rpx solid #E4E4E4;
  17. padding-right: 40rpx;
  18. width: 80%;
  19. }
  20. .topBox .footer .address {
  21. margin-bottom: 20rpx;
  22. }
  23. .topBox .footer .tips {
  24. font-size: 24rpx;
  25. color: #666666;
  26. }
  27. .topBox .footer .tips .tag {
  28. font-size: 22rpx;
  29. color: #E13C30;
  30. padding: 6rpx;
  31. background: #FFEBEA;
  32. border-radius: 2rpx;
  33. margin-right: 16rpx;
  34. }
  35. .topBox .footer .swiperBox {
  36. width: 150rpx;
  37. height: 105rpx;
  38. }
  39. .topBox .footer .swiperBox swiper-item {
  40. width: 100%;
  41. height: 100%;
  42. }
  43. .topBox .footer .swiperBox image {
  44. width: 40rpx;
  45. height: 40rpx;
  46. margin-right: 10rpx;
  47. }
  48. .topBox .footer .swiperBox text {
  49. font-size: 26rpx;
  50. color: #191C27;
  51. }
  52. .wx-swiper-dot {
  53. width: 24rpx !important;
  54. height: 5rpx !important;
  55. border-radius: 2rpx !important;
  56. bottom: 0rpx !important;
  57. }
  58. .wx-swiper-dot-active {
  59. width: 24rpx !important;
  60. height: 5rpx !important;
  61. border-radius: 2rpx !important;
  62. }
  63. .scrollBox {
  64. white-space: nowrap;
  65. padding: 32rpx 0;
  66. padding-left: 32rpx;
  67. }
  68. .scrollBox scroll-view {
  69. height: 175rpx;
  70. }
  71. .scrollBox .show {
  72. width: 390rpx;
  73. margin-right: 16rpx;
  74. height: 170rpx;
  75. border-radius: 10rpx;
  76. }
  77. .footerBox {
  78. width: 750rpx;
  79. height: 146rpx;
  80. background: rgba(255, 255, 255, 0.9);
  81. position: fixed;
  82. left: 0;
  83. bottom: 0;
  84. z-index: 200;
  85. }
  86. .footerBox .btnBox {
  87. width: 686rpx;
  88. height: 82rpx;
  89. background: #3A3A3A;
  90. border-radius: 41rpx;
  91. overflow: hidden;
  92. }
  93. .footerBox .btnBox .box {
  94. position: relative;
  95. margin: 0 40rpx;
  96. }
  97. .footerBox .btnBox .box image {
  98. width: 56rpx;
  99. height: 56rpx;
  100. }
  101. .footerBox .btnBox .tips {
  102. font-size: 28rpx;
  103. color: #999999;
  104. }
  105. .footerBox .btnBox .pricce {
  106. font-size: 32rpx;
  107. color: #FFFFFF;
  108. }
  109. .footerBox .btnBox .pricce .num {
  110. font-size: 48rpx;
  111. }
  112. .footerBox .btnBox .lr {
  113. width: 200rpx;
  114. height: 82rpx;
  115. line-height: 82rpx;
  116. font-size: 32rpx;
  117. }
  118. .footerBox .btnBox .gray {
  119. font-size: 32rpx;
  120. font-weight: 500;
  121. color: #999999;
  122. background: #5B5B5B;
  123. text-align: center;
  124. }
  125. .contioner {
  126. height: 50vh;
  127. }
  128. .listBox {
  129. min-height: 550rpx;
  130. width: 80%;
  131. white-space: nowrap;
  132. height: 100%;
  133. }
  134. .listBox scroll-view {
  135. width: 100%;
  136. height: 100%;
  137. }
  138. .listBox .title {
  139. font-size: 28rpx;
  140. font-weight: 500;
  141. color: #191C27;
  142. padding: 16rpx;
  143. }
  144. .listBox .box {
  145. padding: 0 40rpx;
  146. }
  147. .listBox .title .line {
  148. width: 90%;
  149. height: 1px;
  150. background: #EDEDED;
  151. margin-left: 15rpx;
  152. }
  153. .listBox .items {
  154. padding: 30rpx 0;
  155. }
  156. .listBox .items .le {
  157. margin-right: 16rpx;
  158. }
  159. .listBox .items .picture {
  160. width: 140rpx;
  161. height: 140rpx;
  162. }
  163. .listBox .items .message {
  164. flex-direction: column;
  165. align-items: flex-start;
  166. height: 140rpx;
  167. width: 100%;
  168. }
  169. .listBox .items .lr {
  170. width: 80%;
  171. }
  172. .listBox .items .num {
  173. width: 100%;
  174. }
  175. .listBox .items .num .price {
  176. font-size: 24rpx;
  177. color: #191C27;
  178. }
  179. .listBox .items .num .price .number {
  180. font-size: 36rpx;
  181. font-weight: 600;
  182. }
  183. .listBox .items .btn {
  184. width: 40rpx;
  185. height: 40rpx;
  186. border-radius: 50%;
  187. }
  188. .listBox .items .num .oldPrice {
  189. font-size: 24rpx;
  190. color: #BDBDBD;
  191. margin-left: 12rpx;
  192. text-decoration: line-through;
  193. }
  194. .carBox {
  195. padding-bottom: 200rpx;
  196. }
  197. .carBox .tit {
  198. width: 750rpx;
  199. height: 92rpx;
  200. background: #F6F6F6;
  201. padding: 32rpx;
  202. }
  203. .carBox .tit .le {
  204. font-size: 28rpx;
  205. color: #191C27;
  206. }
  207. .carBox .tit .lr {
  208. font-size: 28rpx;
  209. color: #666666;
  210. }
  211. .carBox .tit .del {
  212. width: 32rpx;
  213. height: 32rpx;
  214. margin-right: 8rpx;
  215. }
  216. .carBox .box {
  217. white-space: nowrap;
  218. }
  219. .carBox .box scroll-view {
  220. height: 500rpx;
  221. padding-left: 40rpx;
  222. padding-right: 32rpx;
  223. box-sizing: border-box;
  224. }
  225. .carBox .items {
  226. padding: 30rpx 0;
  227. }
  228. .carBox .items .le {
  229. margin-right: 32rpx;
  230. }
  231. .carBox .items .picture {
  232. width: 104rpx;
  233. height: 104rpx;
  234. }
  235. .carBox .items .message {
  236. flex-direction: column;
  237. align-items: flex-start;
  238. height: 104rpx;
  239. width: 100%;
  240. }
  241. .nums {
  242. margin: 0 30rpx;
  243. }
  244. .carBox .items .lr {
  245. width: 80%;
  246. }
  247. .carBox .items .num {
  248. width: 100%;
  249. }
  250. .carBox .items .num .price {
  251. font-size: 24rpx;
  252. color: #191C27;
  253. }
  254. .carBox .items .num .price .number {
  255. font-size: 36rpx;
  256. font-weight: 600;
  257. }
  258. .carBox .items .btn {
  259. width: 40rpx;
  260. height: 40rpx;
  261. border-radius: 50%;
  262. }
  263. .carBox .items .num .oldPrice {
  264. font-size: 24rpx;
  265. color: #BDBDBD;
  266. margin-left: 12rpx;
  267. text-decoration: line-through;
  268. }
  269. .slidebar {
  270. width: 20%;
  271. height: 100%;
  272. white-space: nowrap;
  273. background: #F6F6F6;
  274. }
  275. .slidebar scroll-view {
  276. height: 100%;
  277. }
  278. .slidebar .sliderItem {
  279. height: 94rpx;
  280. line-height: 94rpx;
  281. text-align: center;
  282. font-size: 30rpx;
  283. color: #666666;
  284. border-left: 8rpx solid transparent;
  285. }
  286. .slidebar .sliderItem.active {
  287. height: 94rpx;
  288. line-height: 94rpx;
  289. text-align: center;
  290. font-size: 30rpx;
  291. font-weight: 500;
  292. color: #191C27;
  293. border-left: 8rpx solid #4699FF;
  294. }
  295. .details {
  296. padding: 32rpx;
  297. padding-bottom: 100rpx;
  298. }
  299. .details .title {
  300. width: 545rpx;
  301. font-size: 34rpx;
  302. font-weight: 500;
  303. color: #191C27;
  304. padding: 12rpx 0;
  305. margin-bottom: 20rpx;
  306. }
  307. .details .tag {
  308. font-size: 24rpx;
  309. color: #4699FF;
  310. width: 84rpx;
  311. height: 32rpx;
  312. line-height: 32rpx;
  313. text-align: center;
  314. background: #E8F2FF;
  315. border-radius: 2rpx;
  316. }
  317. .details .grayText {
  318. font-size: 28rpx;
  319. color: #666666;
  320. margin-top: 32rpx;
  321. }