Browse Source

右边主体部分高度在1366的调整

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@8228 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
ouxianqin 9 years ago
parent
commit
ecbd655b66
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/main/webapp/resources/css/index.css

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

@@ -955,7 +955,10 @@ ul>li.item-link>a {
 }
 @media ( max-height : 768px) {
 	.body>.right{
-		min-height: 650px;
+		min-height: 400px;
+	}
+	.sreach-index .row:first-child{
+		margin-top: 10% !important;
 	}
 }
 .body ul {