confirmorder.wxss 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417
  1. page {
  2. background-color: #F7F7F7;
  3. padding-bottom: 156rpx;
  4. /* 弹出层 */
  5. }
  6. page .body {
  7. width: 710rpx;
  8. margin: 0 auto;
  9. }
  10. page .selfmention{
  11. padding-bottom: 10rpx;
  12. }
  13. page .body .tab-box {
  14. width: 100%;
  15. min-height: 324rpx;
  16. background-color: #FFFFFF;
  17. border-radius: 20rpx 20rpx 20rpx 20rpx;
  18. display: flex;
  19. flex-direction: column;
  20. }
  21. page .body .tab-box .tab-box-top {
  22. width: 100%;
  23. display: flex;
  24. border-radius: 20rpx 20rpx 20rpx 20rpx;
  25. color: #464646;
  26. font-size: 32rpx;
  27. box-sizing: border-box;
  28. }
  29. page .body .tab-box .tab-box-top .left-tab {
  30. flex: 1;
  31. height: 120rpx;
  32. background-color: #F0F0F0;
  33. border: 5rpx solid #FF874E;
  34. border-radius: 20rpx;
  35. display: flex;
  36. justify-content: center;
  37. align-items: center;
  38. box-sizing: border-box;
  39. }
  40. page .body .tab-box .tab-box-top .right-tab {
  41. flex: 1;
  42. height: 120rpx;
  43. background-color: #FFFFFF;
  44. border-radius: 20rpx;
  45. display: flex;
  46. justify-content: center;
  47. align-items: center;
  48. box-sizing: border-box;
  49. }
  50. page .body .tab-box .distribution {
  51. padding-left: 28rpx;
  52. padding-right: 30rpx;
  53. flex: 1;
  54. display: flex;
  55. justify-content: space-between;
  56. align-items: center;
  57. }
  58. page .body .tab-box .distribution .distribution-left {
  59. display: flex;
  60. flex-direction: column;
  61. justify-content: center;
  62. height: 100%;
  63. }
  64. page .body .tab-box .distribution .distribution-left .distribution-left-top {
  65. color: #464646;
  66. font-size: 32rpx;
  67. font-weight: bold;
  68. }
  69. page .body .tab-box .distribution .distribution-left .distribution-left-bottom {
  70. margin-top: 28rpx;
  71. color: #656565;
  72. font-size: 28rpx;
  73. }
  74. page .body .tab-box .distribution .distribution-right {
  75. height: 100%;
  76. display: flex;
  77. align-items: center;
  78. }
  79. page .body .tab-box .selfmention .selfmention-row {
  80. display: flex;
  81. justify-content: space-between;
  82. padding-left: 28rpx;
  83. padding-right: 20rpx;
  84. margin-top: 40rpx;
  85. }
  86. page .body .tab-box .selfmention .selfmention-row .selfmention-row-left {
  87. color: #464646;
  88. font-size: 32rpx;
  89. font-weight: bold;
  90. }
  91. page .body .tab-box .selfmention .selfmention-row .selfmention-row-right {
  92. display: flex;
  93. align-items: center;
  94. }
  95. page .body .tab-box .selfmention .selfmention-row .selfmention-row-right .button {
  96. width: 192rpx;
  97. height: 56rpx;
  98. border-radius: 36rpx;
  99. background-color: #FF874E;
  100. display: flex;
  101. justify-content: center;
  102. align-items: center;
  103. color: #FFFFFF;
  104. font-size: 24rpx;
  105. margin-left: 20rpx;
  106. }
  107. page .body .tab-box .selfmention .selfmention-tips {
  108. padding-top: 16rpx;
  109. padding-bottom: 28rpx;
  110. padding-left: 28rpx;
  111. padding-right: 20rpx;
  112. color: #FF874E;
  113. font-size: 24rpx;
  114. }
  115. page .body .pintuan-card {
  116. padding-top: 38rpx;
  117. padding-left: 28rpx;
  118. padding-right: 22rpx;
  119. padding-bottom: 32rpx;
  120. margin-top: 30rpx;
  121. background-color: #FFFFFF;
  122. border-radius: 20rpx;
  123. }
  124. page .body .pintuan-card .pintuan-name {
  125. color: #656565;
  126. font-size: 29rpx;
  127. }
  128. page .body .pintuan-card .good-card {
  129. display: flex;
  130. margin-top: 38rpx;
  131. }
  132. page .body .pintuan-card .good-card .good-card-left {
  133. width: 128rpx;
  134. height: 128rpx;
  135. }
  136. page .body .pintuan-card .good-card .good-card-left image {
  137. width: 128rpx;
  138. height: 128rpx;
  139. border-radius: 27rpx;
  140. }
  141. page .body .pintuan-card .good-card .good-card-right {
  142. height: 128rpx;
  143. margin-left: 14rpx;
  144. display: flex;
  145. flex-direction: column;
  146. justify-content: space-between;
  147. }
  148. page .body .pintuan-card .good-card .good-card-right .right-top {
  149. display: flex;
  150. align-items: center;
  151. }
  152. page .body .pintuan-card .good-card .good-card-right .right-top .good-name {
  153. color: #494949;
  154. font-size: 28rpx;
  155. min-width: 250rpx;
  156. font-weight: bold;
  157. }
  158. page .body .pintuan-card .good-card .good-card-right .right-top .original-price {
  159. color: #656565;
  160. font-size: 24rpx;
  161. text-decoration: line-through;
  162. white-space: nowrap;
  163. }
  164. page .body .pintuan-card .good-card .good-card-right .right-top .current-price {
  165. color: #464646;
  166. display: flex;
  167. align-items: center;
  168. margin-left: 20rpx;
  169. }
  170. page .body .pintuan-card .good-card .good-card-right .right-top .current-price .current-price-txt1 {
  171. font-size: 28rpx;
  172. font-weight: bold;
  173. }
  174. page .body .pintuan-card .good-card .good-card-right .right-top .current-price .current-price-txt2 {
  175. font-size: 36rpx;
  176. font-weight: bold;
  177. }
  178. page .body .pintuan-card .good-card .good-card-right .right-bottom {
  179. color: #989898;
  180. font-size: 28rpx;
  181. }
  182. page .body .pintuan-card .all-price {
  183. display: flex;
  184. justify-content: space-between;
  185. align-items: center;
  186. margin-top: 38rpx;
  187. }
  188. page .body .pintuan-card .all-price .all-price-left {
  189. color: #656565;
  190. font-size: 28rpx;
  191. display: flex;
  192. align-items: center;
  193. }
  194. page .body .pintuan-card .all-price .all-price-right {
  195. display: flex;
  196. align-items: center;
  197. }
  198. page .body .remark-info .remarkText{
  199. font-size: 32rpx;
  200. }
  201. page .body .remark-info {
  202. height: 128rpx;
  203. border-radius: 20rpx;
  204. background-color: #FFFFFF;
  205. padding: 20rpx 42rpx;
  206. margin-top: 30rpx;
  207. margin-bottom: 30rpx;
  208. }
  209. page .body .remark-info .placeholder {
  210. color: #989898;
  211. font-size: 28rpx;
  212. }
  213. page .body .remark-info input {
  214. height: 128rpx;
  215. }
  216. page .foot {
  217. width: 100%;
  218. height: 156rpx;
  219. background-color: #FFFFFF;
  220. position: fixed;
  221. bottom: 0;
  222. box-shadow: 0px -2px 28px -12px rgba(0, 0, 0, 0.19);
  223. z-index: 999;
  224. }
  225. page .foot .foot-row {
  226. display: flex;
  227. align-items: center;
  228. justify-content: space-between;
  229. margin-top: 24rpx;
  230. }
  231. page .foot .foot-row .foot-row-left {
  232. display: flex;
  233. align-items: center;
  234. }
  235. page .foot .foot-row .foot-row-left .foot-row-left-text:nth-child(1) {
  236. color: #656565;
  237. font-size: 24rpx;
  238. margin-left: 48rpx;
  239. }
  240. page .foot .foot-row .foot-row-left .foot-row-left-text:nth-child(2) {
  241. color: #656565;
  242. font-size: 24rpx;
  243. margin-left: 86rpx;
  244. text-decoration: line-through;
  245. }
  246. page .foot .foot-row .foot-row-left .foot-row-left-text:nth-child(3) {
  247. color: #656565;
  248. font-size: 24rpx;
  249. margin-left: 20rpx;
  250. }
  251. page .foot .foot-row .foot-row-left .foot-row-left-text:nth-child(4) {
  252. color: #FF874E;
  253. font-size: 28rpx;
  254. }
  255. page .foot .foot-row .foot-row-left .foot-row-left-text:nth-child(5) {
  256. color: #FF874E;
  257. font-size: 42rpx;
  258. margin-left: 10rpx;
  259. }
  260. page .foot .foot-row .foot-row-right {
  261. display: flex;
  262. align-items: center;
  263. }
  264. page .foot .foot-row .foot-row-right .foot-row-right-btn {
  265. width: 166rpx;
  266. height: 74rpx;
  267. box-sizing: border-box;
  268. border: 2rpx solid #FF874E;
  269. background-color: #FF874E;
  270. color: #FFFFFF;
  271. font-size: 28rpx;
  272. display: flex;
  273. justify-content: center;
  274. align-items: center;
  275. border-radius: 37rpx;
  276. margin-left: 32rpx;
  277. margin-right: 20rpx;
  278. }
  279. page .foot > button {
  280. width: 688rpx;
  281. height: 74rpx;
  282. background-color: #FF874E;
  283. color: #FFFFFF;
  284. margin-top: 24rpx;
  285. border-radius: 37rpx;
  286. font-size: 28rpx;
  287. line-height: 74rpx;
  288. }
  289. page .popup {
  290. width: 100%;
  291. height: 100%;
  292. display: flex;
  293. flex-direction: column;
  294. padding-bottom: 156rpx;
  295. }
  296. page .popup .popup-price {
  297. text-align: center;
  298. color: #FF874E;
  299. margin-top: 60rpx;
  300. font-weight: bold;
  301. }
  302. page .popup .popup-title {
  303. height: 100rpx;
  304. border-bottom: 10rpx solid #F5F5F5;
  305. padding-top: 32rpx;
  306. padding-bottom: 40rpx;
  307. }
  308. page .popup .popup-title text {
  309. margin-left: 42rpx;
  310. color: #656565;
  311. font-size: 36rpx;
  312. }
  313. page .popup .popup-body {
  314. display: flex;
  315. flex-direction: column;
  316. align-items: center;
  317. margin-bottom: 156rpx;
  318. }
  319. page .popup .popup-body .popup-row {
  320. width: 80%;
  321. display: flex;
  322. justify-content: space-between;
  323. align-items: center;
  324. }
  325. page .popup .popup-body .popup-hint {
  326. width: 80%;
  327. margin-top: 24rpx;
  328. color: #FF874E;
  329. font-size: 24rpx;
  330. }
  331. page .popup .popup-body button {
  332. margin-top: 52rpx;
  333. width: 688rpx;
  334. height: 74rpx;
  335. background-color: #FF874E;
  336. color: #FFFFFF;
  337. font-size: 28rpx;
  338. line-height: 74rpx;
  339. border-radius: 37rpx;
  340. }
  341. page .popup .popup-body .card {
  342. width: 710rpx;
  343. height: 204rpx;
  344. background-color: white;
  345. display: flex;
  346. align-items: center;
  347. justify-content: space-around;
  348. }
  349. page .popup .popup-body .card > view:first-child {
  350. height: 100%;
  351. display: flex;
  352. align-items: center;
  353. }
  354. page .popup .popup-body .card > view:first-child > image {
  355. width: 22rpx;
  356. height: 32rpx;
  357. }
  358. page .popup .popup-body .content {
  359. width: 550rpx;
  360. height: 80%;
  361. display: flex;
  362. flex-direction: column;
  363. justify-content: space-around;
  364. }
  365. page .popup .popup-body .content > p:first-child {
  366. width: 100%;
  367. height: 80rpx;
  368. color: #464646;
  369. font-size: 32rpx;
  370. font-weight: 600;
  371. }
  372. page .popup .popup-body .content > view > p {
  373. font-size: 28rpx;
  374. color: #656565;
  375. }
  376. page .popup .popup-body .content > view > p:last-child {
  377. margin-left: 44rpx;
  378. }
  379. page .popup .popup-body .place-card {
  380. display: flex;
  381. margin-top: 50rpx;
  382. }
  383. page .popup .popup-body .place-card .place-card-image image {
  384. width: 22rpx;
  385. height: 32rpx;
  386. }
  387. page .popup .popup-body .place-card .place-card-content {
  388. width: 450rpx;
  389. margin-left: 20rpx;
  390. color: #656565;
  391. font-size: 28rpx;
  392. font-weight: bold;
  393. }
  394. page .popup .popup-body .place-card .place-card-remark {
  395. width: 192rpx;
  396. margin-left: 20rpx;
  397. color: #989898;
  398. font-size: 26rpx;
  399. }
  400. page .popup-center {
  401. width: 454rpx;
  402. height: 326rpx;
  403. display: flex;
  404. flex-direction: column;
  405. align-items: center;
  406. }
  407. page .popup-center > image {
  408. width: 66rpx;
  409. height: 60rpx;
  410. margin-top: 96rpx;
  411. }
  412. page .popup-center > text {
  413. font-size: 42rpx;
  414. color: #656565;
  415. margin-top: 60rpx;
  416. font-weight: 500;
  417. }