add.wxss 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670
  1. @charset "UTF-8";
  2. /* 文字尺寸 */
  3. /*文字颜色*/
  4. /* 边框颜色 */
  5. /* 图片加载中颜色 */
  6. /* 行为相关颜色 */
  7. .normal-tip.data-v-ff61ca70 {
  8. font-size: 24rpx;
  9. line-height: 40rpx;
  10. padding: 4rpx 10rpx;
  11. }
  12. .normal-tip.by.data-v-ff61ca70 {
  13. border-radius: 20rpx;
  14. }
  15. .normal-tip.yd.data-v-ff61ca70 {
  16. border-radius: 5rspx;
  17. }
  18. .fixed-page-content.data-v-ff61ca70 {
  19. width: 100%;
  20. height: 100%;
  21. padding-bottom: 120rpx;
  22. box-sizing: border-box;
  23. }
  24. .page-content.data-v-ff61ca70 {
  25. width: 100%;
  26. height: 100%;
  27. }
  28. .white-box.data-v-ff61ca70 {
  29. width: 100%;
  30. font-size: 28rpx;
  31. padding: 0 40rpx;
  32. background-color: #ffffff;
  33. box-sizing: border-box;
  34. }
  35. .white-box.data-v-ff61ca70:not(:last-child) {
  36. margin-bottom: 30rpx;
  37. }
  38. .white-box .flex-item.data-v-ff61ca70 {
  39. align-items: center;
  40. }
  41. .white-box .flex-item .tel-box.data-v-ff61ca70 {
  42. display: flex;
  43. align-items: center;
  44. justify-content: flex-end;
  45. }
  46. .white-box .flex-item .tel-box .custom-tel-component.data-v-ff61ca70 {
  47. margin-left: 20rpx;
  48. }
  49. .white-box .cell-item.data-v-ff61ca70 {
  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.data-v-ff61ca70::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.data-v-ff61ca70 {
  69. flex: 1;
  70. width: 30%;
  71. }
  72. .white-box .cell-item > .label .tips.data-v-ff61ca70 {
  73. font-size: 22rpx;
  74. color: var(--greyColor);
  75. }
  76. .white-box .cell-item > .label.required.data-v-ff61ca70 {
  77. position: relative;
  78. }
  79. .white-box .cell-item > .label.required.data-v-ff61ca70::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.data-v-ff61ca70 {
  88. color: var(--Black);
  89. flex: 1;
  90. width: 70%;
  91. text-align: right;
  92. }
  93. .white-box .cell-item > .tit .van-radio-group.data-v-ff61ca70 {
  94. display: flex;
  95. justify-content: flex-end;
  96. }
  97. .white-box .cell-item > .tit .van-radio-group .van-radio.data-v-ff61ca70:not(:first-child) {
  98. margin-left: 30rpx;
  99. }
  100. .white-box .block-cell-item.data-v-ff61ca70 {
  101. color: var(--Black);
  102. padding: 30rpx 0;
  103. position: relative;
  104. }
  105. .white-box .block-cell-item.data-v-ff61ca70::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.data-v-ff61ca70 {
  118. width: 100%;
  119. padding-bottom: 30rpx;
  120. }
  121. .white-box .block-cell-item .label.required.data-v-ff61ca70 {
  122. position: relative;
  123. }
  124. .white-box .block-cell-item .label.required.data-v-ff61ca70::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.data-v-ff61ca70 {
  133. font-size: 22rpx;
  134. color: var(--greyColor);
  135. }
  136. .white-box .block-cell-item .tit.data-v-ff61ca70 {
  137. width: 100%;
  138. color: var(--Black);
  139. }
  140. .white-box .block-cell-item .tit .van-radio-group.data-v-ff61ca70 {
  141. display: flex;
  142. justify-content: flex-end;
  143. }
  144. .white-box .block-cell-item .tit .van-radio-group .van-radio.data-v-ff61ca70:not(:first-child) {
  145. margin-left: 30rpx;
  146. }
  147. .white-box .block-cell-item .tit .textarea.data-v-ff61ca70 {
  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.data-v-ff61ca70 {
  156. padding-bottom: 30rpx;
  157. }
  158. .z-bg.data-v-ff61ca70 {
  159. background: #6600ff;
  160. color: #fff;
  161. }
  162. .l-bg.data-v-ff61ca70 {
  163. background: #0000FF;
  164. color: #fff;
  165. }
  166. .h-bg.data-v-ff61ca70 {
  167. background: #F87A7A;
  168. color: #fff;
  169. }
  170. .y-bg.data-v-ff61ca70 {
  171. background: #e4ce6b;
  172. color: #fff;
  173. }
  174. .z-br.data-v-ff61ca70 {
  175. background: #fff;
  176. border: 1px solid #6600ff;
  177. color: #6600ff;
  178. }
  179. .chaochuyincang.data-v-ff61ca70 {
  180. white-space: nowrap;
  181. overflow: hidden;
  182. text-overflow: ellipsis;
  183. }
  184. .custom-item-tit.data-v-ff61ca70 {
  185. height: 13.333vw;
  186. font-size: 4.267vw;
  187. color: #333;
  188. padding: 2.667vw 0;
  189. position: relative;
  190. display: flex;
  191. justify-content: space-between;
  192. align-items: center;
  193. box-sizing: border-box;
  194. }
  195. .custom-item-tit .tit.data-v-ff61ca70 {
  196. padding-left: 2.667vw;
  197. position: relative;
  198. }
  199. .custom-item-tit .tit.data-v-ff61ca70::after {
  200. content: "";
  201. width: 0.8vw;
  202. height: 90%;
  203. background-color: #976dec;
  204. border-radius: 0.4vw;
  205. position: absolute;
  206. left: 0;
  207. top: 50%;
  208. -webkit-transform: translateY(-50%);
  209. transform: translateY(-50%);
  210. }
  211. .fixed-page-content.data-v-ff61ca70 {
  212. width: 100%;
  213. height: 100%;
  214. padding-bottom: 190px;
  215. box-sizing: border-box;
  216. overflow-y: auto;
  217. }
  218. .icon-daichulihetong.data-v-ff61ca70:before {
  219. content: "\e639";
  220. }
  221. .repair-box-add.data-v-ff61ca70 {
  222. width: 100%;
  223. height: 100%;
  224. }
  225. .repair-box-add .page-1.data-v-ff61ca70 {
  226. font-size: 30rpx;
  227. color: #6600ff;
  228. padding: 30rpx;
  229. box-sizing: border-box;
  230. }
  231. .repair-box-add .page-1 .page-1-head.data-v-ff61ca70 {
  232. display: flex;
  233. align-items: center;
  234. justify-content: flex-end;
  235. }
  236. .repair-box-add .page-1 .page-1-head ._i.data-v-ff61ca70 {
  237. font-size: 38rpx;
  238. margin-right: 10rpx;
  239. }
  240. .repair-box-add .page-2 .van-cell.data-v-ff61ca70 {
  241. padding: 20rpx;
  242. border-radius: 10rpx;
  243. background: #f8f8f8;
  244. box-sizing: border-box;
  245. }
  246. .repair-box-add .page-2 .van-cell textarea.data-v-ff61ca70 {
  247. height: 60rpx;
  248. }
  249. .custom-input-box.data-v-ff61ca70 {
  250. height: 80rpx;
  251. color: #333333;
  252. font-size: 30rpx;
  253. background: #f8f8f8;
  254. border-radius: 10rpx;
  255. }
  256. .custom-input-box .txt.data-v-ff61ca70 {
  257. width: 100%;
  258. height: 100%;
  259. text-align: center;
  260. padding: 0 20rpx;
  261. line-height: 80rpx;
  262. box-sizing: border-box;
  263. }
  264. .custom-input-box input.data-v-ff61ca70 {
  265. width: 100%;
  266. height: 100%;
  267. background: transparent;
  268. border: transparent;
  269. padding: 0 20rpx;
  270. color: #333333;
  271. box-sizing: border-box;
  272. }
  273. .cell-item.data-v-ff61ca70 {
  274. color: #333;
  275. padding: 30rpx 0;
  276. display: flex;
  277. justify-content: space-between;
  278. position: relative;
  279. }
  280. .cell-item.data-v-ff61ca70::after {
  281. position: absolute;
  282. box-sizing: border-box;
  283. content: " ";
  284. pointer-events: none;
  285. right: 0;
  286. bottom: 0;
  287. left: 0;
  288. border-bottom: 1rpx solid #ebedf0;
  289. -webkit-transform: scaleY(0.5);
  290. transform: scaleY(0.5);
  291. }
  292. .cell-item .label.data-v-ff61ca70 {
  293. flex: 1;
  294. width: 30%;
  295. }
  296. .cell-item .label .tips.data-v-ff61ca70 {
  297. font-size: 22rpx;
  298. color: #dddddd;
  299. }
  300. .cell-item .label.required.data-v-ff61ca70 {
  301. position: relative;
  302. }
  303. .cell-item .label.required.data-v-ff61ca70::after {
  304. content: "*";
  305. color: #fd4e4e;
  306. position: absolute;
  307. font-size: 30rpx;
  308. top: -15rpx;
  309. left: -15rpx;
  310. }
  311. .cell-item .tit.data-v-ff61ca70 {
  312. color: #333;
  313. flex: 1;
  314. width: 70%;
  315. text-align: right;
  316. }
  317. .white-box.data-v-ff61ca70 {
  318. width: 100%;
  319. font-size: 28rpx;
  320. padding: 0 40rpx;
  321. background-color: #ffffff;
  322. box-sizing: border-box;
  323. }
  324. .white-box.data-v-ff61ca70:not(:last-child) {
  325. margin-bottom: 30rpx;
  326. }
  327. .white-box .flex-item.data-v-ff61ca70 {
  328. align-items: center;
  329. }
  330. .white-box .flex-item .tel-box.data-v-ff61ca70 {
  331. display: flex;
  332. align-items: center;
  333. justify-content: flex-end;
  334. }
  335. .white-box .flex-item .tel-box .custom-tel-component.data-v-ff61ca70 {
  336. margin-left: 20rpx;
  337. }
  338. .white-box .cell-item.data-v-ff61ca70 {
  339. color: #333;
  340. padding: 30rpx 0;
  341. display: flex;
  342. justify-content: space-between;
  343. position: relative;
  344. }
  345. .white-box .cell-item.data-v-ff61ca70::after {
  346. position: absolute;
  347. box-sizing: border-box;
  348. content: " ";
  349. pointer-events: none;
  350. right: 0;
  351. bottom: 0;
  352. left: 0;
  353. border-bottom: 1rpx solid #ebedf0;
  354. -webkit-transform: scaleY(0.5);
  355. transform: scaleY(0.5);
  356. }
  357. .white-box .cell-item .label.data-v-ff61ca70 {
  358. flex: 1;
  359. width: 30%;
  360. }
  361. .white-box .cell-item .label .tips.data-v-ff61ca70 {
  362. font-size: 22rpx;
  363. color: #dddddd;
  364. }
  365. .white-box .cell-item .label.required.data-v-ff61ca70 {
  366. position: relative;
  367. }
  368. .white-box .cell-item .label.required.data-v-ff61ca70::after {
  369. content: "*";
  370. color: var #fd4e4e;
  371. position: absolute;
  372. font-size: 30rpx;
  373. top: -15rpx;
  374. left: -15rpx;
  375. }
  376. .white-box .cell-item .tit.data-v-ff61ca70 {
  377. color: #333;
  378. flex: 1;
  379. width: 70%;
  380. text-align: right;
  381. }
  382. .white-box .block-cell-item.data-v-ff61ca70 {
  383. color: #333;
  384. padding: 30rpx 0;
  385. position: relative;
  386. }
  387. .white-box .block-cell-item.data-v-ff61ca70::after {
  388. position: absolute;
  389. box-sizing: border-box;
  390. content: " ";
  391. pointer-events: none;
  392. right: 16rpx;
  393. bottom: 0;
  394. left: 16rpx;
  395. border-bottom: 1rpx solid #ebedf0;
  396. -webkit-transform: scaleY(0.5);
  397. transform: scaleY(0.5);
  398. }
  399. .white-box .block-cell-item .label.data-v-ff61ca70 {
  400. width: 100%;
  401. padding-bottom: 30rpx;
  402. }
  403. .white-box .block-cell-item .label.required.data-v-ff61ca70 {
  404. position: relative;
  405. }
  406. .white-box .block-cell-item .label.required.data-v-ff61ca70::after {
  407. content: "*";
  408. color: #fd4e4e;
  409. position: absolute;
  410. font-size: 30rpx;
  411. top: -15rpx;
  412. left: -15rpx;
  413. }
  414. .white-box .block-cell-item .label .tips.data-v-ff61ca70 {
  415. font-size: 22rpx;
  416. color: #dddddd;
  417. }
  418. .white-box .block-cell-item .tit.data-v-ff61ca70 {
  419. width: 100%;
  420. color: #333;
  421. }
  422. .white-box .block-cell-item .tit .textarea.data-v-ff61ca70 {
  423. background-color: #f8f8f8;
  424. font-size: 30rpx;
  425. color: #b7b7b7;
  426. border-radius: 10rpx;
  427. padding: 30rpx;
  428. word-break: break-all;
  429. }
  430. .white-box .custom-white-box-content.data-v-ff61ca70 {
  431. padding-bottom: 30rpx;
  432. }
  433. .custom-select-list.data-v-ff61ca70 {
  434. color: #666666;
  435. width: 100%;
  436. display: flex;
  437. flex-wrap: wrap;
  438. justify-content: space-between;
  439. }
  440. .custom-select-list ._li.data-v-ff61ca70 {
  441. font-size: 22rpx;
  442. margin-bottom: 25rpx;
  443. padding: 20rpx 0;
  444. width: 22%;
  445. text-align: center;
  446. overflow: hidden;
  447. text-overflow: ellipsis;
  448. white-space: nowrap;
  449. border-radius: 10rpx;
  450. border: 2rpx solid #CCCCCC;
  451. }
  452. .custom-select-list ._li.active.data-v-ff61ca70 {
  453. color: #6600FF;
  454. border-color: #6600FF;
  455. }
  456. .bottom-button.data-v-ff61ca70 {
  457. position: fixed;
  458. bottom: 0;
  459. left: 0;
  460. width: 100%;
  461. height: 160rpx;
  462. padding: 35rpx 30rpx;
  463. background-color: #fff;
  464. display: flex;
  465. align-items: center;
  466. justify-content: center;
  467. box-sizing: border-box;
  468. }
  469. .bottom-button .btn.data-v-ff61ca70 {
  470. height: 100%;
  471. line-height: 80rpx;
  472. width: 100%;
  473. color: #fff;
  474. background-color: #6600ff;
  475. font-size: 34rpx;
  476. border-radius: 10rpx;
  477. }
  478. @charset "UTF-8";
  479. /* 文字尺寸 */
  480. /*文字颜色*/
  481. /* 边框颜色 */
  482. /* 图片加载中颜色 */
  483. /* 行为相关颜色 */
  484. .normal-tip {
  485. font-size: 24rpx;
  486. line-height: 40rpx;
  487. padding: 4rpx 10rpx;
  488. }
  489. .normal-tip.by {
  490. border-radius: 20rpx;
  491. }
  492. .normal-tip.yd {
  493. border-radius: 5rspx;
  494. }
  495. .fixed-page-content {
  496. width: 100%;
  497. height: 100%;
  498. padding-bottom: 120rpx;
  499. box-sizing: border-box;
  500. }
  501. .page-content {
  502. width: 100%;
  503. height: 100%;
  504. }
  505. .white-box {
  506. width: 100%;
  507. font-size: 28rpx;
  508. padding: 0 40rpx;
  509. background-color: #ffffff;
  510. box-sizing: border-box;
  511. }
  512. .white-box:not(:last-child) {
  513. margin-bottom: 30rpx;
  514. }
  515. .white-box .flex-item {
  516. align-items: center;
  517. }
  518. .white-box .flex-item .tel-box {
  519. display: flex;
  520. align-items: center;
  521. justify-content: flex-end;
  522. }
  523. .white-box .flex-item .tel-box .custom-tel-component {
  524. margin-left: 20rpx;
  525. }
  526. .white-box .cell-item {
  527. color: var(--Black);
  528. padding: 30rpx 0;
  529. display: flex;
  530. justify-content: space-between;
  531. position: relative;
  532. }
  533. .white-box .cell-item::after {
  534. position: absolute;
  535. box-sizing: border-box;
  536. content: ' ';
  537. pointer-events: none;
  538. right: 0;
  539. bottom: 0;
  540. left: 0;
  541. border-bottom: 2rpx solid #ebedf0;
  542. -webkit-transform: scaleY(0.5);
  543. transform: scaleY(0.5);
  544. }
  545. .white-box .cell-item > .label {
  546. flex: 1;
  547. width: 30%;
  548. }
  549. .white-box .cell-item > .label .tips {
  550. font-size: 22rpx;
  551. color: var(--greyColor);
  552. }
  553. .white-box .cell-item > .label.required {
  554. position: relative;
  555. }
  556. .white-box .cell-item > .label.required::after {
  557. content: '*';
  558. color: var(--Red);
  559. position: absolute;
  560. font-size: 30rpx;
  561. top: -15rpx;
  562. left: -15rpx;
  563. }
  564. .white-box .cell-item > .tit {
  565. color: var(--Black);
  566. flex: 1;
  567. width: 70%;
  568. text-align: right;
  569. }
  570. .white-box .cell-item > .tit .van-radio-group {
  571. display: flex;
  572. justify-content: flex-end;
  573. }
  574. .white-box .cell-item > .tit .van-radio-group .van-radio:not(:first-child) {
  575. margin-left: 30rpx;
  576. }
  577. .white-box .block-cell-item {
  578. color: var(--Black);
  579. padding: 30rpx 0;
  580. position: relative;
  581. }
  582. .white-box .block-cell-item::after {
  583. position: absolute;
  584. box-sizing: border-box;
  585. content: " ";
  586. pointer-events: none;
  587. right: 16rpx;
  588. bottom: 0;
  589. left: 16rpx;
  590. border-bottom: 2rpx solid #ebedf0;
  591. -webkit-transform: scaleY(0.5);
  592. transform: scaleY(0.5);
  593. }
  594. .white-box .block-cell-item .label {
  595. width: 100%;
  596. padding-bottom: 30rpx;
  597. }
  598. .white-box .block-cell-item .label.required {
  599. position: relative;
  600. }
  601. .white-box .block-cell-item .label.required::after {
  602. content: '*';
  603. color: var(--Red);
  604. position: absolute;
  605. font-size: 30rpx;
  606. top: -15rpx;
  607. left: -15rpx;
  608. }
  609. .white-box .block-cell-item .label .tips {
  610. font-size: 22rpx;
  611. color: var(--greyColor);
  612. }
  613. .white-box .block-cell-item .tit {
  614. width: 100%;
  615. color: var(--Black);
  616. }
  617. .white-box .block-cell-item .tit .van-radio-group {
  618. display: flex;
  619. justify-content: flex-end;
  620. }
  621. .white-box .block-cell-item .tit .van-radio-group .van-radio:not(:first-child) {
  622. margin-left: 30rpx;
  623. }
  624. .white-box .block-cell-item .tit .textarea {
  625. background-color: #F8F8F8;
  626. font-size: 30rpx;
  627. color: #B7B7B7;
  628. border-radius: 10rpx;
  629. padding: 30rpx;
  630. word-break: break-all;
  631. }
  632. .white-box .custom-white-box-content {
  633. padding-bottom: 30rpx;
  634. }
  635. .z-bg {
  636. background: #6600ff;
  637. color: #fff;
  638. }
  639. .l-bg {
  640. background: #0000FF;
  641. color: #fff;
  642. }
  643. .h-bg {
  644. background: #F87A7A;
  645. color: #fff;
  646. }
  647. .y-bg {
  648. background: #e4ce6b;
  649. color: #fff;
  650. }
  651. .z-br {
  652. background: #fff;
  653. border: 1px solid #6600ff;
  654. color: #6600ff;
  655. }
  656. .chaochuyincang {
  657. white-space: nowrap;
  658. overflow: hidden;
  659. text-overflow: ellipsis;
  660. }
  661. .repair-box-add .van-radio-group {
  662. display: flex;
  663. }
  664. .repair-box-add .van-radio-group .van-radio {
  665. width: 100%;
  666. padding-left: 30rpx;
  667. }