detail.wxss 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539
  1. @charset "UTF-8";
  2. /* 文字尺寸 */
  3. /*文字颜色*/
  4. /* 边框颜色 */
  5. /* 图片加载中颜色 */
  6. /* 行为相关颜色 */
  7. .normal-tip {
  8. font-size: 24rpx;
  9. line-height: 40rpx;
  10. padding: 4rpx 10rpx;
  11. }
  12. .normal-tip.by {
  13. border-radius: 20rpx;
  14. }
  15. .normal-tip.yd {
  16. border-radius: 5rspx;
  17. }
  18. .fixed-page-content {
  19. width: 100%;
  20. height: 100%;
  21. padding-bottom: 120rpx;
  22. box-sizing: border-box;
  23. }
  24. .page-content {
  25. width: 100%;
  26. height: 100%;
  27. }
  28. .white-box {
  29. width: 100%;
  30. font-size: 28rpx;
  31. padding: 0 40rpx;
  32. background-color: #ffffff;
  33. box-sizing: border-box;
  34. }
  35. .white-box:not(:last-child) {
  36. margin-bottom: 30rpx;
  37. }
  38. .white-box .flex-item {
  39. align-items: center;
  40. }
  41. .white-box .flex-item .tel-box {
  42. display: flex;
  43. align-items: center;
  44. justify-content: flex-end;
  45. }
  46. .white-box .flex-item .tel-box .custom-tel-component {
  47. margin-left: 20rpx;
  48. }
  49. .white-box .cell-item {
  50. color: var(--Black);
  51. padding: 30rpx 0;
  52. display: flex;
  53. justify-content: space-between;
  54. position: relative;
  55. }
  56. .white-box .cell-item::after {
  57. position: absolute;
  58. box-sizing: border-box;
  59. content: ' ';
  60. pointer-events: none;
  61. right: 0;
  62. bottom: 0;
  63. left: 0;
  64. border-bottom: 2rpx solid #ebedf0;
  65. -webkit-transform: scaleY(0.5);
  66. transform: scaleY(0.5);
  67. }
  68. .white-box .cell-item > .label {
  69. flex: 1;
  70. width: 30%;
  71. }
  72. .white-box .cell-item > .label .tips {
  73. font-size: 22rpx;
  74. color: var(--greyColor);
  75. }
  76. .white-box .cell-item > .label.required {
  77. position: relative;
  78. }
  79. .white-box .cell-item > .label.required::after {
  80. content: '*';
  81. color: var(--Red);
  82. position: absolute;
  83. font-size: 30rpx;
  84. top: -15rpx;
  85. left: -15rpx;
  86. }
  87. .white-box .cell-item > .tit {
  88. color: var(--Black);
  89. flex: 1;
  90. width: 70%;
  91. text-align: right;
  92. }
  93. .white-box .cell-item > .tit .van-radio-group {
  94. display: flex;
  95. justify-content: flex-end;
  96. }
  97. .white-box .cell-item > .tit .van-radio-group .van-radio:not(:first-child) {
  98. margin-left: 30rpx;
  99. }
  100. .white-box .block-cell-item {
  101. color: var(--Black);
  102. padding: 30rpx 0;
  103. position: relative;
  104. }
  105. .white-box .block-cell-item::after {
  106. position: absolute;
  107. box-sizing: border-box;
  108. content: " ";
  109. pointer-events: none;
  110. right: 16rpx;
  111. bottom: 0;
  112. left: 16rpx;
  113. border-bottom: 2rpx solid #ebedf0;
  114. -webkit-transform: scaleY(0.5);
  115. transform: scaleY(0.5);
  116. }
  117. .white-box .block-cell-item .label {
  118. width: 100%;
  119. padding-bottom: 30rpx;
  120. }
  121. .white-box .block-cell-item .label.required {
  122. position: relative;
  123. }
  124. .white-box .block-cell-item .label.required::after {
  125. content: '*';
  126. color: var(--Red);
  127. position: absolute;
  128. font-size: 30rpx;
  129. top: -15rpx;
  130. left: -15rpx;
  131. }
  132. .white-box .block-cell-item .label .tips {
  133. font-size: 22rpx;
  134. color: var(--greyColor);
  135. }
  136. .white-box .block-cell-item .tit {
  137. width: 100%;
  138. color: var(--Black);
  139. }
  140. .white-box .block-cell-item .tit .van-radio-group {
  141. display: flex;
  142. justify-content: flex-end;
  143. }
  144. .white-box .block-cell-item .tit .van-radio-group .van-radio:not(:first-child) {
  145. margin-left: 30rpx;
  146. }
  147. .white-box .block-cell-item .tit .textarea {
  148. background-color: #F8F8F8;
  149. font-size: 30rpx;
  150. color: #B7B7B7;
  151. border-radius: 10rpx;
  152. padding: 30rpx;
  153. word-break: break-all;
  154. }
  155. .white-box .custom-white-box-content {
  156. padding-bottom: 30rpx;
  157. }
  158. .z-bg {
  159. background: #6600ff;
  160. color: #fff;
  161. }
  162. .l-bg {
  163. background: #0000FF;
  164. color: #fff;
  165. }
  166. .h-bg {
  167. background: #F87A7A;
  168. color: #fff;
  169. }
  170. .y-bg {
  171. background: #e4ce6b;
  172. color: #fff;
  173. }
  174. .z-br {
  175. background: #fff;
  176. border: 1px solid #6600ff;
  177. color: #6600ff;
  178. }
  179. .chaochuyincang {
  180. white-space: nowrap;
  181. overflow: hidden;
  182. text-overflow: ellipsis;
  183. }
  184. .list-row1 {
  185. width: calc(100% - 64rpx);
  186. padding: 16rpx 32rpx 18rpx 32rpx;
  187. background: #ffffff;
  188. display: flex;
  189. border-radius: 8rpx 8rpx 8rpx 8rpx;
  190. }
  191. .hanlderList .hanlderList-row {
  192. background-color: #fcf9ff;
  193. display: flex;
  194. padding: 10rpx 20rpx;
  195. justify-content: space-between;
  196. }
  197. .hanlderList .status-box {
  198. padding: 5rpx 10rpx;
  199. border-radius: 1.5rem;
  200. color: white;
  201. }
  202. .hanlderList .color7ee47b {
  203. background-color: #7ee47b;
  204. }
  205. .hanlderList .coloreb8488 {
  206. background-color: #eb8488;
  207. }
  208. .bottom-button {
  209. position: fixed;
  210. z-index: 99;
  211. bottom: 0;
  212. left: 0;
  213. width: 100%;
  214. height: 160rpx;
  215. padding: 35rpx 30rpx;
  216. background-color: #fff;
  217. display: flex;
  218. align-items: center;
  219. justify-content: space-around;
  220. box-sizing: border-box;
  221. }
  222. .bottom-button .btn {
  223. height: 100%;
  224. line-height: 80rpx;
  225. width: 100%;
  226. color: #fff;
  227. background-color: #6600ff;
  228. font-size: 34rpx;
  229. border-radius: 10rpx;
  230. }
  231. .titname {
  232. margin-top: 10rpx;
  233. margin-bottom: 10rpx;
  234. }
  235. .repair-detail-box .page-1 .textarea {
  236. padding: 20rpx;
  237. border-radius: 10rpx;
  238. background: #f8f8f8;
  239. box-sizing: border-box;
  240. }
  241. .repair-detail-box .page-3 {
  242. padding-bottom: 100rpx;
  243. }
  244. .repair-detail-box .page-3 .input-item {
  245. padding: 0;
  246. }
  247. .repair-detail-box .page-3 .custom-item-tit {
  248. height: 13.333vw;
  249. font-size: 4.267vw;
  250. color: #333;
  251. padding: 2.667vw 0;
  252. position: relative;
  253. display: flex;
  254. justify-content: space-between;
  255. align-items: center;
  256. box-sizing: border-box;
  257. }
  258. .repair-detail-box .page-3 .custom-item-tit .tit::after {
  259. content: "";
  260. width: 0.8vw;
  261. height: 90%;
  262. background-color: #976dec;
  263. border-radius: 0.4vw;
  264. position: absolute;
  265. left: 0;
  266. top: 50%;
  267. -webkit-transform: translateY(-50%);
  268. transform: translateY(-50%);
  269. }
  270. .repair-detail-box .page-3 .tit {
  271. position: relative;
  272. }
  273. .repair-detail-box .page-4 .custom-item-tit {
  274. height: 13.333vw;
  275. font-size: 4.267vw;
  276. color: #333;
  277. padding: 2.667vw 0;
  278. position: relative;
  279. display: flex;
  280. justify-content: space-between;
  281. align-items: center;
  282. box-sizing: border-box;
  283. }
  284. .repair-detail-box .page-4 .custom-item-tit .tit::after {
  285. content: "";
  286. width: 0.8vw;
  287. height: 90%;
  288. background-color: #976dec;
  289. border-radius: 0.4vw;
  290. position: absolute;
  291. left: 0;
  292. top: 50%;
  293. -webkit-transform: translateY(-50%);
  294. transform: translateY(-50%);
  295. }
  296. .repair-detail-box .page-4 .tit {
  297. padding-left: 2.667vw;
  298. position: relative;
  299. }
  300. .repair-detail-box .page-4 ._s .evaluate-box {
  301. padding: 20rpx 30rpx;
  302. background: #f8f8f8;
  303. border: 2rpx solid #ebedf0;
  304. border-radius: 100rpx;
  305. display: flex;
  306. align-items: center;
  307. justify-content: space-between;
  308. box-sizing: border-box;
  309. }
  310. .repair-detail-box .annex-list-box {
  311. display: flex;
  312. flex-wrap: wrap;
  313. }
  314. .repair-detail-box .annex-list-box::after {
  315. display: block;
  316. content: "";
  317. width: 30%;
  318. height: 0rpx;
  319. }
  320. .repair-detail-box .annex-list-box .annex-item {
  321. width: 240rpx;
  322. height: 240rpx;
  323. border: 2rpx solid #CCCCCC;
  324. margin-bottom: 20rpx;
  325. position: relative;
  326. overflow: hidden;
  327. }
  328. .repair-detail-box .annex-list-box .annex-item > ._img {
  329. width: 240rpx;
  330. height: 240rpx;
  331. position: absolute;
  332. top: 0;
  333. left: 0;
  334. right: 0;
  335. bottom: 0;
  336. margin: auto;
  337. display: block;
  338. }
  339. .repair-detail-box .annex-list-box .annex-item video {
  340. width: 100%;
  341. height: 100%;
  342. }
  343. .repair-detail-box .tel-box {
  344. display: flex;
  345. align-items: center;
  346. }
  347. .repair-detail-box .tel-box .custom-tel-component {
  348. margin-left: 20rpx;
  349. }
  350. @charset "UTF-8";
  351. /* 文字尺寸 */
  352. /*文字颜色*/
  353. /* 边框颜色 */
  354. /* 图片加载中颜色 */
  355. /* 行为相关颜色 */
  356. .normal-tip {
  357. font-size: 24rpx;
  358. line-height: 40rpx;
  359. padding: 4rpx 10rpx;
  360. }
  361. .normal-tip.by {
  362. border-radius: 20rpx;
  363. }
  364. .normal-tip.yd {
  365. border-radius: 5rspx;
  366. }
  367. .fixed-page-content {
  368. width: 100%;
  369. height: 100%;
  370. padding-bottom: 120rpx;
  371. box-sizing: border-box;
  372. }
  373. .page-content {
  374. width: 100%;
  375. height: 100%;
  376. }
  377. .white-box {
  378. width: 100%;
  379. font-size: 28rpx;
  380. padding: 0 40rpx;
  381. background-color: #ffffff;
  382. box-sizing: border-box;
  383. }
  384. .white-box:not(:last-child) {
  385. margin-bottom: 30rpx;
  386. }
  387. .white-box .flex-item {
  388. align-items: center;
  389. }
  390. .white-box .flex-item .tel-box {
  391. display: flex;
  392. align-items: center;
  393. justify-content: flex-end;
  394. }
  395. .white-box .flex-item .tel-box .custom-tel-component {
  396. margin-left: 20rpx;
  397. }
  398. .white-box .cell-item {
  399. color: var(--Black);
  400. padding: 30rpx 0;
  401. display: flex;
  402. justify-content: space-between;
  403. position: relative;
  404. }
  405. .white-box .cell-item::after {
  406. position: absolute;
  407. box-sizing: border-box;
  408. content: ' ';
  409. pointer-events: none;
  410. right: 0;
  411. bottom: 0;
  412. left: 0;
  413. border-bottom: 2rpx solid #ebedf0;
  414. -webkit-transform: scaleY(0.5);
  415. transform: scaleY(0.5);
  416. }
  417. .white-box .cell-item > .label {
  418. flex: 1;
  419. width: 30%;
  420. }
  421. .white-box .cell-item > .label .tips {
  422. font-size: 22rpx;
  423. color: var(--greyColor);
  424. }
  425. .white-box .cell-item > .label.required {
  426. position: relative;
  427. }
  428. .white-box .cell-item > .label.required::after {
  429. content: '*';
  430. color: var(--Red);
  431. position: absolute;
  432. font-size: 30rpx;
  433. top: -15rpx;
  434. left: -15rpx;
  435. }
  436. .white-box .cell-item > .tit {
  437. color: var(--Black);
  438. flex: 1;
  439. width: 70%;
  440. text-align: right;
  441. }
  442. .white-box .cell-item > .tit .van-radio-group {
  443. display: flex;
  444. justify-content: flex-end;
  445. }
  446. .white-box .cell-item > .tit .van-radio-group .van-radio:not(:first-child) {
  447. margin-left: 30rpx;
  448. }
  449. .white-box .block-cell-item {
  450. color: var(--Black);
  451. padding: 30rpx 0;
  452. position: relative;
  453. }
  454. .white-box .block-cell-item::after {
  455. position: absolute;
  456. box-sizing: border-box;
  457. content: " ";
  458. pointer-events: none;
  459. right: 16rpx;
  460. bottom: 0;
  461. left: 16rpx;
  462. border-bottom: 2rpx solid #ebedf0;
  463. -webkit-transform: scaleY(0.5);
  464. transform: scaleY(0.5);
  465. }
  466. .white-box .block-cell-item .label {
  467. width: 100%;
  468. padding-bottom: 30rpx;
  469. }
  470. .white-box .block-cell-item .label.required {
  471. position: relative;
  472. }
  473. .white-box .block-cell-item .label.required::after {
  474. content: '*';
  475. color: var(--Red);
  476. position: absolute;
  477. font-size: 30rpx;
  478. top: -15rpx;
  479. left: -15rpx;
  480. }
  481. .white-box .block-cell-item .label .tips {
  482. font-size: 22rpx;
  483. color: var(--greyColor);
  484. }
  485. .white-box .block-cell-item .tit {
  486. width: 100%;
  487. color: var(--Black);
  488. }
  489. .white-box .block-cell-item .tit .van-radio-group {
  490. display: flex;
  491. justify-content: flex-end;
  492. }
  493. .white-box .block-cell-item .tit .van-radio-group .van-radio:not(:first-child) {
  494. margin-left: 30rpx;
  495. }
  496. .white-box .block-cell-item .tit .textarea {
  497. background-color: #F8F8F8;
  498. font-size: 30rpx;
  499. color: #B7B7B7;
  500. border-radius: 10rpx;
  501. padding: 30rpx;
  502. word-break: break-all;
  503. }
  504. .white-box .custom-white-box-content {
  505. padding-bottom: 30rpx;
  506. }
  507. .z-bg {
  508. background: #6600ff;
  509. color: #fff;
  510. }
  511. .l-bg {
  512. background: #0000FF;
  513. color: #fff;
  514. }
  515. .h-bg {
  516. background: #F87A7A;
  517. color: #fff;
  518. }
  519. .y-bg {
  520. background: #e4ce6b;
  521. color: #fff;
  522. }
  523. .z-br {
  524. background: #fff;
  525. border: 1px solid #6600ff;
  526. color: #6600ff;
  527. }
  528. .chaochuyincang {
  529. white-space: nowrap;
  530. overflow: hidden;
  531. text-overflow: ellipsis;
  532. }
  533. .image-repairDispatch-box .van-image-preview__close-icon {
  534. color: #fff;
  535. font-size: 64rpx;
  536. }