order-detail.module.less 4.0 KB

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