血透系统pad前端

style.scss 18KB

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