add.wxss 14 KB

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