爱简收旧衣按件回收前端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

337 lines
7.6 KiB

  1. /**
  2. * 这里是uni-app内置的常用样式变量
  3. *
  4. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  5. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  6. *
  7. */
  8. /**
  9. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  10. *
  11. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  12. */
  13. /* 颜色变量 */
  14. /* 行为相关颜色 */
  15. /* 文字基本颜色 */
  16. /* 背景颜色 */
  17. /* 边框颜色 */
  18. /* 尺寸变量 */
  19. /* 文字尺寸 */
  20. /* 图片尺寸 */
  21. /* Border Radius */
  22. /* 水平间距 */
  23. /* 垂直间距 */
  24. /* 透明度 */
  25. /* 文章场景相关 */
  26. .inspect-result-container.data-v-431a990e {
  27. min-height: 100vh;
  28. background: #f8f8f8;
  29. display: flex;
  30. flex-direction: column;
  31. }
  32. .nav-bar.data-v-431a990e {
  33. display: flex;
  34. align-items: center;
  35. height: calc(150rpx + var(--status-bar-height));
  36. padding: 0 32rpx;
  37. padding-top: var(--status-bar-height);
  38. background: #fff;
  39. position: fixed;
  40. top: 0;
  41. left: 0;
  42. right: 0;
  43. z-index: 999;
  44. box-sizing: border-box;
  45. box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.03);
  46. }
  47. .nav-bar .back.data-v-431a990e {
  48. padding: 20rpx;
  49. margin-left: -20rpx;
  50. }
  51. .nav-bar .nav-title.data-v-431a990e {
  52. flex: 1;
  53. text-align: center;
  54. font-size: 32rpx;
  55. font-weight: 500;
  56. color: #222;
  57. }
  58. .nav-bar .nav-icons.data-v-431a990e {
  59. display: flex;
  60. align-items: center;
  61. gap: 12px;
  62. }
  63. .main-content.data-v-431a990e {
  64. margin-top: calc(150rpx + var(--status-bar-height));
  65. display: flex;
  66. flex-direction: column;
  67. background: none;
  68. padding-bottom: 120px;
  69. }
  70. .result-card.data-v-431a990e {
  71. background: #fff;
  72. border-radius: 24px;
  73. box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  74. margin: 0 24px 24px 24px;
  75. padding: 24px 24px 0 24px;
  76. }
  77. .card-title.data-v-431a990e {
  78. font-size: 18px;
  79. font-weight: bold;
  80. color: #222;
  81. margin-bottom: 18px;
  82. }
  83. .card-title-row.data-v-431a990e {
  84. display: flex;
  85. align-items: center;
  86. justify-content: space-between;
  87. margin-bottom: 18px;
  88. }
  89. .status-tag.data-v-431a990e {
  90. background: #fff7e6;
  91. color: #ffb400;
  92. font-size: 14px;
  93. border-radius: 12px;
  94. padding: 2px 14px;
  95. font-weight: 400;
  96. height: 22px;
  97. display: flex;
  98. align-items: center;
  99. }
  100. .result-row.data-v-431a990e, .result-group.data-v-431a990e {
  101. margin-bottom: 18px;
  102. }
  103. .row-main.data-v-431a990e {
  104. display: flex;
  105. align-items: center;
  106. }
  107. .row-main .row-name.data-v-431a990e {
  108. font-size: 16px;
  109. font-weight: bold;
  110. color: #222;
  111. margin-right: 8px;
  112. }
  113. .row-main .row-price.data-v-431a990e {
  114. font-size: 15px;
  115. color: #ffb400;
  116. font-weight: bold;
  117. margin-right: 8px;
  118. }
  119. .row-main .row-price .row-unit.data-v-431a990e {
  120. font-size: 13px;
  121. color: #bbb;
  122. }
  123. .row-main .row-count.data-v-431a990e {
  124. font-size: 15px;
  125. color: #888;
  126. margin-right: 8px;
  127. }
  128. .row-main .row-total.data-v-431a990e {
  129. font-size: 16px;
  130. color: #222;
  131. font-weight: bold;
  132. margin-left: auto;
  133. }
  134. .row-reason.data-v-431a990e {
  135. display: flex;
  136. align-items: center;
  137. margin-top: 8px;
  138. }
  139. .row-reason .reason-label.data-v-431a990e {
  140. font-size: 15px;
  141. color: #bbb;
  142. min-width: 80px;
  143. }
  144. .row-reason .reason-input.data-v-431a990e {
  145. flex: 1;
  146. height: 40px;
  147. border-radius: 12px;
  148. background: #f6f6f6;
  149. border: none;
  150. font-size: 16px;
  151. color: #222;
  152. padding-left: 12px;
  153. margin-left: 8px;
  154. }
  155. .row-reason .reason-select.data-v-431a990e {
  156. flex: 1;
  157. display: flex;
  158. align-items: center;
  159. height: 40px;
  160. border-radius: 12px;
  161. background: #f6f6f6;
  162. font-size: 16px;
  163. color: #bbb;
  164. padding-left: 12px;
  165. margin-left: 8px;
  166. justify-content: space-between;
  167. }
  168. .row-reason .reason-placeholder.data-v-431a990e {
  169. color: #bbb;
  170. font-size: 16px;
  171. }
  172. .info-card.data-v-431a990e {
  173. background: #fff;
  174. border-radius: 24px;
  175. box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  176. margin: 0 24px 24px 24px;
  177. padding: 24px 24px 0 24px;
  178. }
  179. .info-row.data-v-431a990e {
  180. display: flex;
  181. align-items: center;
  182. margin-bottom: 16px;
  183. }
  184. .info-row .info-label.data-v-431a990e {
  185. font-size: 15px;
  186. color: #bbb;
  187. min-width: 80px;
  188. }
  189. .info-row .info-value.data-v-431a990e {
  190. font-size: 15px;
  191. color: #222;
  192. margin-left: 8px;
  193. }
  194. .info-row .copy-btn.data-v-431a990e {
  195. color: #ffb400;
  196. margin-left: 8px;
  197. }
  198. .footer-btns.data-v-431a990e {
  199. position: fixed;
  200. left: 0;
  201. right: 0;
  202. bottom: 0;
  203. background: #fff;
  204. display: flex;
  205. gap: 16px;
  206. padding: 12px 16px 24px 16px;
  207. z-index: 101;
  208. }
  209. .footer-btns .btn-outline.data-v-431a990e {
  210. flex: 1;
  211. height: 40px;
  212. border-radius: 16px;
  213. border: 1px solid #ffe09a;
  214. color: #ffb400;
  215. background: #fff0d2;
  216. font-size: 15px;
  217. font-weight: 500;
  218. box-shadow: none;
  219. padding: 0 18px;
  220. }
  221. .footer-btns .btn-main.data-v-431a990e {
  222. flex: 1;
  223. height: 40px;
  224. border-radius: 16px;
  225. background: linear-gradient(90deg, #ffd01e 0%, #ffac04 100%);
  226. color: #fff;
  227. border: none;
  228. font-size: 15px;
  229. font-weight: 500;
  230. box-shadow: none;
  231. padding: 0 18px;
  232. }
  233. .reason-popup.data-v-431a990e {
  234. background: #fff;
  235. border-radius: 32px 32px 0 0;
  236. padding: 0 0 24px 0;
  237. }
  238. .reason-popup .popup-header.data-v-431a990e {
  239. display: flex;
  240. align-items: center;
  241. justify-content: center;
  242. height: 56px;
  243. border-bottom: 1px solid #f5f5f5;
  244. position: relative;
  245. }
  246. .reason-popup .popup-header .popup-close.data-v-431a990e {
  247. position: absolute;
  248. left: 24px;
  249. color: #888;
  250. font-size: 18px;
  251. }
  252. .reason-popup .popup-header .popup-title.data-v-431a990e {
  253. font-size: 20px;
  254. font-weight: bold;
  255. color: #222;
  256. }
  257. .reason-popup .popup-section.data-v-431a990e {
  258. padding: 24px 24px 0 24px;
  259. }
  260. .reason-popup .popup-section .section-label.data-v-431a990e {
  261. font-size: 16px;
  262. color: #888;
  263. margin-bottom: 12px;
  264. display: block;
  265. }
  266. .reason-popup .popup-section .img-list.data-v-431a990e {
  267. display: flex;
  268. gap: 12px;
  269. margin-bottom: 16px;
  270. }
  271. .reason-popup .popup-section .img-list .img-item.data-v-431a990e {
  272. width: 80px;
  273. height: 80px;
  274. border-radius: 16px;
  275. background: #f6f6f6;
  276. position: relative;
  277. }
  278. .reason-popup .popup-section .img-list .img-item .img.data-v-431a990e {
  279. width: 100%;
  280. height: 100%;
  281. border-radius: 16px;
  282. }
  283. .reason-popup .popup-section .img-list .img-item .img-del.data-v-431a990e {
  284. position: absolute;
  285. top: 4px;
  286. right: 4px;
  287. width: 20px;
  288. height: 20px;
  289. background: rgba(0, 0, 0, 0.3);
  290. color: #fff;
  291. border-radius: 50%;
  292. text-align: center;
  293. line-height: 20px;
  294. font-size: 16px;
  295. }
  296. .reason-popup .popup-section .img-list .img-item.add.data-v-431a990e {
  297. display: flex;
  298. align-items: center;
  299. justify-content: center;
  300. background: #f6f6f6;
  301. color: #bbb;
  302. }
  303. .reason-popup .popup-section .reason-row.data-v-431a990e {
  304. display: flex;
  305. align-items: center;
  306. padding: 18px 0;
  307. border-bottom: 1px solid #f5f5f5;
  308. }
  309. .reason-popup .popup-section .reason-row .checkbox.data-v-431a990e {
  310. width: 22px;
  311. height: 22px;
  312. border-radius: 6px;
  313. border: 2px solid #ddd;
  314. margin-right: 16px;
  315. background: #fff;
  316. }
  317. .reason-popup .popup-section .reason-row .checkbox.checked.data-v-431a990e {
  318. border-color: #ffb400;
  319. background: #ffb400;
  320. }
  321. .reason-popup .popup-section .reason-row .reason-text.data-v-431a990e {
  322. font-size: 16px;
  323. color: #222;
  324. }
  325. .reason-popup .popup-save-btn.data-v-431a990e {
  326. width: 90%;
  327. margin: 32px auto 0 auto;
  328. height: 52px;
  329. border-radius: 26px;
  330. background: linear-gradient(90deg, #ffd01e 0%, #ffac04 100%);
  331. color: #fff;
  332. font-size: 20px;
  333. font-weight: bold;
  334. border: none;
  335. display: flex;
  336. align-items: center;
  337. justify-content: center;
  338. }