detail.wxss 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504
  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. .z-br {
  171. background: #fff;
  172. border: 1px solid #6600ff;
  173. color: #6600ff;
  174. }
  175. .chaochuyincang {
  176. white-space: nowrap;
  177. overflow: hidden;
  178. text-overflow: ellipsis;
  179. }
  180. .bottom-button {
  181. position: fixed;
  182. z-index: 100;
  183. bottom: 0;
  184. left: 0;
  185. width: 100%;
  186. height: 160rpx;
  187. padding: 35rpx 30rpx;
  188. background-color: #fff;
  189. display: flex;
  190. align-items: center;
  191. justify-content: center;
  192. box-sizing: border-box;
  193. }
  194. .bottom-button .btn {
  195. height: 100%;
  196. line-height: 80rpx;
  197. width: 100%;
  198. color: #fff;
  199. background-color: #6600ff;
  200. font-size: 34rpx;
  201. border-radius: 10rpx;
  202. }
  203. .repair-detail-box .page-1 .textarea {
  204. padding: 20rpx;
  205. border-radius: 10rpx;
  206. background: #f8f8f8;
  207. box-sizing: border-box;
  208. }
  209. .repair-detail-box .page-3 {
  210. padding-bottom: 100rpx;
  211. }
  212. .repair-detail-box .page-3 .input-item {
  213. padding: 0;
  214. }
  215. .repair-detail-box .page-3 .custom-item-tit {
  216. height: 13.333vw;
  217. font-size: 4.267vw;
  218. color: #333;
  219. padding: 2.667vw 0;
  220. position: relative;
  221. display: flex;
  222. justify-content: space-between;
  223. align-items: center;
  224. box-sizing: border-box;
  225. }
  226. .repair-detail-box .page-3 .custom-item-tit .tit::after {
  227. content: "";
  228. width: 0.8vw;
  229. height: 90%;
  230. background-color: #976dec;
  231. border-radius: 0.4vw;
  232. position: absolute;
  233. left: 0;
  234. top: 50%;
  235. -webkit-transform: translateY(-50%);
  236. transform: translateY(-50%);
  237. }
  238. .repair-detail-box .page-3 .tit {
  239. padding-left: 2.667vw;
  240. position: relative;
  241. }
  242. .repair-detail-box .page-4 .custom-item-tit {
  243. height: 13.333vw;
  244. font-size: 4.267vw;
  245. color: #333;
  246. padding: 2.667vw 0;
  247. position: relative;
  248. display: flex;
  249. justify-content: space-between;
  250. align-items: center;
  251. box-sizing: border-box;
  252. }
  253. .repair-detail-box .page-4 .custom-item-tit .tit::after {
  254. content: "";
  255. width: 0.8vw;
  256. height: 90%;
  257. background-color: #976dec;
  258. border-radius: 0.4vw;
  259. position: absolute;
  260. left: 0;
  261. top: 50%;
  262. -webkit-transform: translateY(-50%);
  263. transform: translateY(-50%);
  264. }
  265. .repair-detail-box .page-4 .tit {
  266. padding-left: 2.667vw;
  267. position: relative;
  268. }
  269. .repair-detail-box .page-4 ._s .evaluate-box {
  270. padding: 20rpx 30rpx;
  271. background: #f8f8f8;
  272. border: 2rpx solid #ebedf0;
  273. border-radius: 100rpx;
  274. display: flex;
  275. align-items: center;
  276. justify-content: space-between;
  277. box-sizing: border-box;
  278. }
  279. .repair-detail-box .annex-list-box {
  280. display: flex;
  281. flex-wrap: wrap;
  282. }
  283. .repair-detail-box .annex-list-box::after {
  284. display: block;
  285. content: "";
  286. width: 30%;
  287. height: 0rpx;
  288. }
  289. .repair-detail-box .annex-list-box .annex-item {
  290. width: 240rpx;
  291. height: 240rpx;
  292. border: 2rpx solid #CCCCCC;
  293. margin-bottom: 20rpx;
  294. position: relative;
  295. overflow: hidden;
  296. }
  297. .repair-detail-box .annex-list-box .annex-item > ._img {
  298. width: 240rpx;
  299. height: 240rpx;
  300. position: absolute;
  301. top: 0;
  302. left: 0;
  303. right: 0;
  304. bottom: 0;
  305. margin: auto;
  306. display: block;
  307. }
  308. .repair-detail-box .annex-list-box .annex-item video {
  309. width: 100%;
  310. height: 100%;
  311. }
  312. .repair-detail-box .tel-box {
  313. display: flex;
  314. align-items: center;
  315. }
  316. .repair-detail-box .tel-box .custom-tel-component {
  317. margin-left: 20rpx;
  318. }
  319. @charset "UTF-8";
  320. /* 文字尺寸 */
  321. /*文字颜色*/
  322. /* 边框颜色 */
  323. /* 图片加载中颜色 */
  324. /* 行为相关颜色 */
  325. .normal-tip {
  326. font-size: 24rpx;
  327. line-height: 40rpx;
  328. padding: 4rpx 10rpx;
  329. }
  330. .normal-tip.by {
  331. border-radius: 20rpx;
  332. }
  333. .normal-tip.yd {
  334. border-radius: 5rspx;
  335. }
  336. .fixed-page-content {
  337. width: 100%;
  338. height: 100%;
  339. padding-bottom: 120rpx;
  340. box-sizing: border-box;
  341. }
  342. .page-content {
  343. width: 100%;
  344. height: 100%;
  345. }
  346. .white-box {
  347. width: 100%;
  348. font-size: 28rpx;
  349. padding: 0 40rpx;
  350. background-color: #ffffff;
  351. box-sizing: border-box;
  352. }
  353. .white-box:not(:last-child) {
  354. margin-bottom: 30rpx;
  355. }
  356. .white-box .flex-item {
  357. align-items: center;
  358. }
  359. .white-box .flex-item .tel-box {
  360. display: flex;
  361. align-items: center;
  362. justify-content: flex-end;
  363. }
  364. .white-box .flex-item .tel-box .custom-tel-component {
  365. margin-left: 20rpx;
  366. }
  367. .white-box .cell-item {
  368. color: var(--Black);
  369. padding: 30rpx 0;
  370. display: flex;
  371. justify-content: space-between;
  372. position: relative;
  373. }
  374. .white-box .cell-item::after {
  375. position: absolute;
  376. box-sizing: border-box;
  377. content: ' ';
  378. pointer-events: none;
  379. right: 0;
  380. bottom: 0;
  381. left: 0;
  382. border-bottom: 2rpx solid #ebedf0;
  383. -webkit-transform: scaleY(0.5);
  384. transform: scaleY(0.5);
  385. }
  386. .white-box .cell-item > .label {
  387. flex: 1;
  388. width: 30%;
  389. }
  390. .white-box .cell-item > .label .tips {
  391. font-size: 22rpx;
  392. color: var(--greyColor);
  393. }
  394. .white-box .cell-item > .label.required {
  395. position: relative;
  396. }
  397. .white-box .cell-item > .label.required::after {
  398. content: '*';
  399. color: var(--Red);
  400. position: absolute;
  401. font-size: 30rpx;
  402. top: -15rpx;
  403. left: -15rpx;
  404. }
  405. .white-box .cell-item > .tit {
  406. color: var(--Black);
  407. flex: 1;
  408. width: 70%;
  409. text-align: right;
  410. }
  411. .white-box .cell-item > .tit .van-radio-group {
  412. display: flex;
  413. justify-content: flex-end;
  414. }
  415. .white-box .cell-item > .tit .van-radio-group .van-radio:not(:first-child) {
  416. margin-left: 30rpx;
  417. }
  418. .white-box .block-cell-item {
  419. color: var(--Black);
  420. padding: 30rpx 0;
  421. position: relative;
  422. }
  423. .white-box .block-cell-item::after {
  424. position: absolute;
  425. box-sizing: border-box;
  426. content: " ";
  427. pointer-events: none;
  428. right: 16rpx;
  429. bottom: 0;
  430. left: 16rpx;
  431. border-bottom: 2rpx solid #ebedf0;
  432. -webkit-transform: scaleY(0.5);
  433. transform: scaleY(0.5);
  434. }
  435. .white-box .block-cell-item .label {
  436. width: 100%;
  437. padding-bottom: 30rpx;
  438. }
  439. .white-box .block-cell-item .label.required {
  440. position: relative;
  441. }
  442. .white-box .block-cell-item .label.required::after {
  443. content: '*';
  444. color: var(--Red);
  445. position: absolute;
  446. font-size: 30rpx;
  447. top: -15rpx;
  448. left: -15rpx;
  449. }
  450. .white-box .block-cell-item .label .tips {
  451. font-size: 22rpx;
  452. color: var(--greyColor);
  453. }
  454. .white-box .block-cell-item .tit {
  455. width: 100%;
  456. color: var(--Black);
  457. }
  458. .white-box .block-cell-item .tit .van-radio-group {
  459. display: flex;
  460. justify-content: flex-end;
  461. }
  462. .white-box .block-cell-item .tit .van-radio-group .van-radio:not(:first-child) {
  463. margin-left: 30rpx;
  464. }
  465. .white-box .block-cell-item .tit .textarea {
  466. background-color: #F8F8F8;
  467. font-size: 30rpx;
  468. color: #B7B7B7;
  469. border-radius: 10rpx;
  470. padding: 30rpx;
  471. word-break: break-all;
  472. }
  473. .white-box .custom-white-box-content {
  474. padding-bottom: 30rpx;
  475. }
  476. .z-bg {
  477. background: #6600ff;
  478. color: #fff;
  479. }
  480. .l-bg {
  481. background: #0000FF;
  482. color: #fff;
  483. }
  484. .h-bg {
  485. background: #F87A7A;
  486. color: #fff;
  487. }
  488. .z-br {
  489. background: #fff;
  490. border: 1px solid #6600ff;
  491. color: #6600ff;
  492. }
  493. .chaochuyincang {
  494. white-space: nowrap;
  495. overflow: hidden;
  496. text-overflow: ellipsis;
  497. }
  498. .image-repairDispatch-box .van-image-preview__close-icon {
  499. color: #fff;
  500. font-size: 64rpx;
  501. }