addCompany.wxss 13 KB

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