index.wxss 13 KB

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