add.wxss 14 KB

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