index.wxss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  1. .order-sure {
  2. box-sizing: border-box;
  3. background: #f6f6f6;
  4. padding: 24rpx 0 calc(env(safe-area-inset-bottom) + 136rpx);
  5. min-height: 100vh;
  6. }
  7. .order-sure .wx-pay-cover {
  8. position: fixed;
  9. left: 0;
  10. bottom: 0;
  11. right: 0;
  12. z-index: 10;
  13. background: #fff;
  14. height: 112rpx;
  15. padding-bottom: env(safe-area-inset-bottom);
  16. }
  17. .order-sure .wx-pay-cover .wx-pay {
  18. width: 100%;
  19. height: 100rpx;
  20. box-sizing: border-box;
  21. padding: 0rpx 32rpx;
  22. display: flex;
  23. justify-content: space-between;
  24. align-items: center;
  25. }
  26. .order-sure .wx-pay-cover .wx-pay .price {
  27. color: #fa4126;
  28. font-weight: bold;
  29. font-size: 63rpx;
  30. line-height: 88rpx;
  31. }
  32. .order-sure .wx-pay-cover .wx-pay .submit-btn {
  33. height: 80rpx;
  34. width: 240rpx;
  35. border-radius: 40rpx;
  36. background-color: #fa4126;
  37. color: #ffffff;
  38. line-height: 80rpx;
  39. font-weight: bold;
  40. font-size: 28rpx;
  41. text-align: center;
  42. }
  43. .order-sure .wx-pay-cover .wx-pay .btn-gray {
  44. background: #cccccc;
  45. }
  46. .order-wrapper .store-wrapper {
  47. width: 100%;
  48. height: 96rpx;
  49. box-sizing: border-box;
  50. padding: 0 32rpx;
  51. display: flex;
  52. align-items: center;
  53. font-size: 28rpx;
  54. line-height: 40rpx;
  55. color: #333333;
  56. background-color: #ffffff;
  57. }
  58. .order-wrapper .store-wrapper .store-logo {
  59. margin-right: 16rpx;
  60. }
  61. .order-wrapper .goods-wrapper {
  62. width: 100%;
  63. box-sizing: border-box;
  64. padding: 16rpx 32rpx;
  65. display: flex;
  66. align-items: flex-start;
  67. justify-content: space-between;
  68. font-size: 24rpx;
  69. line-height: 32rpx;
  70. color: #999999;
  71. background-color: #ffffff;
  72. }
  73. .goods-wrapper .goods-image {
  74. width: 176rpx;
  75. height: 176rpx;
  76. border-radius: 8rpx;
  77. overflow: hidden;
  78. margin-right: 16rpx;
  79. }
  80. .goods-wrapper .goods-content {
  81. flex: 1;
  82. }
  83. .goods-wrapper .goods-content .goods-title {
  84. display: -webkit-box;
  85. -webkit-box-orient: vertical;
  86. -webkit-line-clamp: 2;
  87. overflow: hidden;
  88. text-overflow: ellipsis;
  89. font-size: 28rpx;
  90. line-height: 40rpx;
  91. margin-bottom: 12rpx;
  92. color: #333333;
  93. margin-right: 16rpx;
  94. }
  95. .goods-wrapper .goods-right {
  96. min-width: 128rpx;
  97. display: flex;
  98. flex-direction: column;
  99. align-items: flex-end;
  100. }
  101. .goods-right .goods-price {
  102. color: #333333;
  103. font-size: 32rpx;
  104. line-height: 48rpx;
  105. font-weight: bold;
  106. margin-bottom: 16rpx;
  107. }
  108. .goods-right .goods-num {
  109. text-align: right;
  110. }
  111. .order-sure .pay-detail {
  112. background-color: #ffffff;
  113. padding: 16rpx 32rpx;
  114. width: 100%;
  115. box-sizing: border-box;
  116. }
  117. .order-sure .pay-detail .pay-item {
  118. width: 100%;
  119. height: 72rpx;
  120. display: flex;
  121. align-items: center;
  122. justify-content: space-between;
  123. font-size: 26rpx;
  124. line-height: 36rpx;
  125. color: #666666;
  126. }
  127. .order-sure .pay-detail .pay-item .pay-item__right {
  128. color: #333333;
  129. font-size: 24rpx;
  130. display: flex;
  131. align-items: center;
  132. justify-content: flex-end;
  133. max-width: 400rpx;
  134. }
  135. .order-sure .pay-detail .pay-item .pay-item__right .pay-remark {
  136. display: -webkit-box;
  137. -webkit-box-orient: vertical;
  138. -webkit-line-clamp: 2;
  139. max-width: 400rpx;
  140. text-overflow: ellipsis;
  141. overflow: hidden;
  142. }
  143. .order-sure .pay-detail .pay-item .font-bold {
  144. font-weight: bold;
  145. }
  146. .order-sure .pay-detail .pay-item .primary {
  147. color: #fa4126;
  148. }
  149. .add-notes .add-notes__content {
  150. --td-textarea-background-color: #f5f5f5;
  151. }
  152. .add-notes .t-textarea__placeholder {
  153. color: #aeb3b7;
  154. }
  155. .add-notes .add-notes__textarea__font {
  156. font-size: 26rpx;
  157. }
  158. .add-notes .add-notes__textarea {
  159. margin-top: 32rpx;
  160. }
  161. .order-sure .add-notes .dialog__message {
  162. border-radius: 8rpx;
  163. }
  164. .order-sure .add-notes .dialog__button-cancel::after {
  165. border-right: 0;
  166. }
  167. .order-sure .amount-wrapper {
  168. width: 100%;
  169. box-sizing: border-box;
  170. background-color: #ffffff;
  171. padding: 0rpx 32rpx;
  172. height: 96rpx;
  173. }
  174. .order-sure .pay-amount {
  175. width: 100%;
  176. height: 96rpx;
  177. display: flex;
  178. align-items: center;
  179. justify-content: flex-end;
  180. font-size: 28rpx;
  181. color: #333333;
  182. position: relative;
  183. }
  184. .order-sure .pay-amount::after {
  185. position: absolute;
  186. content: ' ';
  187. top: 0;
  188. left: 0;
  189. width: 200%;
  190. height: 200%;
  191. transform: scale(0.5);
  192. transform-origin: 0 0;
  193. border-top: 2rpx solid #f5f5f5;
  194. }
  195. .order-sure .pay-amount .order-num {
  196. color: #999999;
  197. padding-right: 8rpx;
  198. }
  199. .order-sure .pay-amount .total-price {
  200. font-size: 36rpx;
  201. color: #fa4126;
  202. font-weight: bold;
  203. padding-left: 8rpx;
  204. }