血透系统pad前端

style.scss 18KB

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