order-detail.module.less 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. .cartConfirm {
  2. padding: 10px 14px;
  3. padding-bottom: 100px;
  4. :global {
  5. .van-cell-group {
  6. border-radius: 6px;
  7. overflow: hidden;
  8. }
  9. }
  10. }
  11. .cartConfirmBox {
  12. padding: 0;
  13. margin-bottom: 12px;
  14. border-radius: 6px;
  15. overflow: hidden;
  16. .cartItem {
  17. margin: 0;
  18. border-radius: 0;
  19. padding: 0;
  20. }
  21. :global {
  22. .van-cell__value {
  23. color: #666;
  24. font-weight: 500;
  25. }
  26. }
  27. }
  28. .mlr13 {
  29. margin-right: 13px;
  30. margin-left: 13px;
  31. }
  32. .paymentContainer {
  33. display: flex;
  34. align-items: center;
  35. justify-content: space-between;
  36. font-size: 14px;
  37. padding-left: 12px;
  38. padding-right: 12px;
  39. padding-bottom: calc(20px + env(safe-area-inset-bottom));
  40. .needPrice {
  41. display: flex;
  42. align-items: center;
  43. color: #333333;
  44. span {
  45. font-size: 22px;
  46. font-weight: bold;
  47. color: #ff4e19;
  48. }
  49. }
  50. .allPrice {
  51. color: #aaa;
  52. }
  53. :global {
  54. .van-button {
  55. height: 40px;
  56. line-height: 40px;
  57. min-width: 112px;
  58. }
  59. }
  60. }
  61. .cellItem {
  62. padding: 15px 12px;
  63. border-radius: 10px;
  64. overflow: hidden;
  65. .img {
  66. width: 70px;
  67. height: 70px;
  68. border-radius: 6px;
  69. flex-shrink: 0;
  70. overflow: hidden;
  71. margin-right: 15px;
  72. }
  73. .cellPrice {
  74. font-size: 20px;
  75. font-weight: bold;
  76. color: #333333;
  77. line-height: 24px;
  78. }
  79. .goodsContent {
  80. h2 {
  81. font-size: 16px;
  82. font-weight: 500;
  83. color: #333333;
  84. line-height: 22px;
  85. }
  86. .goodsNum {
  87. font-size: 14px;
  88. color: #777777;
  89. line-height: 20px;
  90. }
  91. }
  92. }
  93. .popupCode {
  94. :global {
  95. .van-popup__close-icon {
  96. color: #fff;
  97. right: 24px;
  98. }
  99. }
  100. }
  101. .codeContainer {
  102. position: relative;
  103. .codeClose {
  104. display: inline-block;
  105. position: absolute;
  106. top: -55px;
  107. right: 0;
  108. background: url('./images/icon-close.png') no-repeat center center;
  109. background-size: contain;
  110. width: 35px;
  111. height: 35px;
  112. }
  113. .codeImg {
  114. width: 331px;
  115. height: 557px;
  116. // padding-left: 8px;
  117. background: url('./images/download.png') no-repeat center center;
  118. background-size: contain;
  119. margin: 0 auto;
  120. .codeTitle {
  121. text-align: center;
  122. padding-top: 13px;
  123. font-size: 24px;
  124. font-weight: bold;
  125. color: #ffffff;
  126. text-shadow: 1px 1px 7px #f4672a;
  127. }
  128. .codeName {
  129. padding: 38px 12px 0;
  130. font-size: 16px;
  131. font-weight: 600;
  132. color: #ffffff;
  133. text-align: center;
  134. }
  135. .codeQr {
  136. margin: 23px auto 0;
  137. width: 221px;
  138. height: 221px;
  139. padding: 10px;
  140. background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
  141. border-radius: 11px;
  142. overflow: hidden;
  143. img {
  144. width: 100%;
  145. height: 100%;
  146. }
  147. }
  148. .codeBtnText {
  149. min-width: 240px;
  150. margin: 15px auto 0;
  151. display: inline-block;
  152. background: linear-gradient(135deg, #ff9c63 0%, #ff7144 100%);
  153. border-radius: 18px;
  154. padding: 6px 0;
  155. font-size: 16px;
  156. font-weight: 600;
  157. color: #ffffff;
  158. }
  159. .codeTips {
  160. width: 285px;
  161. box-sizing: border-box;
  162. font-size: 12px;
  163. font-weight: 500;
  164. color: #333333;
  165. line-height: 17px;
  166. background: #ffffff;
  167. overflow: hidden;
  168. border: 2px solid rgba(255, 140, 87, 1);
  169. // border-image: linear-gradient(133deg, rgba(255, 140, 87, 1), rgba(255, 128, 87, 1)) 2 2;
  170. border-radius: 10px;
  171. margin: 15px auto 0;
  172. padding: 10px 0px 10px 8px;
  173. .tipsTitle {
  174. font-size: 13px;
  175. font-weight: 500;
  176. color: #f16437;
  177. padding-bottom: 2px;
  178. }
  179. }
  180. }
  181. .close {
  182. position: absolute;
  183. top: 12px;
  184. right: 15px;
  185. }
  186. .codeBottom {
  187. position: relative;
  188. margin-top: 32px;
  189. background: #ffffff;
  190. border-radius: 20px 20px 0px 0px;
  191. padding-bottom: 10px;
  192. }
  193. .title {
  194. font-size: 16px;
  195. font-weight: 600;
  196. color: #333333;
  197. line-height: 22px;
  198. padding: 15px 15px 0;
  199. i {
  200. display: inline-block;
  201. margin-right: 6px;
  202. width: 4px;
  203. height: 12px;
  204. background: #ff8057;
  205. border-radius: 2px;
  206. }
  207. }
  208. .shareImg {
  209. width: 47px;
  210. height: 47px;
  211. }
  212. .shareText {
  213. padding-top: 6px;
  214. font-size: 14px;
  215. color: #333333;
  216. line-height: 20px;
  217. }
  218. }
  219. .freight {
  220. margin-top: 12px;
  221. background: #ffffff;
  222. border-radius: 10px;
  223. overflow: hidden;
  224. padding: 15px 12px;
  225. font-size: 16px;
  226. color: #333;
  227. :global {
  228. .van-cell__value {
  229. color: #ff4e19;
  230. }
  231. }
  232. }