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

245 lines
5.3 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-detail-page.data-v-381f9063 {
  27. min-height: 100vh;
  28. background: #f7f7f7;
  29. box-sizing: border-box;
  30. display: flex;
  31. flex-direction: column;
  32. align-items: center;
  33. }
  34. .nav-bar.data-v-381f9063 {
  35. position: fixed;
  36. left: 0;
  37. top: 0;
  38. right: 0;
  39. z-index: 1000;
  40. background: #fff;
  41. box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.03);
  42. display: flex;
  43. align-items: center;
  44. justify-content: space-between;
  45. height: 100rpx;
  46. padding: 0 24rpx;
  47. max-width: 750rpx;
  48. margin: 0 auto;
  49. width: 100%;
  50. box-sizing: border-box;
  51. }
  52. .nav-bar .nav-bar-left.data-v-381f9063, .nav-bar .nav-bar-right.data-v-381f9063 {
  53. display: flex;
  54. align-items: center;
  55. min-width: 60rpx;
  56. }
  57. .nav-bar .nav-bar-title.data-v-381f9063 {
  58. flex: 1;
  59. text-align: center;
  60. font-size: 34rpx;
  61. font-weight: bold;
  62. color: #222;
  63. }
  64. .main-content.data-v-381f9063 {
  65. padding: 32rpx 0 0 0;
  66. width: 100%;
  67. max-width: 750rpx;
  68. margin: 0 auto;
  69. box-sizing: border-box;
  70. display: flex;
  71. flex-direction: column;
  72. align-items: center;
  73. overflow: hidden;
  74. }
  75. .safe-area-inset-bottom.data-v-381f9063 {
  76. padding-bottom: constant(safe-area-inset-bottom);
  77. padding-bottom: env(safe-area-inset-bottom);
  78. }
  79. .card.data-v-381f9063 {
  80. margin: 0 24rpx;
  81. border-radius: 32rpx;
  82. padding: 32rpx 32rpx 24rpx 32rpx;
  83. box-shadow: 0 4rpx 24rpx rgba(60, 167, 250, 0.08);
  84. background: #fff;
  85. max-width: 700rpx;
  86. width: 100%;
  87. box-sizing: border-box;
  88. position: relative;
  89. }
  90. .card-problem.data-v-381f9063 {
  91. background: linear-gradient(180deg, #fff7e6 0%, #fff 40%);
  92. }
  93. .card-qualified.data-v-381f9063 {
  94. background: linear-gradient(180deg, #e8ffe0 0%, #fff 100%);
  95. }
  96. .card-header.data-v-381f9063 {
  97. display: flex;
  98. align-items: center;
  99. margin-bottom: 12rpx;
  100. }
  101. .dot.data-v-381f9063 {
  102. width: 16rpx;
  103. height: 16rpx;
  104. border-radius: 50%;
  105. margin-right: 12rpx;
  106. }
  107. .dot.dot-orange.data-v-381f9063 {
  108. background: #ffa800;
  109. }
  110. .dot.dot-green.data-v-381f9063 {
  111. background: #13ac47;
  112. }
  113. .dot.gray.data-v-381f9063 {
  114. background: #bbb;
  115. }
  116. .card-title.data-v-381f9063 {
  117. font-size: 30rpx;
  118. font-weight: bold;
  119. }
  120. .card-title-orange.data-v-381f9063 {
  121. color: #ffa800;
  122. }
  123. .card-title-green.data-v-381f9063 {
  124. color: #13ac47;
  125. }
  126. .card-desc.data-v-381f9063 {
  127. font-size: 24rpx;
  128. color: #888;
  129. margin-bottom: 24rpx;
  130. line-height: 1.7;
  131. margin-left: 48rpx;
  132. }
  133. .card-desc-orange.data-v-381f9063 {
  134. color: #888;
  135. }
  136. .card-desc-green.data-v-381f9063 {
  137. color: #888;
  138. }
  139. .timeline.data-v-381f9063 {
  140. position: relative;
  141. margin-left: 0;
  142. padding-left: 0;
  143. }
  144. .timeline.data-v-381f9063:before {
  145. content: "";
  146. position: absolute;
  147. left: 8rpx;
  148. top: 0;
  149. bottom: 0;
  150. width: 2rpx;
  151. background: #eee;
  152. z-index: 0;
  153. }
  154. .timeline-item.data-v-381f9063 {
  155. display: flex;
  156. align-items: flex-start;
  157. margin-bottom: 32rpx;
  158. position: relative;
  159. }
  160. .timeline-dot.data-v-381f9063 {
  161. width: 16rpx;
  162. height: 16rpx;
  163. border-radius: 50%;
  164. background: #bbb;
  165. margin-right: 16rpx;
  166. margin-top: 8rpx;
  167. flex-shrink: 0;
  168. position: relative;
  169. z-index: 1;
  170. }
  171. .timeline-dot.dot-orange.data-v-381f9063 {
  172. background: #ffa800;
  173. }
  174. .timeline-dot.dot-green.data-v-381f9063 {
  175. background: #13ac47;
  176. }
  177. .timeline-dot.gray.data-v-381f9063 {
  178. background: #bbb;
  179. }
  180. .timeline-content.data-v-381f9063 {
  181. flex: 1;
  182. min-width: 0;
  183. }
  184. .timeline-title-row.data-v-381f9063 {
  185. display: flex;
  186. align-items: center;
  187. margin-bottom: 12rpx;
  188. }
  189. .timeline-title.data-v-381f9063 {
  190. font-size: 26rpx;
  191. color: #222;
  192. font-weight: bold;
  193. margin-right: 16rpx;
  194. }
  195. .timeline-time.data-v-381f9063 {
  196. font-size: 22rpx;
  197. color: #bbb;
  198. }
  199. .problem-block.data-v-381f9063 {
  200. background: #f7f8fa;
  201. border-radius: 20rpx;
  202. padding: 24rpx 20rpx 16rpx 20rpx;
  203. margin-bottom: 20rpx;
  204. max-width: 100%;
  205. box-sizing: border-box;
  206. }
  207. .problem-index.data-v-381f9063 {
  208. font-size: 22rpx;
  209. color: #bbb;
  210. margin-bottom: 6rpx;
  211. }
  212. .problem-title.data-v-381f9063 {
  213. font-size: 26rpx;
  214. color: #222;
  215. font-weight: bold;
  216. margin-bottom: 8rpx;
  217. }
  218. .problem-divider.data-v-381f9063 {
  219. border-bottom: 2rpx dashed #ddd;
  220. margin: 12rpx 0 10rpx 0;
  221. }
  222. .problem-label.data-v-381f9063 {
  223. font-size: 22rpx;
  224. color: #bbb;
  225. margin-bottom: 8rpx;
  226. }
  227. .problem-images.data-v-381f9063 {
  228. display: flex;
  229. flex-wrap: wrap;
  230. gap: 12rpx;
  231. max-width: 100%;
  232. }
  233. .problem-img.data-v-381f9063 {
  234. width: 120rpx;
  235. height: 120rpx;
  236. border-radius: 12rpx;
  237. background: #eee;
  238. max-width: 40vw;
  239. max-height: 40vw;
  240. }
  241. .timeline-desc.data-v-381f9063 {
  242. font-size: 24rpx;
  243. color: #888;
  244. margin-top: 8rpx;
  245. line-height: 1.7;
  246. }