weChatStyle.css 21 KB

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