detail.wxss 14 KB

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