placeOrder.wxss 6.4 KB

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