Browse Source

b2b首页的调整

hangb 8 years ago
parent
commit
79a26154e2
1 changed files with 11 additions and 1 deletions
  1. 11 1
      src/main/webapp/resources/css/index.css

+ 11 - 1
src/main/webapp/resources/css/index.css

@@ -750,11 +750,21 @@ ul>li.item-link>a {
 	text-align: center;
 	text-align: center;
 	font-size: 16px;
 	font-size: 16px;
 }
 }
-@media screen and (max-width: 1366px) {
+@media screen and (max-width: 1199px) {
+    #home-search input{
+        width: 180px;
+    }
+}
+@media screen and (min-width: 1200px) and (max-width: 1366px) {
 	#home-search input{
 	#home-search input{
 		width: 250px;
 		width: 250px;
 	}
 	}
 }
 }
+@media screen and (min-width: 1367px) and (max-width: 1560px) {
+    #home-search input{
+        width: 250px;
+    }
+}
 #home-search input:focus {
 #home-search input:focus {
 	outline: none;
 	outline: none;
 }
 }