血透系统pad前端

style.scss 18KB

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