placeOrder.wxss 5.8 KB

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