placeOrder.wxss 6.4 KB

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