Commit 699ffb9c authored by zhengjiangtao's avatar zhengjiangtao

fix css bug

parent 12883d69
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
} }
.ant-calendar { .ant-calendar {
width: vw(180) !important; width: vw(200) !important;
background-color: #0e7fb4 !important; background-color: #0e7fb4 !important;
} }
...@@ -231,9 +231,10 @@ ...@@ -231,9 +231,10 @@
box-sizing: border-box; box-sizing: border-box;
position: relative; position: relative;
display: inline-block; display: inline-block;
width: vw(50); width: vw(250);
padding-left: vw(24); padding-left: vw(24);
padding-right: vw(24); padding-right: vw(24);
top:vh(4)
} }
.ant-input-search { .ant-input-search {
...@@ -325,9 +326,10 @@ ...@@ -325,9 +326,10 @@
box-sizing: border-box; box-sizing: border-box;
position: relative; position: relative;
display: inline-block; display: inline-block;
width: vw(50); width: vw(250);
padding-left: vw(24); padding-left: vw(24);
padding-right: vw(24); padding-right: vw(24);
top:vh(4)
} }
.ant-input-search { .ant-input-search {
...@@ -390,6 +392,7 @@ ...@@ -390,6 +392,7 @@
text-stroke: 1 rgba(0, 0, 0, 0); text-stroke: 1 rgba(0, 0, 0, 0);
opacity: 1; opacity: 1;
width: 74%; width: 74%;
top:vh(2)
} }
.aficon-down:before { .aficon-down:before {
...@@ -439,7 +442,7 @@ ...@@ -439,7 +442,7 @@
background-size: 100% 100%; background-size: 100% 100%;
width: vw(18); width: vw(18);
height: vh(20); height: vh(20);
bottom: vh(4); bottom: vh(0);
right: vw(-2); right: vw(-2);
content: '' !important; content: '' !important;
} }
...@@ -493,7 +496,7 @@ ...@@ -493,7 +496,7 @@
background-size: 100% 100%; background-size: 100% 100%;
width: vw(18); width: vw(18);
height: vh(20); height: vh(20);
bottom: vh(4); bottom: vh(0);
right: vw(-2); right: vw(-2);
content: '' !important; content: '' !important;
} }
...@@ -525,8 +528,12 @@ ...@@ -525,8 +528,12 @@
border-radius: 17px; border-radius: 17px;
border: 0 solid #e8e8e8; border: 0 solid #e8e8e8;
line-height: vh(32); line-height: vh(32);
} }
.amos-std-form-content { .amos-std-form-content {
width: 100%; width: 100%;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment