report.wxss 14 KB

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