liting2017 6 년 전
부모
커밋
4a5636be7f
3개의 변경된 파일12개의 추가작업 그리고 11개의 파일을 삭제
  1. 1 1
      src/css/newMenu/header.css
  2. 9 8
      src/css/thinkTank/policyList.css
  3. 2 2
      src/js/thinkTank/policyList.js

+ 1 - 1
src/css/newMenu/header.css

@@ -67,7 +67,7 @@
     float: left;
     vertical-align: top;
     margin-top: 26px;
-	padding-left: 70px;
+	padding-left: 40px;
 }
 
 .navHeader .nav>ul>li {

+ 9 - 8
src/css/thinkTank/policyList.css

@@ -37,13 +37,7 @@
 .searchs button{width: 64px;height: 40px;position: absolute;right: 5px;top: 0;background: url(../../../img/think_search.png) no-repeat center center;border: none;}
 .searchs button:focus{outline: none;}
 
-.carousel{
-    width: 100%;
-    height:600px; 
-}
-.carousel img{
-    width: 100%
-}
+
 .policy{clear: both;padding-top: 56px;z-index: 22;}
 .policy ul{min-height: 450px;}
 .place_city ul li:hover{cursor: pointer;}
@@ -97,7 +91,14 @@
 
 .imgbg{width: 550px!important;height: 150px;background: url(../../../img/all_null.png) no-repeat;margin: 0px auto;}
 
-
+.carousel{
+    width: 100%;
+    height:600px; 
+}
+.carousel img{
+    width: 100%;
+    height: 100%;
+}
 
 
 

+ 2 - 2
src/js/thinkTank/policyList.js

@@ -1,7 +1,7 @@
 import '../../css/bootstrap.less';
 import 'bootstrap/dist/js/bootstrap.js';
-import 'css/newMenu/public.css';
-import 'css/newMenu/header.css'
+import '../../css/newMenu/public.css';
+import '../../css/newMenu/header.css';
 import '../../js/public.js';
 import '../../js/main_banner.js';
 import '../../css/thinkTank/policyList.css';