addplan.wxss 13 KB

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