zhouna 5 年之前
父節點
當前提交
e952379764

+ 2 - 1
src/common/ComTextArea.vue

@@ -83,7 +83,8 @@ export default {
     position:fixed;
     bottom:0;
     background:#fff;
-    padding: 0 4%;
+    padding:0.28rem 0 4%;
+    box-shadow: 0 0 30px -10px rgba(104, 124, 189, 0.25);
     textarea {
       color: #4F50FF;
       resize: none;

+ 2 - 0
src/common/Picker.vue

@@ -83,6 +83,8 @@ export default {
     z-index: 99;
     bottom: 0;
     left: 0;
+    box-shadow: 0 0 30px -10px rgba(104, 124, 189, 0.25);
+    padding-top: 0.28rem;
 }
 .picker {
     position: relative;

+ 2 - 1
src/common/PushSymptom.vue

@@ -181,11 +181,12 @@
   @import "../less/base.less";
   .select{
     background-color: #fff;
-    padding: 0.2rem 0 0 0;
+    padding: 0.28rem 0 0 0;
     position: fixed;
     width: 100%;
     bottom: 0;
     box-sizing: border-box;
+    box-shadow: 0 0 30px -10px rgba(104, 124, 189, 0.25);
   }
   .selected-tags{
     margin-bottom: .8rem;

+ 2 - 1
src/common/Radio.vue

@@ -134,11 +134,12 @@ export default {
   @import "../less/base.less";
 .select {
   background-color: #fff;
-  padding: 0.3rem 0 0;
+  padding: 0.28rem 0 0;
   position: fixed;
   width: 100%;
   bottom: 0;
   box-sizing: border-box;
+  box-shadow: 0 0 30px -10px rgba(104, 124, 189, 0.25);
   li {
     padding: 0.14rem 0.2rem;
     border:1px #DFE0E4 solid;

+ 2 - 2
src/common/Select.vue

@@ -148,12 +148,12 @@ export default {
   @import "../less/base.less";
 .select {
   background-color: #fff;
-  padding: 0.2rem 0 0 0;
+  padding: 0.28rem 0 0 0;
   position: fixed;
   width: 100%;
   bottom: 0;
   box-sizing: border-box;
-  box-shadow: 0px 0px 10px -3px rgba(104, 124, 189, 0.08);
+  box-shadow: 0 0 30px -10px rgba(104, 124, 189, 0.25);
   li {
     padding: 0.14rem 0.2rem;
     border:1px #DFE0E4 solid;

+ 1 - 0
src/common/UploadImg.vue

@@ -209,6 +209,7 @@ export default {
   bottom:0;
   background:#fff;
   width:100%;
+  box-shadow: 0 0 30px -10px rgba(104, 124, 189, 0.25);
   .upload-imgs {
     margin:0 1rem 0.2rem;
     height: 3.5rem;

+ 2 - 2
src/common/UsualSymptom.vue

@@ -122,8 +122,8 @@
     position: fixed;
     bottom: 0;
     background: #fff;
-    padding: .4rem .1rem;
-    box-shadow: 0px 0px 30px -10px rgba(104, 124, 189, 0.25);
+    padding: .38rem .1rem;
+    box-shadow: 0 0 30px -10px rgba(104, 124, 189, 0.25);
   }
   .title-bar{
     font-size: .28rem;

+ 1 - 1
src/components/MainPage.vue

@@ -138,7 +138,7 @@ export default {
       defaultIndex: 0, //温度默认值
       order:0,
       userInfo: {}, //用户信息
-      pdbm:'10rem',
+      pdbm:'8.5rem',
       waring:'',        //错误提示语
       wrong:false,      //是否显示错误toast
       showConfirm: false,