addplan.wxss 14 KB

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