血透系统pad前端

style.scss 17KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875
  1. .body {
  2. // background: $base-color;
  3. }
  4. html,
  5. body {
  6. height: 100%;
  7. }
  8. #app {
  9. width: 100%;
  10. height: 100%;
  11. }
  12. .iconfont {
  13. color: #a8b3ba;
  14. }
  15. .mainBox {
  16. font-size: 0.3rem;
  17. }
  18. .plateTitle {
  19. border-bottom: 1px solid rgba(193, 193, 193, 0.4);
  20. line-height: 1rem;
  21. @include text-align;
  22. font-size: 0.36rem;
  23. color: $main-color;
  24. font-weight: 600;
  25. position: relative;
  26. @include display-flex;
  27. @include align-items-center;
  28. width: 100%;
  29. @include justify-content-center;
  30. .line {
  31. width: 0.2rem;
  32. height: 0.04rem;
  33. background: $main-color;
  34. z-index: 99;
  35. display: inline-block;
  36. margin: 0 0.2rem;
  37. }
  38. }
  39. .blueBorder {
  40. height: 0.2rem;
  41. line-height: 0.2rem;
  42. background: #f6f8f9;
  43. }
  44. // 数据详情
  45. .plate-box {
  46. background: $text-color;
  47. padding: 0 0 0.3rem 0;
  48. .title {
  49. border-bottom: 1px $border-color solid;
  50. line-height: 1rem;
  51. @include text-align;
  52. font-size: 0.36rem;
  53. color: $main-color;
  54. font-weight: 600;
  55. position: relative;
  56. @include display-flex;
  57. @include align-items-center;
  58. width: 100%;
  59. @include justify-content-center;
  60. }
  61. .line {
  62. width: 0.2rem;
  63. height: 0.04rem;
  64. background: $main-color;
  65. z-index: 99;
  66. display: inline-block;
  67. margin: 0 0.2rem;
  68. }
  69. .plate {
  70. margin: 0.25rem 1rem;
  71. padding-bottom: 0.28rem;
  72. @include box-sizing;
  73. @include display-flex;
  74. @include align-items-start;
  75. @include justify-content-between;
  76. border-bottom: 1px #e6e6e6 dashed;
  77. ul {
  78. @include flex;
  79. li {
  80. font-size: 0.34rem;
  81. line-height: 0.62rem;
  82. float: left;
  83. width: 5.2rem;
  84. @media only screen and (max-width: 415px) {
  85. width: 4.2rem;
  86. }
  87. .content {
  88. color: $main-color;
  89. }
  90. .unit {
  91. color: $font-color;
  92. }
  93. }
  94. }
  95. }
  96. .note {
  97. font-size: 0.34rem;
  98. color: $pgh-color;
  99. width: 100%;
  100. padding: 0 1rem;
  101. line-height: 0.5rem;
  102. span {
  103. color: $main-color;
  104. }
  105. }
  106. .border {
  107. border: none;
  108. }
  109. }
  110. // 今日弹出层
  111. .popup-content {
  112. @include box-sizing; // @include display-flex;
  113. // @include flex;
  114. background: $text-color;
  115. border-radius: 6px;
  116. font-size: 0.28rem;
  117. width: 13.2rem;
  118. .title {
  119. border-bottom: 1px $border-color solid;
  120. height: 0.88rem;
  121. line-height: 0.88rem;
  122. @include text-align;
  123. font-size: 0.3rem;
  124. color: $main-color;
  125. font-weight: 700;
  126. position: relative;
  127. @include display-flex;
  128. @include align-items-center;
  129. width: 100%;
  130. @include justify-content-center;
  131. .line {
  132. width: 0.1rem;
  133. height: 0.04rem;
  134. background: $main-color;
  135. z-index: 99;
  136. display: inline-block;
  137. margin: 0 0.14rem;
  138. }
  139. }
  140. .content {
  141. padding: 0 0.36rem;
  142. .cell {
  143. float: left;
  144. width: 3.22rem;
  145. margin: 0.35rem 0.4rem 0 0.4rem;
  146. label {
  147. display: block;
  148. height: 0.55rem;
  149. line-height: 0.55rem;
  150. color: $pgh-color;
  151. }
  152. select {
  153. width: 100%;
  154. padding: 0.2rem 0;
  155. border: 1px $border-color solid;
  156. border-radius: 2px;
  157. padding-left: 5px;
  158. }
  159. .inputBox {
  160. border: 1px $border-color solid;
  161. border-radius: 2px;
  162. padding: 0.18rem 0;
  163. padding-left: 5px;
  164. }
  165. .textarea {
  166. width: 100%;
  167. height: 1.22rem;
  168. border: 1px $border-color solid;
  169. border-radius: 2px;
  170. padding-left: 5px;
  171. }
  172. }
  173. .width {
  174. width: 90%;
  175. label {
  176. display: inline-block;
  177. }
  178. button {
  179. background: $main-color;
  180. color: #fff;
  181. border-radius: 6px;
  182. width: 3.1rem;
  183. height: 0.9rem;
  184. line-height: 0.9rem;
  185. text-align: center;
  186. margin: 0 0 0.9rem 0;
  187. }
  188. }
  189. .center {
  190. text-align: center;
  191. }
  192. }
  193. }
  194. .yzNav {
  195. width: 60%;
  196. margin: 0 auto;
  197. @include display-flex;
  198. @include text-align;
  199. @include align-items-center;
  200. @include justify-content-around;
  201. background: #fff;
  202. span {
  203. height: 0.6rem;
  204. line-height: 0.6rem;
  205. background: #fff;
  206. border-radius: 50px;
  207. border: 1px $border-color solid;
  208. display: inline-block;
  209. @include text-align;
  210. margin: 0.25rem 0;
  211. color: #34495e;
  212. font-size: 0.34rem;
  213. padding: 0 0.3rem;
  214. }
  215. .forbid {
  216. color: $forbid-color;
  217. }
  218. }
  219. // 监控搜索
  220. .search-content {
  221. background: #ebf1f7;
  222. padding: 0.2rem 0.28rem;
  223. .search {
  224. background: $white-bg;
  225. height: 0.7rem;
  226. line-height: 0.7rem;
  227. border-radius: 0.5rem;
  228. @include flex;
  229. @include display-flex;
  230. @include align-items-center;
  231. margin: 0 0.3rem;
  232. padding: 0 0 0 0.3rem;
  233. .iconfont {
  234. color: #a8b3ba;
  235. font-size: 0.4rem;
  236. margin: 0 0.1rem 0 0;
  237. }
  238. .searchInput {
  239. width: 87%;
  240. height: 0.6rem;
  241. line-height: 0.6rem;
  242. border: none;
  243. outline: none;
  244. color: $pgh-color;
  245. font-size: 0.28rem;
  246. }
  247. }
  248. }
  249. // 监控表单
  250. .MonitoringForm {
  251. width: 100%;
  252. overflow: hidden;
  253. font-size: 0.3rem;
  254. border: $border-color;
  255. background: $text-color;
  256. padding: 0 0 0.28rem 0;
  257. tr {
  258. padding: 0;
  259. margin: 0;
  260. padding: 0.1rem 0;
  261. th {
  262. background: $main-color;
  263. border: none;
  264. color: #fff;
  265. padding: 0;
  266. margin: 0;
  267. height: 0.88rem;
  268. line-height: 0.88rem;
  269. font-weight: normal;
  270. }
  271. td {
  272. background: #f0f5fa;
  273. border: none;
  274. padding: 0.3rem 0;
  275. text-align: center;
  276. button {
  277. background: $pink;
  278. color: #fff;
  279. display: inline-block;
  280. width: 40%;
  281. margin: 0 2%;
  282. height: 0.6rem;
  283. line-height: 0.6rem;
  284. border-radius: 4px;
  285. }
  286. }
  287. }
  288. }
  289. .vux-popover {
  290. box-shadow: 0 0 15px #eee;
  291. .popover-demo-content {
  292. ul {
  293. // width: 6.4rem;
  294. padding: 0.28rem;
  295. li {
  296. font-size: 0.32rem;
  297. color: $title-color;
  298. line-height: 0.7rem;
  299. height: 0.7rem;
  300. .iconfont {
  301. float: right;
  302. color: #409eff;
  303. font-size: 0.5rem;
  304. display: inline-block;
  305. }
  306. }
  307. }
  308. }
  309. }
  310. // el
  311. .popover-demo-content {
  312. ul {
  313. li {
  314. font-size: 0.32rem;
  315. color: $title-color;
  316. line-height: 0.7rem;
  317. height: 0.7rem;
  318. .iconfont {
  319. float: right;
  320. color: #409eff;
  321. font-size: 0.5rem;
  322. display: inline-block;
  323. }
  324. }
  325. }
  326. }
  327. .tick {
  328. position: relative;
  329. color: $main-color !important;
  330. font-weight: 600;
  331. }
  332. .mainBox {
  333. .mainContent {
  334. // margin: 0 0 0 1.58rem;
  335. }
  336. }
  337. .van-popup {
  338. top: 5% !important;
  339. transform: translate3d(-50%, 0, 0) !important;
  340. }
  341. // 弹窗滚动条
  342. ::-webkit-scrollbar {
  343. width: 0.25rem;
  344. height: 0.25rem;
  345. background-color: #fff;
  346. @media only screen and (max-width: 812px) {
  347. width: 0 !important;
  348. height: 0 !important;
  349. background-color: transparent !important;
  350. }
  351. @media only screen and (min-width: 768px) and (max-width: 1024px) {
  352. width: 0 !important;
  353. }
  354. @media only screen and (min-width: 1024px) {
  355. width: 0 !important;
  356. }
  357. }
  358. ::-webkit-scrollbar-track {
  359. -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  360. background-color: #fff;
  361. @media only screen and (max-width: 812px) {
  362. background-color: transparent !important;
  363. }
  364. }
  365. ::-webkit-scrollbar-thumb {
  366. -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  367. background-color: #e5e5e5;
  368. @media only screen and (max-width: 812px) {
  369. background-color: transparent !important;
  370. }
  371. }
  372. // 弹窗样式
  373. .van-popup {
  374. // max-height:8.6rem !important;
  375. }
  376. .van-popup {
  377. border-radius: 10px !important;
  378. .Dialog {
  379. font-size: 0.36rem;
  380. width: 11.8rem;
  381. @media only screen and (min-width: 376px) and (max-width: 737px) {
  382. width: 16.8rem !important;
  383. }
  384. @media only screen and (min-width: 376px) and (max-width: 415px) {
  385. width: 10.8rem !important;
  386. }
  387. @media only screen and (min-width: 769px) and (max-width: 1024px) {
  388. width: 12.8rem !important;
  389. }
  390. @media only screen and (min-width: 1024px) {
  391. width: 15.8rem !important;
  392. }
  393. background: #ebf1f7;
  394. position: relative;
  395. .DialogTit {
  396. @include box-sizing;
  397. @include display-flex;
  398. @include align-items-center;
  399. @include text-align;
  400. @include justify-content-between;
  401. padding: 0.2rem 0.36rem;
  402. z-index: 999;
  403. background: #fff;
  404. box-shadow: 3px 3px 3px #d7dce2;
  405. margin-bottom: 0.24rem;
  406. .iconfont {
  407. font-size: 0.5rem;
  408. color: $main-color;
  409. font-weight: bold;
  410. @media only screen and (max-width: 812px) {
  411. font-size: 0.34rem !important;
  412. }
  413. }
  414. .back {
  415. font-size: 0.36rem;
  416. color: $main-color;
  417. @include display-flex;
  418. @include align-items-center;
  419. font-weight: 600;
  420. .iconfont {
  421. font-size: 0.5rem;
  422. font-weight: 700;
  423. color: $main-color;
  424. }
  425. }
  426. .name {
  427. font-size: 0.36rem;
  428. color: $main-color;
  429. font-weight: 600;
  430. }
  431. .success {
  432. font-size: 0.36rem;
  433. font-weight: 600;
  434. color: $title-color;
  435. }
  436. }
  437. .line {
  438. height: 0.24rem;
  439. background: #ebf1f7;
  440. }
  441. .gradient {
  442. height: 0.24rem;
  443. background: -webkit-linear-gradient(#dfe4ea, #ebf1f7);
  444. }
  445. .DialogContent {
  446. height: 8.8rem;
  447. overflow-y: scroll;
  448. background: #fff;
  449. @media only screen and (max-width: 415px) {
  450. height: 14.8rem !important;
  451. }
  452. @media only screen and (min-width: 666px) and (max-width: 737px) {
  453. height: 7.8rem;
  454. }
  455. @media only screen and (min-width: 737px) and (max-width: 768px) {
  456. height: 14.8rem;
  457. }
  458. @media only screen and (min-width: 769px) and (max-width: 1024px) {
  459. height: 11.8rem;
  460. }
  461. .item {
  462. padding: 0 0.32rem;
  463. border-bottom: 1px #e5e5e5 solid;
  464. @include box-sizing;
  465. @include display-flex;
  466. @include align-items-center;
  467. @include text-align;
  468. @include justify-content-between;
  469. color: $title-color;
  470. .name {
  471. font-size: 0.34rem;
  472. height: 1.1rem;
  473. line-height: 1.1rem;
  474. color: $title-color;
  475. }
  476. .content {
  477. @include flex;
  478. text-align: right;
  479. margin-left: 0.2rem;
  480. .iconfont {
  481. font-size: 0.5rem;
  482. }
  483. input {
  484. height: 1rem;
  485. line-height: 1rem;
  486. border: none;
  487. font-size: 0.3rem;
  488. @include flex;
  489. text-align: right;
  490. width: 100%;
  491. }
  492. .text {
  493. height: 1rem;
  494. line-height: 0.5rem;
  495. font-size: 0.34rem;
  496. }
  497. }
  498. }
  499. }
  500. .footer {
  501. height: 1rem;
  502. line-height: 1rem;
  503. padding-left: 0.36rem;
  504. }
  505. .PrescSubmit {
  506. width: 100%;
  507. padding: 0.2rem 0;
  508. background: #fff;
  509. text-align: center;
  510. button {
  511. padding: 0 0.32rem;
  512. border: $main-color;
  513. font-size: 0.28rem;
  514. text-align: center;
  515. height: 0.7rem;
  516. line-height: 0.7rem;
  517. background: #fff;
  518. border: 1px $main-color solid;
  519. border-radius: 0.06rem;
  520. color: $main-color;
  521. margin: 0 0.11rem;
  522. &.tjcq {
  523. background: $main-color;
  524. color: #fff;
  525. }
  526. }
  527. }
  528. }
  529. }
  530. // 表单样式
  531. .table {
  532. width: 2000px;
  533. overflow: auto;
  534. font-size: 0.34rem;
  535. text-align: center;
  536. border: $border-color;
  537. padding-bottom: 0.02rem;
  538. border: none;
  539. tr {
  540. padding: 0;
  541. margin: 0;
  542. padding: 0.14rem 0;
  543. th {
  544. background: $main-color;
  545. border: none;
  546. color: #fff;
  547. padding: 0;
  548. margin: 0;
  549. height: 0.88rem;
  550. font-weight: normal;
  551. }
  552. td {
  553. background: #ecf5ff;
  554. border: none;
  555. padding: 0.18rem 0;
  556. .xg {
  557. color: $main-color;
  558. font-size: 0.28rem;
  559. margin-right: 0.2rem;
  560. cursor: pointer;
  561. .iconfont {
  562. margin-right: 0.1rem;
  563. color: $main-color;
  564. font-size: 0.3rem;
  565. }
  566. }
  567. .sc {
  568. color: #ff7979;
  569. margin-right: 0.2rem;
  570. cursor: pointer;
  571. .iconfont {
  572. color: #ff7979;
  573. }
  574. }
  575. }
  576. }
  577. }
  578. .van-checkbox__icon--checked .van-icon {
  579. color: #fff;
  580. border-color: $main-color !important;
  581. background-color: $main-color !important;
  582. @media only screen and (max-width: 812px) {
  583. font-size: 14px !important;
  584. line-height: 16px !important;
  585. width: 16px !important;
  586. height: 16px !important;
  587. }
  588. }
  589. .van-checkbox__icon .van-icon {
  590. @media only screen and (max-width: 812px) {
  591. font-size: 14px !important;
  592. line-height: 16px !important;
  593. width: 16px !important;
  594. height: 16px !important;
  595. }
  596. }
  597. .CheckBox .van-checkbox__label {
  598. width: 94%;
  599. font-size: 0.34rem;
  600. @media only screen and (max-width: 812px) {
  601. width: 90%;
  602. }
  603. }
  604. .mint-datetime-action {
  605. font-size: 0.36rem;
  606. }
  607. .picker-item {
  608. font-size: 0.34rem;
  609. }
  610. .NoData {
  611. width: 100%;
  612. text-align: center;
  613. background: #fff;
  614. padding: 0.3rem 0;
  615. display: flex;
  616. align-items: center;
  617. justify-content: center;
  618. text-align: center;
  619. img {
  620. width: 180px;
  621. }
  622. }
  623. .el-popper {
  624. margin-top: 0 !important;
  625. }
  626. .CheckBox,
  627. .DialogContent,
  628. .optionsBox,
  629. .el-collapse-item__content {
  630. /* 针对缺省样式 (必须的) */
  631. &::-webkit-scrollbar {
  632. width: 6px;
  633. height: 10px;
  634. }
  635. /* 滚动条的滑轨背景颜色 */
  636. &::-webkit-scrollbar-track {
  637. background-color: #fff;
  638. border-radius: 3px;
  639. -moz-border-radius: 3px;
  640. -webkit-border-radius: 3px;
  641. }
  642. /* 滑块颜色 */
  643. &::-webkit-scrollbar-thumb {
  644. background: #d7dce2;
  645. border-radius: 3px;
  646. -moz-border-radius: 3px;
  647. -webkit-border-radius: 3px;
  648. }
  649. /*内层轨道的颜色*/
  650. &::-webkit-scrollbar-track-piece {
  651. background-color: #fff;
  652. border-radius: 3px;
  653. -moz-border-radius: 3px;
  654. -webkit-border-radius: 3px;
  655. }
  656. /* 滑轨两头的监听按钮颜色 */
  657. &::-webkit-scrollbar-button {
  658. background-color: #eee;
  659. width: 0;
  660. height: 0;
  661. }
  662. /* 横向滚动条和纵向滚动条相交处尖角的颜色 */
  663. &::-webkit-scrollbar-corner {
  664. background-color: #eee;
  665. }
  666. }
  667. .el-form-item__label {
  668. font-size: 0.34rem !important; // width: 90px !important;
  669. @media only screen and (max-width: 812px) {
  670. text-align: left !important;
  671. }
  672. }
  673. .el-radio__label {
  674. font-size: 0.32rem !important;
  675. }
  676. .el-radio + .el-radio {
  677. margin-left: 15px !important;
  678. @media only screen and (max-width: 812px) {
  679. margin-left: 0 !important;
  680. }
  681. }
  682. .el-button--mini {
  683. font-size: 0.32rem !important;
  684. }
  685. .el-form-item__label,
  686. .el-radio,
  687. .van-checkbox__label {
  688. color: $title-color !important;
  689. }
  690. .el-collapse-item__header {
  691. font-size: 0.35rem !important;
  692. color: $pgh-color !important;
  693. height: 64px !important;
  694. line-height: 64px !important;
  695. @media only screen and (max-width: 812px) {
  696. font-size: 0.35rem !important;
  697. color: $pgh-color !important;
  698. height: 48px !important;
  699. line-height: 48px !important;
  700. }
  701. }
  702. .el-collapse-item__arrow {
  703. color: #a8b3ba !important;
  704. line-height: 64px !important;
  705. @media only screen and (max-width: 812px) {
  706. line-height: 48px !important;
  707. }
  708. }
  709. // 搜索全局
  710. .search {
  711. color: #a8b3ba;
  712. width: 4.2rem;
  713. float: right;
  714. font-size: 0.34rem;
  715. .field {
  716. // @media only screen and (max-width: 812px) {
  717. // margin-top: 6px;
  718. // }
  719. }
  720. .iconfont {
  721. color: #a8b3ba;
  722. font-size: 0.42rem;
  723. }
  724. .field {
  725. background-color: #ebf1f7;
  726. padding: 0 0 0 10px;
  727. border-radius: 30px;
  728. display: flex;
  729. align-items: center;
  730. height: 0.64rem !important;
  731. line-height: 0.64rem !important;
  732. @media only screen and (max-width: 812px) {
  733. padding: 0 0 0 4px;
  734. }
  735. }
  736. }
  737. .van-cell {
  738. @media only screen and (max-width: 812px) {
  739. font-size: 6px !important;
  740. }
  741. }
  742. .van-field__left-icon {
  743. @media only screen and (max-width: 812px) {
  744. // margin-right: 0 !important;
  745. margin-top: 1px;
  746. }
  747. .van-icon-arrow-down {
  748. @media only screen and (max-width: 812px) {
  749. font-size: 12px !important;
  750. }
  751. }
  752. }
  753. .van-field__button {
  754. @media only screen and (max-width: 812px) {
  755. padding-left: 0 !important;
  756. }
  757. }
  758. .van-switch {
  759. @media only screen and (max-width: 812px) {
  760. font-size: 16px !important;
  761. }
  762. }
  763. .picker-toolbar {
  764. @media only screen and (max-width: 812px) {
  765. height: 30px !important;
  766. }
  767. }
  768. .mint-datetime-action {
  769. @media only screen and (max-width: 812px) {
  770. line-height: 30px !important;
  771. }
  772. }
  773. // 返回
  774. .goBack {
  775. cursor: pointer;
  776. @include display-flex;
  777. @include align-items-center;
  778. @include text-align;
  779. font-size: 0.36rem;
  780. .back {
  781. // color: $main-color;
  782. color: #fff;
  783. margin-right: 0.87rem;
  784. .iconfont {
  785. // color: $main-color;
  786. color: #fff;
  787. font-size: 0.42rem;
  788. }
  789. }
  790. .name {
  791. .iconfont {
  792. margin-left: 0.1rem;
  793. }
  794. }
  795. }
  796. .van-button--small {
  797. font-size: 0.28rem !important;
  798. @media only screen and (max-width: 812px) {
  799. min-width: 36px !important;
  800. }
  801. }
  802. .el-input {
  803. color: #1b2631 !important;
  804. font-size: 0.36rem !important;
  805. }
  806. .el-collapse-item__content {
  807. height: 7.4rem !important;
  808. overflow-y: auto !important;
  809. }
  810. // 顶部导航固定
  811. .top,
  812. .top_row {
  813. position: fixed !important;
  814. top: 0;
  815. left: 0;
  816. right: 0;
  817. z-index: 1000;
  818. background: #fff;
  819. }
  820. // .choice,
  821. // .screening{
  822. // position: fixed;
  823. // top: 63px;
  824. // right: 0;
  825. // z-index: 66;
  826. // left: 1.58rem;
  827. // background: #fff;
  828. // }
  829. .stateBox {
  830. padding-top: 180px;
  831. background: #fff;
  832. min-height: calc(100vh - 2px);
  833. padding-left: 0.45rem;
  834. }