Commit 4a0c30fe by Wuyuqiu

litdck交易ui修改

parents fe9ac33c b99483fb
...@@ -490,7 +490,7 @@ ...@@ -490,7 +490,7 @@
} }
} }
@media screen and (min-width: 1921px) and (max-width: 2560) { @media screen and (min-width: 1921px) and (max-width: 2560px) {
#business_container .eibs-tab{ #business_container .eibs-tab{
padding: 20px 15px; padding: 20px 15px;
...@@ -507,14 +507,14 @@ ...@@ -507,14 +507,14 @@
@media screen and (min-width: 1200px) and (max-width: 1440px) { @media screen and (min-width: 1200px) and (max-width: 1440px) {
#business_container .eibs-tab{ #business_container .eibs-tab{
padding: 20px 5px; padding: 20px 10px;
} }
} }
@media screen and (max-width: 1199px) { @media screen and (max-width: 1199px) {
#business_container .eibs-tab{ #business_container .eibs-tab{
padding: 20px 5px; padding: 20px 10px;
} }
} }
...@@ -524,6 +524,7 @@ ...@@ -524,6 +524,7 @@
text-align: center; text-align: center;
} }
/*
.checkbox-left { .checkbox-left {
float: left; float: left;
margin-left: 120px; margin-left: 120px;
......
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