血透系统pad前端

style.scss 19KB

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