handle.wxss 13 KB

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