Browse Source

Merge branch 'master' of http://git.jishutao.com/jishutao/portal

ws2z3gr2017 7 years ago
parent
commit
77dc803934

BIN
img/bottom_bg.png


BIN
img/tech_th.png


BIN
img/tech_tr.png


BIN
img/tech_ty.png


+ 3 - 3
src/css/index_home.css

@@ -31,19 +31,19 @@ html{font-size:62.5%;}
 
 /*新的banner*/
 .banner_all{position: relative;width:1000px;height:380px;margin:0 auto;}
-.carousel_top{ position:absolute; top:0;right:0;overflow: hidden; width:530px;height:340px;}
+.carousel_top{ position:absolute; bottom:0;right:0;overflow: hidden; width:530px;height:340px;}
 .ct-img-big{ position:absolute; }
 .ct-img-big li{ float: left; }
 .ct-img-big li img{width:530px;height:340px;}
 .btnl{ position: absolute; }
 .btn-next{top:180px;right:-50px;}
 .btn-pre{top:180px;left:-50px;}
-.ct-img-small{ position:absolute;left:0px;bottom:100px;}
+.ct-img-small{ position:absolute;left:0px;bottom:50px;}
 .ct-img-small li{ float: left;width:72px;height:50px;border:1px solid transparent; margin-left:10px;
     cursor: pointer;}
 .ct-img-small li.active{border:1px solid  #52de00;box-shadow: 0px 0px 5px 0px #52de00;}
 .ct-img-small li img{width:100%;height:100%;}
-.banner_all span{display: none;position: absolute;width:400px;height:200px;top:50px;left:20px;}
+.banner_all span{display: none;position: absolute;width:400px;height:200px;top:60px;left:20px;}
 .banner_all span.text-block{display: block;}
 .banner_all span h2{font-size: 26px;}
 /*active的css*/

+ 4 - 4
src/css/register.css

@@ -126,11 +126,11 @@ margin:40px auto;padding: 20px 50px;overflow-y: auto;box-shadow: 0 10px 10px 0 #
 .login_check label:first-child{margin-right: 15px;}
 .head_login:focus{text-decoration: none;}
 /*底部定制*/
-#bottom{margin-top:0;}
+
+#bottom{background:#fff;margin-top:-150px;background: url(../../img/bottom_bg.png) no-repeat center center;
+    background-size:100% 100%;}
 .bottom{margin-top:0;}
