weChatStyle.css 21 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381
  1. /* html {
  2. font-size: 20px;
  3. }
  4. @media only screen and (max-width: 1242px) {
  5. html {
  6. font-size: 187.5% !important;
  7. }
  8. }
  9. @media screen and (max-width:750px) {
  10. html {
  11. font-size: 150% !important;
  12. }
  13. }
  14. @media screen and (max-width:675px) {
  15. html {
  16. font-size: 130% !important;
  17. }
  18. }
  19. @media screen and (max-width:600px) {
  20. html {
  21. font-size: 120% !important;
  22. }
  23. }
  24. @media screen and (max-width:525px) {
  25. html {
  26. font-size: 105% !important;
  27. }
  28. }
  29. @media screen and (max-width:450px) {
  30. html {
  31. font-size: 90% !important;
  32. }
  33. }
  34. @media screen and (max-width:375px) {
  35. html {
  36. font-size: 75% !important;
  37. }
  38. }
  39. @media screen and (max-width:320px) {
  40. html {
  41. font-size: 62% !important;
  42. }
  43. } */
  44. .tab-item .icon {
  45. font-size: 1.8rem;
  46. }
  47. .padding-left-1 {
  48. padding-left: 1rem !important;
  49. }
  50. .padding-right-1 {
  51. padding-right: 1rem !important;
  52. }
  53. .padding-5 {
  54. padding: 5px !important;
  55. }
  56. .padding-10 {
  57. padding: 10px !important;
  58. }
  59. .padding-15 {
  60. padding: 15px !important;
  61. }
  62. .padding-20 {
  63. padding: 20px !important;
  64. }
  65. .padding-25 {
  66. padding: 25px !important;
  67. }
  68. .padding-30 {
  69. padding: 30px !important;
  70. }
  71. .padding-35 {
  72. padding: 35px !important;
  73. }
  74. .padding-40 {
  75. padding: 40px !important;
  76. }
  77. .padding-horizontal-5 {
  78. padding: 0 5px !important;
  79. }
  80. .padding-horizontal-10 {
  81. padding: 0 10px !important;
  82. }
  83. .padding-horizontal-15 {
  84. padding: 0 15px !important;
  85. }
  86. .padding-horizontal-20 {
  87. padding: 0 20px !important;
  88. }
  89. .padding-vertical-10 {
  90. padding: 10px 0 !important;
  91. }
  92. .padding-vertical-15 {
  93. padding: 15px 0 !important;
  94. }
  95. .padding-vertical-20 {
  96. padding: 20px 0 !important;
  97. }
  98. .padding-bottom-0 {
  99. padding-bottom: 0px !important;
  100. }
  101. .padding-bottom-5 {
  102. padding-bottom: 5px !important;
  103. }
  104. .padding-bottom-10 {
  105. padding-bottom: 10px !important;
  106. }
  107. .padding-bottom-15 {
  108. padding-bottom: 15px !important;
  109. }
  110. .padding-bottom-20 {
  111. padding-bottom: 20px !important;
  112. }
  113. .padding-bottom-25 {
  114. padding-bottom: 25px !important;
  115. }
  116. .padding-bottom-30 {
  117. padding-bottom: 30px !important;
  118. }
  119. .padding-top-0 {
  120. padding-top: 0px !important;
  121. }
  122. .padding-top-5 {
  123. padding-top: 5px !important;
  124. }
  125. .padding-top-8 {
  126. padding-top: 8px !important;
  127. }
  128. .padding-top-10 {
  129. padding-top: 10px !important;
  130. }
  131. .padding-top-15 {
  132. padding-top: 15px !important;
  133. }
  134. .padding-top-20 {
  135. padding-top: 20px !important;
  136. }
  137. .padding-top-25 {
  138. padding-top: 25px !important;
  139. }
  140. .padding-top-30 {
  141. padding-top: 30px !important;
  142. }
  143. .padding-left-0 {
  144. padding-left: 0px !important;
  145. }
  146. .padding-left-5 {
  147. padding-left: 5px !important;
  148. }
  149. .padding-left-10 {
  150. padding-left: 10px !important;
  151. }
  152. .padding-left-15 {
  153. padding-left: 15px !important;
  154. }
  155. .padding-left-20 {
  156. padding-left: 20px !important;
  157. }
  158. .padding-left-25 {
  159. padding-left: 25px !important;
  160. }
  161. .padding-left-30 {
  162. padding-left: 30px !important;
  163. }
  164. .padding-right-0 {
  165. padding-right: 0px !important;
  166. }
  167. .padding-right-5 {
  168. padding-right: 5px !important;
  169. }
  170. .padding-right-10 {
  171. padding-right: 10px !important;
  172. }
  173. .padding-right-15 {
  174. padding-right: 15px !important;
  175. }
  176. .padding-right-20 {
  177. padding-right: 20px !important;
  178. }
  179. .padding-right-25 {
  180. padding-right: 25px !important;
  181. }
  182. .padding-right-30 {
  183. padding-right: 30px !important;
  184. }
  185. .margin-bottom-0 {
  186. margin-bottom: 0px !important;
  187. }
  188. .margin-bottom-5 {
  189. margin-bottom: 5px !important;
  190. }
  191. .margin-bottom-8 {
  192. margin-bottom: 8px !important;
  193. }
  194. .margin-bottom-10 {
  195. margin-bottom: 10px !important;
  196. }
  197. .margin-bottom-15 {
  198. margin-bottom: 15px !important;
  199. }
  200. .margin-bottom-20 {
  201. margin-bottom: 20px !important;
  202. }
  203. .margin-bottom-25 {
  204. margin-bottom: 25px !important;
  205. }
  206. .margin-bottom-30 {
  207. margin-bottom: 30px !important;
  208. }
  209. .margin-top-0 {
  210. margin-top: 0px !important;
  211. }
  212. .margin-top-5 {
  213. margin-top: 5px !important;
  214. }
  215. .margin-top-10 {
  216. margin-top: 10px !important;
  217. }
  218. .margin-top-15 {
  219. margin-top: 15px !important;
  220. }
  221. .margin-top-20 {
  222. margin-top: 20px !important;
  223. }
  224. .margin-top-25 {
  225. margin-top: 25px !important;
  226. }
  227. .margin-top-30 {
  228. margin-top: 30px !important;
  229. }
  230. .margin-right-0 {
  231. margin-right: 0px !important;
  232. }
  233. .margin-right-5 {
  234. margin-right: 5px !important;
  235. }
  236. .margin-right-10 {
  237. margin-right: 10px !important;
  238. }
  239. .margin-right-15 {
  240. margin-right: 15px !important;
  241. }
  242. .margin-right-20 {
  243. margin-right: 20px !important;
  244. }
  245. .margin-right-25 {
  246. margin-right: 25px !important;
  247. }
  248. .margin-right-30 {
  249. margin-right: 30px !important;
  250. }
  251. .margin-left-0 {
  252. margin-left: 0px !important;
  253. }
  254. .margin-left-5 {
  255. margin-left: 5px !important;
  256. }
  257. .margin-left-10 {
  258. margin-left: 10px !important;
  259. }
  260. .margin-left-15 {
  261. margin-left: 15px !important;
  262. }
  263. .margin-left-20 {
  264. margin-left: 20px !important;
  265. }
  266. .margin-left-25 {
  267. margin-left: 25px !important;
  268. }
  269. .margin-left-30 {
  270. margin-left: 30px !important;
  271. }
  272. .min-height-155 {
  273. min-height: 155px !important;
  274. }
  275. .min-height-180 {
  276. min-height: 180px !important;
  277. }
  278. .min-height-200 {
  279. min-height: 200px !important;
  280. }
  281. .min-height-230 {
  282. min-height: 230px !important;
  283. }
  284. .min-height-250 {
  285. min-height: 250px !important;
  286. }
  287. .min-height-270 {
  288. min-height: 270px !important;
  289. }
  290. .min-height-280 {
  291. min-height: 280px !important;
  292. }
  293. .min-height-300 {
  294. min-height: 300px !important;
  295. }
  296. .min-height-350 {
  297. min-height: 350px !important;
  298. }
  299. .height-155 {
  300. height: 155px !important;
  301. }
  302. .height-180 {
  303. height: 180px !important;
  304. }
  305. .height-200 {
  306. height: 200px !important;
  307. }
  308. .height-230 {
  309. height: 230px !important;
  310. }
  311. .height-250 {
  312. height: 250px !important;
  313. }
  314. .height-270 {
  315. height: 270px !important;
  316. }
  317. .height-300 {
  318. height: 300px !important;
  319. }
  320. .height-330 {
  321. height: 330px !important;
  322. }
  323. .height-350 {
  324. height: 350px !important;
  325. }
  326. .width-200 {
  327. width: 200px !important;
  328. }
  329. .col_0 {
  330. padding: 0px !important;
  331. }
  332. .itemMargin {
  333. margin-top: 10px;
  334. }
  335. .switch {
  336. background: #fe2a44;
  337. border: 1px solid #dfdfdf;
  338. position: relative;
  339. display: inline-block;
  340. box-sizing: content-box;
  341. overflow: visible;
  342. width: 64px !important;
  343. height: 30px;
  344. padding: 0;
  345. margin: 0;
  346. border-radius: 20px;
  347. cursor: pointer;
  348. box-shadow: #dfdfdf 0 0 0 0 inset;
  349. transition: .3s ease-out all;
  350. -webkit-transition: .3s ease-out all;
  351. top: -1px;
  352. }
  353. .switch.checked small {
  354. left: 34px !important;
  355. }
  356. .red.switch {
  357. background: #fe2a44;
  358. border: 1px solid #dfdfdf;
  359. position: relative;
  360. display: inline-block;
  361. box-sizing: content-box;
  362. overflow: visible;
  363. width: 64px !important;
  364. height: 30px;
  365. padding: 0;
  366. margin: 0;
  367. border-radius: 20px;
  368. cursor: pointer;
  369. box-shadow: #dfdfdf 0 0 0 0 inset;
  370. transition: .3s ease-out all;
  371. -webkit-transition: .3s ease-out all;
  372. top: -1px;
  373. }
  374. .switch .off {
  375. color: #fff !important;
  376. }
  377. .row {
  378. margin-right: 0px;
  379. margin-left: 0px;
  380. padding-top: 8px !important;
  381. padding-bottom: 8px !important;
  382. }
  383. .rowlr {
  384. padding-left: 0px !important;
  385. padding-right: 0px !important;
  386. }
  387. div.row.item {
  388. padding: 0px !important;
  389. }
  390. .row-16 {
  391. margin-right: -16px;
  392. margin-left: -16px;
  393. }
  394. .row-leftright-16 {
  395. padding-top: 8px !important;
  396. padding-bottom: 8px !important;
  397. margin-right: -16px;
  398. margin-left: -16px;
  399. display: -webkit-box;
  400. }
  401. .row-leftright-4 {
  402. padding-top: 2px !important;
  403. padding-bottom: 2px !important;
  404. margin-right: -16px;
  405. margin-left: -16px;
  406. display: -webkit-box;
  407. }
  408. .row-1r {
  409. margin-right: -1rem;
  410. margin-left: -1rem;
  411. }
  412. .row_0 {
  413. margin-right: 0px;
  414. margin-left: 0px;
  415. padding-top: 5px;
  416. padding-top: 5px;
  417. }
  418. .row_16 {
  419. /* margin-right: 1rem;
  420. margin-left: 1rem; */
  421. padding-left: 1rem;
  422. padding-right: 1rem;
  423. display: flex;
  424. padding-top: 5px;
  425. padding-bottom: 5px;
  426. }
  427. .rowtop {
  428. padding-top: 5px;
  429. padding-bottom: 5px;
  430. }
  431. .rowleft {
  432. padding-left: 10px;
  433. padding-right: 10px;
  434. }
  435. .rowtop-8 {
  436. padding-top: 8px;
  437. padding-bottom: 8px;
  438. }
  439. .bordrow-5 {
  440. display: flex;
  441. margin-left: -5px !important;
  442. margin-right: -5px !important;
  443. padding-top: 0px;
  444. padding-bottom: 0px;
  445. width: 100%;
  446. margin-right: 0px;
  447. margin-left: 0px;
  448. }
  449. .boder-bottom {
  450. border-bottom: 1px solid #eee;
  451. }
  452. .boder-top {
  453. border-top: 1px solid #eee;
  454. }
  455. .onerow {
  456. text-align: justify;
  457. text-justify: distribute-all-lines;
  458. text-align-last: justify;
  459. -moz-text-align-last: justify;
  460. -webkit-text-align-last: justify;
  461. line-height: 0;
  462. width: 7.6rem;
  463. display: inline-block;
  464. content: "";
  465. }
  466. .onerow:after {
  467. content: "";
  468. display: inline-block;
  469. width: 100%;
  470. }
  471. /* .onerow {
  472. width: 7.6rem;
  473. line-height: 0;
  474. display: inline-block;
  475. text-align: justify;
  476. text-justify: distribute-all-lines;
  477. text-align-last: justify;
  478. -moz-text-align-last: justify;
  479. -webkit-text-align-last: justify;
  480. &:after {
  481. content: "";
  482. display: inline-block;
  483. width: 100%;
  484. }
  485. } */
  486. .fourfont {
  487. text-align: justify;
  488. text-justify: distribute-all-lines;
  489. text-align-last: justify;
  490. -moz-text-align-last: justify;
  491. -webkit-text-align-last: justify;
  492. line-height: 0;
  493. width: 6rem;
  494. display: inline-block;
  495. content: "";
  496. white-space: normal;
  497. }
  498. .fourfont:after {
  499. content: "";
  500. display: inline-block;
  501. width: 100%;
  502. }
  503. .threefont {
  504. text-align: justify;
  505. text-justify: distribute-all-lines;
  506. text-align-last: justify;
  507. -moz-text-align-last: justify;
  508. -webkit-text-align-last: justify;
  509. line-height: 0;
  510. width: 4.5rem;
  511. display: inline-block;
  512. content: "";
  513. white-space: normal;
  514. }
  515. .threefont:after {
  516. content: "";
  517. display: inline-block;
  518. width: 100%;
  519. }
  520. /* .onerow {
  521. text-align: justify;
  522. text-align-last: justify;
  523. width: 7rem;
  524. display: inline-block;
  525. } */
  526. .matrow {
  527. display: flex;
  528. padding-left: -1rem !important;
  529. /* margin-right: 1rem !important; */
  530. padding-top: 0px;
  531. padding-bottom: 0px;
  532. width: 100%;
  533. margin-right: 0px;
  534. margin-left: 0px;
  535. }
  536. .colnomal {
  537. padding: 1rem;
  538. /* padding-left: 15px; */
  539. border-bottom: 1px solid #eee;
  540. width: 100%;
  541. }
  542. .onaline {
  543. overflow: hidden;
  544. text-overflow: ellipsis;
  545. white-space: nowrap;
  546. padding-top: 5px;
  547. padding-bottom: 5px;
  548. }
  549. p {
  550. /* line-height: 2rem; */
  551. width: 100%;
  552. word-break: break-all;
  553. display: -webkit-box;
  554. -webkit-line-clamp: 2;
  555. -webkit-box-orient: vertical;
  556. overflow: hidden;
  557. white-space: normal !important;
  558. /* background-color: burlywood; */
  559. }
  560. /* p::after {
  561. content: "...";
  562. position: absolute;
  563. bottom: 0;
  564. right: 0;
  565. background: -webkit-linear-gradient(left, transparent, #fff 55%);
  566. background: -o-linear-gradient(right, transparent, #fff 55%);
  567. background: -moz-linear-gradient(right, transparent, #fff 55%);
  568. background: linear-gradient(to right, transparent, #fff 55%);
  569. } */
  570. .ontwoline {
  571. display: -webkit-box;
  572. -webkit-box-orient: vertical;
  573. -webkit-line-clamp: 3;
  574. overflow: hidden;
  575. height: 40px;
  576. }
  577. .flexButton {
  578. position: absolute;
  579. right: 20px;
  580. top: 20px;
  581. font-size: 10px;
  582. line-height: 14px;
  583. }
  584. .flexExtendButton {
  585. position: absolute;
  586. right: 0px;
  587. top: 54px;
  588. /* width: 68px; */
  589. /* height: 98px; */
  590. }
  591. /* 已登记 */
  592. .stateId1 {
  593. color: #fc4c58;
  594. font-weight: bolder;
  595. }
  596. /* 待处理 */
  597. .stateId2 {
  598. color: #fc4c58;
  599. font-weight: bolder;
  600. }
  601. /* 请求重新分配 */
  602. .stateId3 {
  603. color: #fc4c58;
  604. font-weight: bolder;
  605. }
  606. /* 处理中 */
  607. .stateId4 {
  608. color: #0aa5f5;
  609. font-weight: bolder;
  610. }
  611. /* 已解决 */
  612. .stateId5 {
  613. color: #2edbb8;
  614. font-weight: bolder;
  615. }
  616. /* 已关闭 */
  617. .stateId6 {
  618. border-color: #ccc;
  619. background-color: #D9D9D9;
  620. color: #bbbbbb !important;
  621. }
  622. /* 已登记 */
  623. .btn-stateId1 {
  624. color: #fff;
  625. background-color: #a1d46f;
  626. }
  627. .font_stateone {
  628. color: #A1D46F;
  629. }
  630. .font_statetwo {
  631. color: #A1D46F;
  632. }
  633. .font_statethree {
  634. color: #ccc;
  635. }
  636. /* 待处理 */
  637. .btn-stateId2 {
  638. color: #fff;
  639. background-color: #fc4c58;
  640. }
  641. /* 请求重新分配 */
  642. .btn-stateId3 {
  643. color: #fff;
  644. background-color: #ebf902;
  645. }
  646. /* 处理中 */
  647. .btn-stateId4 {
  648. color: #fff;
  649. background-color: #0aa5f5;
  650. }
  651. /* 已解决 */
  652. .btn-stateId5 {
  653. color: #fff;
  654. background-color: #2edbb8;
  655. }
  656. /* 已关闭 */
  657. .btn-stateId6 {
  658. color: #fff;
  659. background-color: #bbbbbb;
  660. }
  661. /* 待审核 */
  662. .btn-stateId7 {
  663. color: #fff;
  664. background-color: #fcb44c;
  665. }
  666. /* 未受理 */
  667. .btn-stateId0 {
  668. color: #fff;
  669. background-color: #a1d46f;
  670. }
  671. /* 文字标题 */
  672. .listLableFont {
  673. color: #606367;
  674. }
  675. /* 文字内容 */
  676. .listDetailFont {
  677. color: #93989e;
  678. }
  679. /* 图标和文字的间隔 */
  680. .icontfontMarginLeft {
  681. margin-left: 10px;
  682. }
  683. /* 编辑按钮 */
  684. .handleButtonEdit {
  685. width: 100%;
  686. padding: 5px;
  687. margin-bottom: 10px;
  688. color: #006bc0;
  689. border: 2px #006bc0 solid;
  690. border-radius: 5px;
  691. }
  692. /* 查看按钮 */
  693. .handleButtonLook {
  694. width: 100%;
  695. padding: 5px;
  696. margin-bottom: 10px;
  697. color: #fcb44c;
  698. border: 2px #fcb44c solid;
  699. border-radius: 5px;
  700. }
  701. /* 提取按钮 */
  702. .handleButtonHandler {
  703. width: 100%;
  704. padding: 5px;
  705. margin-bottom: 10px;
  706. color: #2edbb8;
  707. border: 2px #2edbb8 solid;
  708. border-radius: 5px;
  709. }
  710. /* 页面头部背景 */
  711. .topHeadBg {
  712. background-size: cover;
  713. background-repeat: no-repeat;
  714. /* background-image: url('../assets/images/weChat/bg_top.png') !important; */
  715. background-image: url('../images/weChat/bg_top.png') !important;
  716. }
  717. /* 提交按钮 */
  718. .submitButton {
  719. background-color: #006bc0 !important;
  720. }
  721. /* 首页样式 */
  722. .topImg {
  723. width: 100%;
  724. height: 44%;
  725. }
  726. .bottomDiv {
  727. width: 100%;
  728. height: 55%;
  729. }
  730. .topLeftA {
  731. display: block;
  732. position: absolute;
  733. width: 50%;
  734. height: 50%;
  735. top: 0;
  736. left: 0;
  737. }
  738. .topRightA {
  739. display: block;
  740. position: absolute;
  741. width: 50%;
  742. height: 50%;
  743. top: 0;
  744. right: 0;
  745. }
  746. .bottomLeftA {
  747. display: block;
  748. position: absolute;
  749. width: 50%;
  750. height: 50%;
  751. bottom: 0;
  752. left: 0;
  753. }
  754. .bottomRightA {
  755. display: block;
  756. position: absolute;
  757. width: 50%;
  758. height: 50%;
  759. bottom: 0;
  760. right: 0;
  761. }
  762. .middleImg {
  763. width: 63px;
  764. position: absolute;
  765. top: 50%;
  766. left: 50%;
  767. transform: translate3d(-50%, -50%, 0);
  768. }
  769. .form-control {
  770. border: 0px;
  771. color: #666;
  772. font-size: 1.4rem !important;
  773. }
  774. .form-control[disabled],
  775. .form-control[readonly],
  776. fieldset[disabled] .form-control {
  777. background-color: #fff;
  778. }
  779. /* 表单控件 */
  780. /*input*/
  781. .top-header {
  782. top: 5rem;
  783. padding-top: 0.5rem;
  784. padding-bottom: 0.5rem;
  785. border-bottom: 1px solid #dedede;
  786. }
  787. .height_3 {
  788. height: 3rem;
  789. }
  790. .bordo {
  791. border: 0px solid !important;
  792. }
  793. .backcolor_de {
  794. background: #dedede;
  795. }
  796. .listmodal-header {
  797. min-height: 16.43px;
  798. padding: 10px;
  799. border-bottom: 1px solid #e5e5e5;
  800. }
  801. .inputbor {
  802. display: block;
  803. width: 100%;
  804. height: 34px;
  805. padding: 6px 12px;
  806. font-size: 14px;
  807. line-height: 1.42857143;
  808. color: #555;
  809. background-color: #fff;
  810. background-image: none;
  811. border: 1px solid #ccc;
  812. border-radius: 4px;
  813. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  814. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  815. -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  816. -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  817. transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
  818. }
  819. /* 标签组件 */
  820. .ui-label-style {
  821. font-size: 1.4rem;
  822. padding-top: 0.6rem;
  823. padding-bottom: 0.6rem;
  824. padding-left: 1.1rem;
  825. color: #606367;
  826. background-color: #fff;
  827. border: 0px solid #eeeeee;
  828. border-radius: 0.4rem;
  829. min-height: 3rem;
  830. }
  831. .border-style {
  832. font-size: 1.4rem;
  833. border-bottom: 1px solid #eeeeee;
  834. }
  835. .normal-label-wrap {
  836. /* margin-top: 1.3rem; */
  837. }
  838. .normal-text {
  839. color: #93989e;
  840. font-size: 1.4rem;
  841. padding-top: 1rem;
  842. padding-left: 1rem;
  843. padding-right: 1rem;
  844. padding-bottom: 1rem;
  845. border-bottom: 1px solid #dedede;
  846. }
  847. .normal-sumtext {
  848. color: #93989e;
  849. font-size: 1.4rem;
  850. padding-top: 0.5rem;
  851. padding-left: 1rem;
  852. padding-right: 1rem;
  853. padding-bottom: 0.5rem;
  854. border-bottom: 1px solid #dedede;
  855. }
  856. .paddingall {
  857. padding: 5px;
  858. }
  859. .normal-label-text {
  860. color: #93989e;
  861. font-size: 1.4rem;
  862. /* height: 2.6rem;
  863. line-height: 2.6rem; */
  864. padding-top: 0.6rem;
  865. padding-bottom: 0.6rem;
  866. }
  867. .ui-handler-style {
  868. margin-bottom: 15px;
  869. }
  870. .font-color-gray {
  871. color: #999;
  872. }
  873. .font-color-graylight {
  874. color: #dedede;
  875. }
  876. .font-color-tixing {
  877. color: #f5a623;
  878. }
  879. /* 列表样式 */
  880. .font-color-blue {
  881. color: #95BAE5;
  882. font-size: 2.4rem;
  883. }
  884. .font-color-lightblue {
  885. color: #4A90E2;
  886. font-size: 1.8rem;
  887. }
  888. .font-color-lightbluesmall {
  889. color: #4A90E2;
  890. font-size: 1.6rem;
  891. }
  892. .font-color-green {
  893. color: #bfbfbf;
  894. font-size: 2.4rem;
  895. }
  896. .font-color-black {
  897. color: #333333;
  898. }
  899. .font-color-black-2 {
  900. color: rgba(102, 102, 102, 1);
  901. }
  902. .titleStyle {
  903. color: #999999;
  904. }
  905. .titleStyleonly {
  906. color: #999999;
  907. }
  908. .font-color-six {
  909. color: #666;
  910. }
  911. .font-color-e {
  912. color: #eee;
  913. }
  914. .font-color-4a {
  915. color: #4A90E2;
  916. }
  917. .font-color-red {
  918. color: #D0021B;
  919. font-size: 1.2rem;
  920. }
  921. .center {
  922. text-align: center;
  923. }
  924. .state-wrap-danger {
  925. text-align: center;
  926. color: #D0021B;
  927. font-size: 1.2rem;
  928. border: 0.05rem solid;
  929. background-color: rgba(208, 2, 27, 0.2);
  930. border-radius: 1.2rem;
  931. padding: 0.3rem 1rem;
  932. }
  933. .state-wrap-normal {
  934. text-align: center;
  935. color: #417505;
  936. font-size: 1.2rem;
  937. border: 0.05rem solid;
  938. background-color: #ecf1e6;
  939. border-radius: 1.2rem;
  940. padding: 0rem 1rem;
  941. }
  942. .state-wrap-baseone {
  943. text-align: center;
  944. color: #417505;
  945. font-size: 1.2rem;
  946. border: 0.05rem solid;
  947. background-color: #ecf1e6;
  948. /* opacity:0.1; */
  949. border-radius: 1.2rem;
  950. padding: 0rem 1rem;
  951. }
  952. .state-wrap-basetwo {
  953. text-align: center;
  954. color: #d0021b;
  955. font-size: 1.2rem;
  956. border: 0.05rem solid #e20000;
  957. /* opacity: 0.1; */
  958. background-color: #fae5e8;
  959. border-radius: 1.2rem;
  960. padding: 0rem 1rem;
  961. }
  962. .state-wrap-basethree {
  963. text-align: center;
  964. color: #4a90e2;
  965. font-size: 1.2rem;
  966. border: 0.05rem solid #498fe1;
  967. /* opacity: 0.2; */
  968. background-color: #dbe9f9;
  969. border-radius: 1.2rem;
  970. padding: 0rem 1rem;
  971. }
  972. .state-wrap-basefour {
  973. text-align: center;
  974. color: #7ed321;
  975. font-size: 1.2rem;
  976. /* opacity: 0.1; */
  977. border: 0.05rem solid;
  978. background-color: #f2fae8;
  979. border-radius: 1.2rem;
  980. padding: 0rem 1rem;
  981. }
  982. .padding-top-bottom {
  983. padding-top: 0px;
  984. padding-bottom: 0px;
  985. }
  986. .fz-8 {
  987. font-size: 0.8rem;
  988. }
  989. /* .swiper-slide-active {
  990. color: #333;
  991. /* background: #dedede; */
  992. /* } */
  993. /* .swiper-slide-prev {
  994. color: #666;
  995. }
  996. .swiper-slide-next {
  997. color: #666;
  998. } */
  999. .fz-10 {
  1000. font-size: 1.0rem;
  1001. }
  1002. .fz-12 {
  1003. font-size: 1.2rem;
  1004. }
  1005. .fz-13 {
  1006. font-size: 1.3rem !important;
  1007. }
  1008. .fz-14 {
  1009. font-size: 1.4rem !important;
  1010. }
  1011. .fz-15 {
  1012. font-size: 1.5rem !important;
  1013. }
  1014. .fz-17 {
  1015. font-size: 1.7rem;
  1016. }
  1017. .fz-20 {
  1018. font-size: 2.0rem;
  1019. }
  1020. .list-border-bottom {
  1021. border-bottom: 0.05rem solid rgba(238, 238, 238, 1);
  1022. }
  1023. .list-border-top {
  1024. border-top: 0.05rem solid rgba(238, 238, 238, 1);
  1025. }
  1026. .list-margin-bottom {
  1027. margin-bottom: 0.5rem;
  1028. }
  1029. .body-background-color {
  1030. background-color: #f5f5f5;
  1031. }
  1032. .no-margin-bottom {
  1033. margin-bottom: 0px;
  1034. }
  1035. #trigger.item {
  1036. /* border-color: #ddd; */
  1037. background-color: #fff;
  1038. color: #666;
  1039. position: relative;
  1040. z-index: 2;
  1041. display: block;
  1042. /* margin: -1px; */
  1043. padding-left: 1rem;
  1044. padding-right: 1rem;
  1045. padding-top: 8px;
  1046. padding-bottom: 8px;
  1047. border-width: 1px;
  1048. border-top-style: solid;
  1049. font-size: 1.4rem;
  1050. }
  1051. #triggerone.item {
  1052. /* border-color: #ddd; */
  1053. background-color: #fff;
  1054. color: #666;
  1055. position: relative;
  1056. z-index: 2;
  1057. display: block;
  1058. /* margin: -1px; */
  1059. padding-left: 1rem;
  1060. padding-right: 1rem;
  1061. padding-top: 8px;
  1062. padding-bottom: 8px;
  1063. border-width: 1px;
  1064. border-top-style: solid;
  1065. font-size: 1.4rem;
  1066. }
  1067. #triggertwo.item,
  1068. #triggerthree.item,
  1069. #triggerfour.item {
  1070. /* border-color: #ddd; */
  1071. background-color: #fff;
  1072. color: #666;
  1073. position: relative;
  1074. z-index: 2;
  1075. display: block;
  1076. /* margin: -1px; */
  1077. padding-left: 1rem;
  1078. padding-right: 1rem;
  1079. padding-top: 8px;
  1080. padding-bottom: 8px;
  1081. border-width: 1px;
  1082. border-top-style: solid;
  1083. font-size: 1.4rem;
  1084. }
  1085. /* .item:last-child {
  1086. margin-bottom: 0px;
  1087. border: none;
  1088. } */