add.wxss 14 KB

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