-.text_top{top:20px;}
-.text_center{top:75px;}
-.text_bottom{top:165px;}
+
 
 /*弹出消息提示*/
 .smg{width: 200px;height: 30px;color: #0C79FF;background: rgba(100,100,100,.3);border-radius: 10px;position: fixed;top: 50%;margin-top: -15px;left: 50%;margin-left: -75px;color: #ffffff;}

+ 4 - 2
src/css/service.css

@@ -10,8 +10,10 @@ h2{color:#074F88;margin-top:90px;}
     position: relative;margin-bottom:20px;border: 2px solid transparent;
     }
 .serve_left>div:hover{border: 2px solid #BCBCBC;}
-.serve_left span{display: inline-block;width:108px;height:108px;
-border-radius: 50%;border: 2px solid #F8A346;position: absolute;top:-1px;left:-2px;}
+.serve_left>div:hover span{background: #fff;}
+.serve_left>div:nth-child(1):hover span{background: #F8A346;}
+.serve_left span{display: inline-block;width:108px;height:108px;text-align: center;line-height:100px;
+border-radius: 50%;border: 2px solid #F8A346;position: absolute;top:-1px;left:-2px;background: #eee;}
 .serve_left h3{display: inline-block;position: absolute;top:5px;left:120px;
     color:#F8A346;}
 .serve_left p{display: inline-block;position: absolute;top:35px;left:120px;

+ 16 - 0
src/js/index.js

@@ -127,6 +127,22 @@ $(function(){
 
 			},2000)
 		});
+		$btnNext.hover(function(){
+			clearInterval(timer)
+		},function(){
+			timer =setInterval( function(){
+				playNext();
+
+			},2000)
+		});
+		$btnPre.hover(function(){
+			clearInterval(timer)
+		},function(){
+			timer =setInterval( function(){
+				playNext();
+
+			},2000)
+		});
 	})();
 });
 

+ 4 - 4
src/js/main_banner.js

@@ -43,7 +43,7 @@ $(function(){
         var idx = n ||1;
         if(isAnimate) return;
         isAnimate = true;
-        $imgBig.animate({'left':'-='+ $imgWidth*idx+'px'},function(){
+        $imgBig.animate({'left':'-='+ $imgWidth*idx+'px'},1500,function(){
             //如果页数=图片的最后一个,就让图片回到第一张;即data-index=0;
             pageIndex = pageIndex+idx;
             if( pageIndex ===$imgLength ){
@@ -58,7 +58,7 @@ $(function(){
         var idx = n ||1;
         if(isAnimate) return;
         isAnimate = true;
-        $imgBig.animate({'left':'+='+$imgWidth*idx+'px'},function(){
+        $imgBig.animate({'left':'+='+$imgWidth*idx+'px'},1500,function(){
             pageIndex=pageIndex-idx;
             if(pageIndex<0){
                 $imgBig.css({'left':'-'+$imgWidth*$imgLength+'px'});
@@ -77,12 +77,12 @@ $(function(){
     //自动轮播 鼠标进入鼠标离开
     var timer =setInterval(function(){
         playNext()
-    },2000);
+    },3000);
     $CT.hover(function(){
         clearInterval(timer)
     },function(){
         timer =setInterval( function(){
             playNext()
-        },2000)
+        },3000)
     });
 });

+ 13 - 13
src/js/public.js

@@ -32,26 +32,26 @@ $(function(){
 	$('#checks').attr('checked',true)
 	$('#checks').click(function(){			
 		var Cheack=$(this).prop('checked')		
-		if(Cheack){			
-			$(this).parent().css({"background":"url(../img/check_lo.png) no-repeat center left","background-size":"34% 40%"})
-			$('#checkst').prop('checked',false)
-			$('#checkst').parent().css({"background":"url(../img/check_lono.png) no-repeat center left","background-size":"34% 40%"})
+		if(Cheack){
+			$(this).parent().removeClass("lab_checkno").addClass("lab_check");
+			$('#checkst').prop('checked',false);
+			$('#checkst').parent().removeClass("lab_check").addClass("lab_checkno");
 		}else{
-			$('#checkst').prop('checked',true)
-			$('#checkst').parent().css({"background":"url(../img/check_lo.png) no-repeat center left","background-size":"34% 40%"})
-			$(this).parent().css({"background":"url(../img/check_lono.png) no-repeat center left","background-size":"34% 40%"})
+			$('#checkst').prop('checked',true);
+			$('#checkst').parent().removeClass("lab_checkno").addClass("lab_check");
+			$(this).parent().removeClass("lab_check").addClass("lab_checkno");
 		}
 	})
 	$('#checkst').click(function(){			
 		var Cheack_no=$(this).prop('checked')			
 		if(Cheack_no){			
-			$(this).parent().css({"background":"url(../img/check_lo.png) no-repeat center left","background-size":"34% 40%"})
-			$('#checks').prop('checked',false)
-			$('#checks').parent().css({"background":"url(../img/check_lono.png) no-repeat center left","background-size":"34% 40%"})
+			$(this).parent().removeClass("lab_checkno").addClass("lab_check");
+			$('#checks').prop('checked',false);
+			$('#checks').parent().removeClass("lab_check").addClass("lab_checkno");
 		}else{
 			$('#checks').prop('checked',true)
-			$('#checks').parent().css({"background":"url(../img/check_lo.png) no-repeat center left","background-size":"34% 40%"})
-			$(this).parent().css({"background":"url(../img/check_lono.png) no-repeat center left","background-size":"34% 40%"})
+			$('#checks').parent().removeClass("lab_checkno").addClass("lab_check");
+			$(this).parent().removeClass("lab_check").addClass("lab_checkno");
 		}
 	})
 	//点击x
@@ -95,7 +95,7 @@ $(function(){
 					} else {						
 						var  data = rest.data;
                         if (data && data.requestURI) {
-                            var path = globalConfig.context + data.requestURI
+                            var path = globalConfig.context + data.requestURI;
                             if (data.queryString) {
                                 path += '?' + data.queryString;
                             }

+ 1 - 0
template/register.html

@@ -114,6 +114,7 @@
   	<div class="smg"><input type="text" name="msg" value="" id="msg"/></div>
   	<!--主体内容区域结束-->
 	<div id="bottom">
+		<!--<div class="bottombg_top"></div>-->
 		<div class="bottom">
 			<div class="bottom_text">
 				<div class="text_top">

+ 12 - 6
template/service.html

@@ -59,24 +59,30 @@
 			</div>
 			<div class="serve_cont">
 				<div class="serve_left">
-					<div>
-						<span></span>
+					<div class="serve_left-top">
+						<span>
+							<img src="../img/tech_ty.png" alt=""/>
+						</span>
 						<h3>高新是什么?</h3>
 						<p>高新技术是指那些对一个国家或一个地区的政治、
 							经济和军事等各方面的进步产生深远的影响,并能形成产业的先进技术群。
 						</p>
 						<a href="#">了解更多</a>
 					</div>
-					<div>
-						<span></span>
+					<div  class="serve_left-center">
+						<span>
+							<img src="../img/tech_tr.png" alt=""/>
+						</span>
 						<h3>高新是什么?</h3>
 						<p>高新技术是指那些对一个国家或一个地区的政治、
 							经济和军事等各方面的进步产生深远的影响,并能形成产业的先进技术群。
 						</p>
 						<a href="#">了解更多</a>
 					</div>
-					<div>
-						<span></span>
+					<div  class="serve_left-bottom">
+						<span>
+							<img src="../img/tech_th.png" alt=""/>
+						</span>
 						<h3>高新是什么?</h3>
 						<p>高新技术是指那些对一个国家或一个地区的政治、
 							经济和军事等各方面的进步产生深远的影响,并能形成产业的先进技术群。