zhouna hace 5 años
padre
commit
bc2bd062c2
Se han modificado 4 ficheros con 9 adiciones y 5 borrados
  1. 1 1
      src/common/OptionInp.vue
  2. 1 1
      src/common/UsualSymptom.vue
  3. 3 3
      src/components/Search.vue
  4. 4 0
      src/less/base.less

+ 1 - 1
src/common/OptionInp.vue

@@ -74,7 +74,7 @@ import $ from 'jquery';
      input{
       height: 100%;
       color: #4F50FF;
-      font-size: .3rem;
+      font-size: .26rem;
       border-bottom: 1px solid #E6E6E6 !important;
       border-radius: 0;
       padding-left: .05rem;

+ 1 - 1
src/common/UsualSymptom.vue

@@ -165,7 +165,7 @@
     padding-left:.7rem;
     color: #AAAAAA;
     .placeholder{
-      font-size: .28rem;
+      font-size: .24rem;
     }
     .searchImg {
       width: 0.44rem;

+ 3 - 3
src/components/Search.vue

@@ -154,7 +154,7 @@ export default {
     position: absolute;
     right: 0.32rem;
     top: 0.54rem;
-    font-size: 0.3rem;
+    font-size: 0.24rem;
     color: #666666;
   }
 }
@@ -177,7 +177,7 @@ export default {
   input {
     width: 100%;
     height: 0.42rem;
-    font-size: 0.3rem;
+    font-size: 0.24rem;
     line-height: 0.42rem;
     background: #F5F5F5;
   }
@@ -196,10 +196,10 @@ export default {
     width: 100%;
     text-align: center;
     margin-top: 1.6rem;
-    font-size: .26rem;
     p{
       color: #aaa;
       margin-top: .8rem;
+      font-size: .24rem;
     }
 
   }

+ 4 - 0
src/less/base.less

@@ -19,6 +19,10 @@
   left: 0;
   background:rgba(0,0,0,.5);
 }
+input::placeholder {
+  font-size: .24rem!important;
+  color: #ccc!important;
+}
 .footer{
   width:100%;
   text-align: center;