addCompany.wxss 14 KB

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