app.wxss 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363
  1. view,
  2. text,
  3. image,
  4. form,
  5. button,
  6. input,
  7. textarea {
  8. margin: 0;
  9. padding: 0;
  10. box-sizing: border-box;
  11. font-family: PingFang SC, HYQiHei-FES, "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
  12. font-weight: 400;
  13. line-height: 1.42857143;
  14. -webkit-tap-highlight-color: transparent;
  15. -webkit-text-size-adjust: 100%;
  16. }
  17. button {
  18. border: none;
  19. outline: none;
  20. display: flex;
  21. justify-content: center;
  22. align-items: center;
  23. }
  24. input {
  25. outline: none;
  26. border: none;
  27. -webkit-appearance: none
  28. }
  29. button::after {
  30. border: none;
  31. }
  32. .customer-picker {
  33. height: 480rpx;
  34. padding: 0 40rpx;
  35. }
  36. .customer-picker .customer-picker_indicator {
  37. height: 96rpx;
  38. }
  39. .customer-picker .picker-list {
  40. line-height: 96rpx;
  41. text-align: center;
  42. font-size: 32rpx;
  43. color: rgba(0, 0, 0, 1);
  44. }
  45. .customer-picker .customer-picker_mask {
  46. color: rgba(51, 51, 51, 0.4);
  47. }
  48. button.customer-picker_footer[type='primary'] {
  49. width: 686rpx !important;
  50. height: 104rpx;
  51. border-radius: 24rpx;
  52. margin: 40rpx auto !important;
  53. padding: 0 !important;
  54. background-color: rgba(74, 106, 150, 1);
  55. color: rgba(255, 255, 255, 1);
  56. font-size: 32rpx;
  57. font-weight: 500;
  58. }
  59. button.customer-picker_footer[disabled] {
  60. color: #FFF;
  61. background-color: #DDDDDD;
  62. }
  63. .customer-van-popup .close-icon {
  64. position: absolute;
  65. z-index: 1;
  66. padding: 40rpx 24rpx;
  67. }
  68. .customer-van-popup .close-icon .image {
  69. display: block;
  70. width: 48rpx;
  71. height: 48rpx;
  72. }
  73. .customer-van-popup .title {
  74. height: 122rpx;
  75. padding-top: 48rpx;
  76. color: rgba(0, 0, 0, 1);
  77. font-size: 32rpx;
  78. font-weight: 500;
  79. text-align: center;
  80. }
  81. .agreement-wrap {
  82. display: flex;
  83. align-items: center;
  84. margin-top: 57rpx;
  85. }
  86. .agreement-wrap .text-wrap {
  87. display: flex;
  88. flex-flow: row wrap;
  89. }
  90. .agreement-wrap .text-wrap text {
  91. font-size: 24rpx;
  92. line-height: 30rpx;
  93. }
  94. .customer-van-model {
  95. width: 560rpx;
  96. border-radius: 24rpx;
  97. overflow: hidden;
  98. }
  99. .customer-van-model_body {
  100. display: flex;
  101. flex-direction: column;
  102. align-items: center;
  103. padding: 48rpx 0;
  104. }
  105. .customer-van-model_body .content {
  106. width: 480rpx;
  107. color: #333333;
  108. font-size: 32rpx;
  109. line-height: 48rpx;
  110. text-align: center;
  111. word-break: break-all;
  112. word-wrap: break-word;
  113. }
  114. .customer-van-model_body .content.cancel-order {
  115. display: flex;
  116. flex-flow: row wrap;
  117. justify-content: center;
  118. }
  119. .customer-van-model_body .content.cancel-order text {
  120. color: #333333;
  121. font-size: 32rpx;
  122. line-height: 48rpx;
  123. }
  124. .customer-van-model_footer {
  125. display: flex;
  126. align-items: center;
  127. border-top: 1rpx solid #EEEEEE;
  128. }
  129. .customer-van-model_footer button[type="default"].customer-van-model_cancel {
  130. position: relative;
  131. left: 0;
  132. top: 0;
  133. width: 50%;
  134. height: 104rpx;
  135. color: #666666;
  136. font-size: 32rpx;
  137. line-height: 48rpx;
  138. background: transparent;
  139. }
  140. .customer-van-model_footer button[type="default"].customer-van-model_cancel:after {
  141. position: absolute;
  142. right: 0;
  143. top: 0;
  144. bottom: 0;
  145. content: '';
  146. border-right: 1rpx solid #EEEEEE;
  147. }
  148. .customer-van-model_footer button[type="primary"].customer-van-model_confirm {
  149. width: 50%;
  150. height: 104rpx;
  151. color: #4A6A96;
  152. font-size: 32rpx;
  153. font-weight: 500;
  154. line-height: 48rpx;
  155. background: transparent;
  156. }
  157. .customer-van-model_footer button[type="warn"].customer-van-model_confirm {
  158. width: 50%;
  159. height: 104rpx;
  160. color: #DC4F3F;
  161. font-size: 32rpx;
  162. font-weight: 500;
  163. line-height: 48rpx;
  164. background: transparent;
  165. }
  166. .list-bitmap {
  167. display: flex;
  168. flex-direction: column;
  169. align-items: center;
  170. padding-top: 320rpx;
  171. }
  172. .list-bitmap image {
  173. width: 400rpx;
  174. height: 400rpx;
  175. }
  176. .list-bitmap text {
  177. margin-top: 8rpx;
  178. color: rgba(102, 102, 102, 1);
  179. font-size: 28rpx;
  180. line-height: 34rpx;
  181. }
  182. view.footer-fixed-bottom {
  183. position: fixed;
  184. left: 0;
  185. right: 0;
  186. bottom: 0;
  187. z-index: 10;
  188. background: rgba(255, 255, 255, 1);
  189. box-shadow: 0 -16px 15px 0 rgba(237, 237, 237, 0.25);
  190. }
  191. view.footer-fixed-bottom > view {
  192. display: flex;
  193. justify-content: center;
  194. align-items: center;
  195. padding: 24rpx 0 24rpx 0;
  196. }
  197. view.footer-fixed-bottom:after {
  198. display: block;
  199. content: '';
  200. width: 100%;
  201. padding-bottom: constant(safe-area-inset-bottom);
  202. padding-bottom: env(safe-area-inset-bottom);
  203. }
  204. view.footer-fixed-bottom button {
  205. width: 690rpx;
  206. height: 104rpx;
  207. border-radius: 24rpx;
  208. font-size: 32rpx;
  209. font-weight: 500;
  210. color: rgba(255, 255, 255, 1);
  211. }
  212. view.footer-fixed-bottom button[type='primary'] {
  213. background-color: #4A6A96;
  214. }
  215. view.footer-fixed-bottom button[type='default'] {
  216. background-color: #DDDDDD;
  217. }
  218. .van-picker-column__item {
  219. line-height: inherit;
  220. }
  221. .customer-van-popup-diff-price-body {
  222. width: 690rpx;
  223. margin: 0 auto;
  224. }
  225. .customer-van-popup-diff-price .alert {
  226. width: 100%;
  227. padding: 16rpx 0;
  228. border-radius: 16rpx;
  229. background: rgba(254, 248, 236, 1);
  230. }
  231. .customer-van-popup-diff-price .alert view {
  232. width: 630rpx;
  233. margin: 0 auto;
  234. color: rgba(198, 150, 76, 1);
  235. font-size: 26rpx;
  236. line-height: 36rpx;
  237. }
  238. .customer-van-popup-diff-price .amount {
  239. display: flex;
  240. justify-content: space-between;
  241. align-items: flex-start;
  242. padding-bottom: 48rpx;
  243. margin-top: 48rpx;
  244. border-bottom: 1px solid #EEEEEE;
  245. }
  246. .customer-van-popup-diff-price .amount .label view:nth-of-type(1) {
  247. color: rgba(51, 51, 51, 1);
  248. font-size: 30rpx;
  249. line-height: 36rpx;
  250. }
  251. .customer-van-popup-diff-price .amount .label view:nth-of-type(2) {
  252. margin-top: 8rpx;
  253. color: rgba(153, 153, 153, 1);
  254. font-size: 24rpx;
  255. line-height: 30rpx;
  256. text-align: center;
  257. }
  258. .customer-van-popup-diff-price .amount .value {
  259. color: rgba(253, 102, 0, 1);
  260. font-size: 30rpx;
  261. line-height: 36rpx;
  262. }
  263. .customer-van-popup-diff-price .diff-price {
  264. display: flex;
  265. align-items: flex-end;
  266. justify-content: center;
  267. margin-top: 48rpx;
  268. color: rgba(0, 0, 0, 1);
  269. }
  270. .customer-van-popup-diff-price .diff-price .label {
  271. padding-bottom: 12rpx;
  272. margin-right: 8rpx;
  273. font-size: 48rpx;
  274. font-weight: 500;
  275. }
  276. .customer-van-popup-diff-price .diff-price .value {
  277. font-size: 80rpx;
  278. font-weight: 500;
  279. }
  280. .customer-van-popup-diff-price .diff-price-text {
  281. color: rgba(0, 0, 0, 1);
  282. font-size: 26rpx;
  283. text-align: center;
  284. }
  285. .customer-van-popup-diff-price .wechat {
  286. display: flex;
  287. align-items: center;
  288. justify-content: space-between;
  289. padding-top: 72rpx;
  290. padding-bottom: 32rpx;
  291. }
  292. .customer-van-popup-diff-price .wechat .name {
  293. display: flex;
  294. align-items: center;
  295. }
  296. .customer-van-popup-diff-price .wechat .logo {
  297. width: 48rpx;
  298. height: 48rpx;
  299. }
  300. .customer-van-popup-diff-price .wechat .logo + text {
  301. margin-left: 16rpx;
  302. color: rgba(51, 51, 51, 1);
  303. font-size: 32rpx;
  304. font-weight: Medium;
  305. line-height: 40rpx;
  306. }
  307. .customer-van-popup-diff-price .wechat .checked {
  308. width: 32rpx;
  309. height: 32rpx;
  310. }