爱简收旧衣按件回收前端代码仓库
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.

278 lines
7.0 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. .inspection-page.data-v-c1d95640 {
  27. min-height: 100vh;
  28. background: #422525;
  29. height: 100vh;
  30. overflow: hidden;
  31. }
  32. .nav-bar.data-v-c1d95640 {
  33. position: fixed;
  34. top: 0;
  35. left: 0;
  36. right: 0;
  37. z-index: 1000;
  38. width: 100vw;
  39. background: #422525;
  40. box-shadow: 0 2rpx 12rpx rgba(0, 0, 0, 0.03);
  41. }
  42. .nav-bar .nav-bar-inner.data-v-c1d95640 {
  43. display: flex;
  44. align-items: center;
  45. justify-content: center;
  46. height: 44px;
  47. width: 100vw;
  48. position: relative;
  49. }
  50. .nav-bar .back-icon.data-v-c1d95640, .nav-bar .nav-bar-right.data-v-c1d95640 {
  51. width: 44px;
  52. height: 44px;
  53. display: flex;
  54. align-items: center;
  55. justify-content: center;
  56. position: absolute;
  57. top: 0;
  58. }
  59. .nav-bar .back-icon.data-v-c1d95640 {
  60. left: 0;
  61. }
  62. .nav-bar .nav-bar-right.data-v-c1d95640 {
  63. right: 0;
  64. }
  65. .nav-bar .nav-bar-title.data-v-c1d95640 {
  66. flex: 1;
  67. text-align: center;
  68. font-size: 36rpx;
  69. font-weight: bold;
  70. color: #fff;
  71. letter-spacing: 2rpx;
  72. line-height: 44px;
  73. font-family: DingTalk JinBuTi;
  74. font-weight: 400;
  75. font-style: italic;
  76. font-size: 28px;
  77. line-height: 100%;
  78. letter-spacing: 0%;
  79. text-align: center;
  80. }
  81. .feature-area.data-v-c1d95640 {
  82. margin: 0 32rpx;
  83. margin-top: 0;
  84. margin-bottom: 0;
  85. background: #422525;
  86. border-radius: 32rpx;
  87. padding: 18rpx 24rpx 18rpx 24rpx;
  88. display: flex;
  89. flex-direction: column;
  90. align-items: stretch;
  91. justify-content: center;
  92. }
  93. .feature-desc.data-v-c1d95640 {
  94. text-align: center;
  95. font-size: 22rpx;
  96. color: #fff;
  97. font-weight: 500;
  98. margin-bottom: 10rpx;
  99. margin-top: 18rpx;
  100. letter-spacing: 1rpx;
  101. }
  102. .feature-tags.data-v-c1d95640 {
  103. background: #533030;
  104. border-radius: 12rpx;
  105. box-shadow: 0 4rpx 24rpx rgba(60, 167, 250, 0.08);
  106. width: 100%;
  107. height: 80rpx;
  108. display: flex;
  109. flex-direction: row;
  110. justify-content: space-between;
  111. align-items: center;
  112. }
  113. .feature-tags .tag.data-v-c1d95640 {
  114. flex: 1;
  115. display: flex;
  116. align-items: center;
  117. justify-content: center;
  118. }
  119. .feature-tags .tag .check.data-v-c1d95640 {
  120. width: 36rpx;
  121. height: 36rpx;
  122. background: #fff;
  123. border-radius: 50%;
  124. display: flex;
  125. align-items: center;
  126. justify-content: center;
  127. font-size: 28rpx;
  128. color: #422525;
  129. font-weight: bold;
  130. margin-right: 10rpx;
  131. box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.08);
  132. }
  133. .feature-tags .tag .text.data-v-c1d95640 {
  134. color: #fff;
  135. font-size: 28rpx;
  136. font-weight: bold;
  137. }
  138. .main-content.data-v-c1d95640 {
  139. margin-top: 20rpx;
  140. background: linear-gradient(180deg, #fef7e6 0%, #fff 50%);
  141. height: calc(100vh - 88rpx);
  142. width: 100vw;
  143. box-sizing: border-box;
  144. position: relative;
  145. z-index: 11;
  146. border-radius: 40rpx 40rpx 0 0;
  147. overflow: hidden;
  148. display: flex;
  149. flex-direction: column;
  150. align-items: center;
  151. }
  152. .inspection-card.data-v-c1d95640 {
  153. background: #fff;
  154. border-radius: 32rpx;
  155. box-shadow: 0 8rpx 32rpx rgba(60, 167, 250, 0.08);
  156. padding: 40rpx 32rpx 32rpx 32rpx;
  157. margin: -60rpx auto 0 auto;
  158. width: calc(100vw - 64rpx);
  159. max-width: 700rpx;
  160. display: flex;
  161. flex-direction: column;
  162. }
  163. .inspection-card .report-title.data-v-c1d95640 {
  164. font-size: 32rpx;
  165. font-weight: bold;
  166. color: #222;
  167. text-align: center;
  168. margin-bottom: 12rpx;
  169. }
  170. .inspection-card .goods-list .goods-item.data-v-c1d95640 {
  171. display: flex;
  172. align-items: center;
  173. background: #fff;
  174. border-radius: 20rpx;
  175. box-shadow: 0 2rpx 8rpx rgba(60, 167, 250, 0.04);
  176. padding: 24rpx 20rpx;
  177. margin-bottom: 20rpx;
  178. }
  179. .inspection-card .goods-list .goods-item .goods-img.data-v-c1d95640 {
  180. width: 80rpx;
  181. height: 80rpx;
  182. border-radius: 16rpx;
  183. margin-right: 20rpx;
  184. background: #f5f5f5;
  185. }
  186. .inspection-card .goods-list .goods-item .goods-info.data-v-c1d95640 {
  187. flex: 1;
  188. display: flex;
  189. flex-direction: column;
  190. }
  191. .inspection-card .goods-list .goods-item .goods-info .goods-row.data-v-c1d95640 {
  192. display: flex;
  193. justify-content: space-between;
  194. align-items: center;
  195. }
  196. .inspection-card .goods-list .goods-item .goods-info .goods-row .goods-name.data-v-c1d95640 {
  197. font-size: 28rpx;
  198. color: #222;
  199. font-weight: bold;
  200. }
  201. .inspection-card .goods-list .goods-item .goods-info .goods-row .detail-link.data-v-c1d95640 {
  202. font-size: 24rpx;
  203. color: #bbb;
  204. display: flex;
  205. align-items: center;
  206. }
  207. .inspection-card .goods-list .goods-item .goods-info .goods-desc.data-v-c1d95640 {
  208. font-size: 24rpx;
  209. color: #bbb;
  210. margin-bottom: 8rpx;
  211. }
  212. .inspection-card .goods-list .goods-item .goods-info .goods-bottom-row.data-v-c1d95640 {
  213. display: flex;
  214. justify-content: space-between;
  215. align-items: flex-end;
  216. margin-top: 8rpx;
  217. }
  218. .inspection-card .goods-list .goods-item .goods-info .goods-bottom-row .goods-price-row.data-v-c1d95640 {
  219. display: flex;
  220. align-items: baseline;
  221. }
  222. .inspection-card .goods-list .goods-item .goods-info .goods-bottom-row .goods-price-row .goods-price.data-v-c1d95640 {
  223. font-size: 26rpx;
  224. color: #bbb;
  225. font-weight: bold;
  226. }
  227. .inspection-card .goods-list .goods-item .goods-info .goods-bottom-row .goods-price-row .goods-unit.data-v-c1d95640 {
  228. font-size: 24rpx;
  229. color: #bbb;
  230. margin-left: 2rpx;
  231. }
  232. .inspection-card .goods-list .goods-item .goods-info .goods-bottom-row .goods-price-row .goods-count.data-v-c1d95640 {
  233. font-size: 22rpx;
  234. color: #bbb;
  235. margin-left: 8rpx;
  236. font-weight: normal;
  237. }
  238. .inspection-card .goods-list .goods-item .goods-info .goods-bottom-row .goods-total.data-v-c1d95640 {
  239. font-size: 28rpx;
  240. color: #222;
  241. font-weight: bold;
  242. margin-left: 24rpx;
  243. }
  244. .inspection-card .goods-list .goods-item.data-v-c1d95640:last-child {
  245. margin-bottom: 0;
  246. }
  247. .inspection-card .summary-row.data-v-c1d95640 {
  248. display: flex;
  249. justify-content: space-between;
  250. align-items: center;
  251. margin-top: 24rpx;
  252. font-size: 28rpx;
  253. color: #222;
  254. }
  255. .inspection-card .summary-row .highlight.data-v-c1d95640 {
  256. color: #f79400;
  257. font-weight: bold;
  258. font-size: 30rpx;
  259. }
  260. .check.data-v-c1d95640 {
  261. width: 36rpx;
  262. height: 36rpx;
  263. background: #fff;
  264. border-radius: 50%;
  265. display: flex;
  266. align-items: center;
  267. justify-content: center;
  268. font-size: 28rpx;
  269. color: #13ac47;
  270. font-weight: bold;
  271. margin-right: 10rpx;
  272. box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.08);
  273. }
  274. .problem-card.data-v-c1d95640 {
  275. margin-top: 40rpx;
  276. }
  277. .problem-price-row.data-v-c1d95640 {
  278. color: #bbb !important;
  279. }