|
@@ -551,11 +551,29 @@
|
551
|
551
|
color: #fff;
|
552
|
552
|
border-color: $main-color !important;
|
553
|
553
|
background-color: $main-color !important;
|
|
554
|
+ @media only screen and (max-width: 812px) {
|
|
555
|
+ font-size: 14px !important;
|
|
556
|
+ line-height: 16px !important;
|
|
557
|
+ width: 16px !important;
|
|
558
|
+ height: 16px !important;
|
|
559
|
+ }
|
|
560
|
+}
|
|
561
|
+
|
|
562
|
+.van-checkbox__icon .van-icon {
|
|
563
|
+ @media only screen and (max-width: 812px) {
|
|
564
|
+ font-size: 14px !important;
|
|
565
|
+ line-height: 16px !important;
|
|
566
|
+ width: 16px !important;
|
|
567
|
+ height: 16px !important;
|
|
568
|
+ }
|
554
|
569
|
}
|
555
|
570
|
|
556
|
571
|
.CheckBox .van-checkbox__label {
|
557
|
572
|
width: 94%;
|
558
|
573
|
font-size: 0.34rem;
|
|
574
|
+ @media only screen and (max-width: 812px) {
|
|
575
|
+ width: 90%;
|
|
576
|
+ }
|
559
|
577
|
}
|
560
|
578
|
|
561
|
579
|
.mint-datetime-action {
|
|
@@ -651,10 +669,19 @@
|
651
|
669
|
color: $pgh-color!important;
|
652
|
670
|
height: 64px!important;
|
653
|
671
|
line-height: 64px!important;
|
|
672
|
+ @media only screen and (max-width: 812px) {
|
|
673
|
+ font-size: 0.35rem !important;
|
|
674
|
+ color: $pgh-color !important;
|
|
675
|
+ height: 48px !important;
|
|
676
|
+ line-height: 48px !important;
|
|
677
|
+ }
|
654
|
678
|
}
|
655
|
679
|
.el-collapse-item__arrow{
|
656
|
680
|
color: #a8b3ba!important;
|
657
|
681
|
line-height: 64px!important;
|
|
682
|
+ @media only screen and (max-width: 812px) {
|
|
683
|
+ line-height: 48px !important;
|
|
684
|
+ }
|
658
|
685
|
}
|
659
|
686
|
|
660
|
687
|
|
|
@@ -664,6 +691,11 @@
|
664
|
691
|
width: 4.2rem;
|
665
|
692
|
float: right;
|
666
|
693
|
font-size: 0.34rem;
|
|
694
|
+ .field {
|
|
695
|
+ @media only screen and (max-width: 812px) {
|
|
696
|
+ margin-top: 6px;
|
|
697
|
+ }
|
|
698
|
+ }
|
667
|
699
|
.iconfont {
|
668
|
700
|
color: #a8b3ba;
|
669
|
701
|
font-size: 0.42rem;
|
|
@@ -676,10 +708,40 @@
|
676
|
708
|
align-items: center;
|
677
|
709
|
height: 0.64rem!important;
|
678
|
710
|
line-height: 0.64rem!important;
|
|
711
|
+ @media only screen and (max-width: 812px) {
|
|
712
|
+ padding: 0 0 0 4px;
|
|
713
|
+ }
|
|
714
|
+ }
|
|
715
|
+}
|
679
|
716
|
|
|
717
|
+.van-cell {
|
|
718
|
+ @media only screen and (max-width: 812px) {
|
|
719
|
+ font-size: 6px !important;
|
|
720
|
+ }
|
|
721
|
+}
|
|
722
|
+.van-field__left-icon {
|
|
723
|
+ @media only screen and (max-width: 812px) {
|
|
724
|
+ // margin-right: 0 !important;
|
|
725
|
+ margin-top: 1px;
|
|
726
|
+ }
|
|
727
|
+ .van-icon-arrow-down {
|
|
728
|
+ @media only screen and (max-width: 812px) {
|
|
729
|
+ font-size: 12px !important;
|
|
730
|
+ }
|
|
731
|
+ }
|
|
732
|
+}
|
|
733
|
+.van-field__button {
|
|
734
|
+ @media only screen and (max-width: 812px) {
|
|
735
|
+ padding-left: 0 !important;
|
|
736
|
+ }
|
|
737
|
+}
|
|
738
|
+.van-switch {
|
|
739
|
+ @media only screen and (max-width: 812px) {
|
|
740
|
+ font-size: 16px !important;
|
680
|
741
|
}
|
681
|
742
|
}
|
682
|
743
|
|
|
744
|
+
|
683
|
745
|
// 返回
|
684
|
746
|
.goBack {
|
685
|
747
|
cursor: pointer;
|
|
@@ -704,6 +766,9 @@
|
704
|
766
|
|
705
|
767
|
.van-button--small{
|
706
|
768
|
font-size: 0.28rem!important;
|
|
769
|
+ @media only screen and (max-width: 812px) {
|
|
770
|
+ min-width: 36px !important;
|
|
771
|
+ }
|
707
|
772
|
}
|
708
|
773
|
|
709
|
774
|
.el-input{
|