liting2017 7 years ago
parent
commit
67806afb3c

+ 6 - 3
src/css/financial/investmentDetail.css

@@ -3,10 +3,11 @@
 .container{width: 1200px;}
 .main_top .container>ul{overflow: hidden;}
 .main_top .container>ul>li{float: left;margin-right:10px ;line-height: 30px;height: 30px;margin-bottom: 30px;margin-top: 68px;}
-.main_top ul li a{color: #787878;font-size: 14px;}
-.main_top ul li.that a{color: #000000;}
-.main_top ul li img{vertical-align: top;margin-top: 4px;}
+.main_top .container>ul>li a{color: #787878;font-size: 14px;}
+.main_top .container>ul>li.that a{color: #000000;}
+.main_top .container>ul>li img{vertical-align: top;margin-top: 3px;}
 .detail_contant{margin-top: -160px;}
+.detail_toptitle li a:hover{color: #000000!important;}
 
 
 .detail_left{float: left;}
@@ -45,6 +46,8 @@
 .institutions_bottom ul li div{float: left;margin-left: 8px;width: 340px;font-size: 12px;}
 .institutions_bottom ul li{clear: both;margin-bottom: 18px;padding-bottom: 18px;border-bottom: 1px solid #cccccc;overflow: hidden;}
 .institutions_bottom ul li div p span{color: #15578f;margin-left: 16px;}
+.institutions_bottom ul li div p:first-child+p{height: 34px;overflow: hidden;}
+
 
 .h_fix{z-index: 9999;}
 #bottom{margin-top: 60px;}

+ 10 - 5
src/css/financial/investmentInstitution.css

@@ -5,7 +5,8 @@
 .main_top .container>ul>li{float: left;margin-right:10px ;line-height: 30px;height: 30px;margin-bottom: 30px;margin-top: 68px;}
 .main_top ul li a{color: #787878;font-size: 14px;}
 .main_top ul li.that a{color: #000000;}
-.main_top .detail_toptitle li img{vertical-align: top;margin-top: 4px;}
+.main_top .detail_toptitle li img{vertical-align: top;margin-top: 3px;}
+.main_top .container>ul>li a:hover{color: #000000;}
 
 .portal-content{background: #f7f5f5;border: 1px solid #d7d6d6;clear: both;overflow: hidden;}
 .search-criteria {margin-bottom: 15px;margin-top: 16px;}    
@@ -13,7 +14,8 @@
 #industryList>li.active{background: #ffb200;}
 #industryList>li.active span{color:#ffffff}
 #industryList>li span { font-size: 12px; line-height: 26px;color: #666; }        
-#industryList>li:hover{cursor: pointer;}
+#industryList>li:hover{cursor: pointer;background: #ffb200}
+#industryList>li:hover>span{;color: #FFFFFF;}
 .search-title span{width: 88px;height: 38px;background: #2f85d0;color: #ffffff;line-height: 38px;display: inline-block;text-align: center;}
 .search-select{margin-top: 4px;}
 .portal-content{padding-left: 10px;}
@@ -34,7 +36,7 @@
 .searchs button:focus{outline: none;}
 
 /*分页*/
-.pagination_box {margin-bottom: 130px;margin-top: 20px;clear: both;float: left;}  
+.pagination_box {margin-bottom: 90px;margin-top: 20px;clear: both;float: left;}  
 .pagination li{ float: left;margin-right: 12px;} 
 .pagination li.active a{background: #efb04e;color: #ffffff!important;border: 1px solid #efb04e;} 
 .pagination > li > a:hover,.pagination> li > a:focus{background: #efb04e!important;color: #ffffff;border: 1px solid #efb04e;outline: none!important;border: 1px solid #efb04e!important;}      
@@ -49,13 +51,14 @@
 .invest_txt h4{font-weight: normal;font-size: 14px;color: #393838;margin-bottom: 24px;}
 .invest_txt a{width: 76px;height: 24px;line-height: 24px;text-align: center;background: #ffb200;color: #ffffff;display: inline-block;float: right;margin-right: -15px;}
 
-
 .invest_imglist {clear: both;}
 .invest_imglist ul li{float: left;margin-left: 21px;margin-top: 16px;box-shadow: 0 0 10px #cccccc;}
 .invest_imglist ul li:nth-child(3n+1){margin-left: 0;}
 .invest_imglist ul li img{width: 256px;height: 160px;}
 .invest_imglist ul li P{width:220px;line-height: 36px;height: 36px;text-overflow:ellipsis ;overflow: hidden;white-space: nowrap;margin-top: 10px;margin-left: 15px;}
-.invest_imglist ul li a{width: 70px;height: 24px;border: 1px solid #d2d2d2;background: #ffffff;color: #ffbc09;text-align: center;float: right;margin-right: 6px;display: inline-block;margin-bottom: 15px;margin-top: 6px;font-size: 12px;}
+.invest_imglist ul li a{width: 70px;height: 24px;line-height: 23px;border: 1px solid #d2d2d2;background: #ffffff;color: #ffbc09;text-align: center;float: right;margin-right: 6px;display: inline-block;margin-bottom: 15px;margin-top: 6px;font-size: 12px;}
+.invest_imglist ul li:hover{cursor: pointer;}
+.invest_imglist ul li:hover a{color: #FFFFFF;background: #ffbc09;}
 
 .invest_right{float: right;margin-right: 40px;}
 .invest_right h5{width: 88px;height: 38px;background:#2f85d0;font-size: 16px;color: #ffffff;font-weight: normal;text-align: center; line-height: 38px;margin: 0;}
@@ -63,6 +66,8 @@
 .invest_right ul li{height: 74px;border-bottom: 1px solid #cccccc;width: 240px;}
 .invest_right ul li p{line-height: 40px;}
 .invest_right ul li time{font-size: 12px;color:#888888;}
+.invest_right ul li:hover{cursor: pointer;color: #ffb200;}
+.invest_right ul li:hover a,.invest_right ul li:hover time{color: #ffb200;}
 
 .h_fix{z-index: 9999;}
 

+ 5 - 2
src/css/technologyTrading/achievement.css

@@ -4,7 +4,10 @@
 .contant img{width: 230px;height: 187px;margin-top: -45px;}
 .container{width: 1200px;}
 /*主体内容顶部*/
-
+#industryList li:hover{background: #ffb200;}
+#industryList li:hover span{color: #ffffff;}
+#transferModeList li:hover{background: #ffb200;}
+#transferModeList li:hover span{color: #ffffff;}
 .achievement_header{margin-top: 20px;border-bottom: 1px solid #cccccc;overflow:hidden;}
 .achievement_header p{float: left;font-size: 16px;color: #696464;margin-right: 10px;line-height: 34px;margin-bottom: 20px;}
 .achievement_header ul{float: left;}
@@ -51,7 +54,7 @@
 .time_select ul li{height: 30px;line-height: 30px;width: 80px;text-align: center;}
 .head-left ul li.active{background: #ffb200;color:#ffffff}
 .time_select ul li:hover{background: #0C79FF;color: #FFFFFF;}
-
+.head_right ol li:hover{color: #ffb200;}
 
 /*搜索*/
 .searchs .select{width: 110px;text-align: center;height: 40px;line-height: 40px;color: #f18101;font-size: 18px;}

+ 7 - 3
src/css/technologyTrading/achievementDetail.css

@@ -14,7 +14,11 @@
 .small_img{width:200px;height:490px;display: inline-block;}
 .small_img>img{width:200px;height:155px;margin-bottom: 10px;}
 .big_img{width:470px;height:490px;display: inline-block;position: absolute;
-top:45px;left:310px;text-align: center; line-height: 490px;}
+top:45px;left:310px;text-align: center; line-height: 490px;overflow: hidden;}
+.big_img img{width: 470px;height: 490px;}
+.detail_toptitle>a:hover{color: #000000;}
+
+
 .basic{width:720px;height:125px;position: relative;}
 .basic>div{width:220px;display: inline-block;height:70px;  }
 .basic>div>h5{font-weight: bold;}
@@ -53,7 +57,7 @@ text-align: center;font-size: 22px;line-height: 40px;color:#4E4E4E;}
 .main_introduce>ul>li{float: left;margin: 0 15px;width: 270px;height: 360px;background: #ffffff;position: relative;margin-bottom: 16px;}
 .main_introduce ul li>img{width:270px ;height: 184px;}
 .list_text {padding-left: 28px;padding-top: 10px;position: absolute;
-    bottom: 0;}
+    bottom: 0;padding-bottom: 10px;}
 .list_text p{line-height: 30px;height: 30px;color: #2f85d0;font-size: 16px;}
 .list_text p span{margin-left: 8px;color: #787878;font-size: 14px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: inline-block;width: 168px;vertical-align: top;}
 .list_text a{float: right;width: 80px;height: 30px;display: inline-block;text-align: center;background: #2b8de2;margin-top: 8px;border-radius: 10px;margin-right: 20px;line-height: 30px;color: #ffffff;}
@@ -61,7 +65,7 @@ text-align: center;font-size: 22px;line-height: 40px;color:#4E4E4E;}
 .main_introduce ul li .star p{color: #FFFFFF;font-size: 24px;margin-top: 8px;margin-left: 15px;float: left;}
 .main_introduce ul li .star ol li{width: 24px;height: 22px;background: url(../../../img/achievement_star.png)no-repeat center;float: left;margin-right:2px;}
 .main_introduce ul li .star ol{float: left;overflow: hidden;margin-top: 13px;margin-left: 2px;}
-
+.main_introduce>ul>li:hover{cursor: pointer;box-shadow: 2px 4px 8px #cccccc;transition: all .5s;}
 
 
 

+ 10 - 7
src/css/thinkTank/policyList.css

@@ -5,7 +5,9 @@
 .main_top .container>ul>li{float: left;margin-right:10px ;line-height: 30px;height: 30px;margin-bottom: 30px;margin-top: 68px;}
 .main_top .container>ul>li a{color: #787878;font-size: 14px;}
 .main_top .container>ul>li.that a{color: #000000;}
-.main_top .detail_toptitle li img{vertical-align: top;margin-top: 4px;}
+.main_top .detail_toptitle li img{vertical-align: top;margin-top: 3px;}
+.detail_toptitle li a:hover{color: #000000!important;}
+
 
 .portal-content{background: #f7f5f5;border: 1px solid #d7d6d6;clear: both;overflow: hidden;}
 .search-criteria {margin-bottom: 15px;margin-top: 16px;}    
@@ -13,7 +15,8 @@
 #industryList>li.active{background: #ffb200;}
 #industryList>li.active span{color:#ffffff}
 #industryList>li span { font-size: 12px; line-height: 26px;color: #666; }        
-#industryList>li:hover{cursor: pointer;}
+#industryList>li:hover{cursor: pointer; background: #ffb200;}
+#industryList>li:hover span{color:#ffffff}
 .search-title span{width: 88px;height: 38px;background: #2f85d0;color: #ffffff;line-height: 38px;display: inline-block;text-align: center;}
 .search-select{margin-top: 4px;}
 .portal-content{padding-left: 10px;}
@@ -24,12 +27,11 @@
 .search-select ul li label:hover{cursor: pointer;}
 
 .searchs{width: 440px;position: relative;height: 40px;background: #ffffff;box-shadow: 2px 0px 5px #cccccc;border-radius: 20px;float: left;margin-top: 18px;left: 50%;margin-left: -220px;margin-bottom: 16px;}
-.searchs .select select{-webkit-appearance: none;appearance:none;-moz-appearance:none;;position: absolute;width: 100px;height: 40px;line-height: 40px;color: #f18101;display: inline-block;border: none;font-size: 16px;left:10px;border-radius:10px;background: url(../../../img/think_top.png) no-repeat center right;padding-left: 22px;}
+.searchs .select select{-webkit-appearance: none;appearance:none;-moz-appearance:none;position: absolute;width: 100px;height: 40px;line-height: 40px;color: #f18101;display: inline-block;border: none;font-size: 16px;left:10px;border-radius:10px;background: url(../../../img/think_top.png) no-repeat center right;padding-left: 22px;}
 .searchs .select select:focus{outline: none;}
 #search_on input{position: absolute;top: 0;left: 110px;width: 240px;height: 40px;line-height: 40px;border: none;border-left: 1px solid #CCCCCC;background: #ffffff;padding-left: 5px;font-size: 14px;color: #777777;}
-.searchs .select select option:focus{outline: none;}
-.searchs .select select option{text-align: center;border:1px solid transparent;background: #FFFFFF;display: block;}
-.searchs .select select option:hover{background: red;}
+.searchs .select select option:focus{outline: none;border: none;}
+.searchs .select select option{text-align: center;border:1px solid red!important;background: #FFFFFF;display: block;-webkit-appearance: none;appearance:none;-moz-appearance:none;}
 .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;}
 
@@ -73,12 +75,13 @@
 .invest_txt h4{font-weight: normal;font-size: 14px;color: #393838;margin-bottom: 24px;}
 .invest_txt>a{color: #ffb200;width: 76px;height: 24px;line-height: 24px;text-align: center;background: #ffb200;color: #ffffff;display: inline-block;float: right;margin-right: -15px;}
 
-.invest_right{float: right;margin-right: 40px;}
+.invest_right{float: right;margin-right: 40px;padding-top: 56px;}
 .invest_right h5{width: 88px;height: 38px;background:#2f85d0;font-size: 16px;color: #ffffff;font-weight: normal;text-align: center; line-height: 38px;margin: 0;}
 .invest_right ul li:first-child{border-top: 1px solid #cccccc;}
 .invest_right ul li{height: 74px;border-bottom: 1px solid #cccccc;width: 240px;}
 .invest_right ul li p{line-height: 40px;}
 .invest_right ul li time{font-size: 12px;color:#888888;}
+.invest_right ul li:hover p,.invest_right ul li:hover time{color: #ffbc09;}
 
 .h_fix{z-index: 9999;}
 

+ 12 - 18
src/js/financial/investmentInstitution.js

@@ -28,30 +28,25 @@ $(function(){
 	        },
 	        success: function (data) {   	        	
 	            var theArr = [];
-	            var pages=data.data.totalCount%6;
-                var paget=data.data.totalCount/6; 
-                var page=1;
-	            if(data.data.totalCount<6||data.data.totalCount==null){
-	            	page=1
-	            }else{
-	            	page=pages=0?paget:Math.floor(paget)+1;
-	            }                 
-	            if (data.data && data.data.list) {
+	            thePageLength = data.data.totalCount ? Math.ceil(data.data.totalCount / pageSize) : 1;	            
+	            if (data.data && data.data.list) {	            	
 	                for (let i = 0; i < data.data.list.length; i++) {
-	                    let thisdata = data.data.list[i];	                    	                    	                    
+	                    let thisdata = data.data.list[i];		                   
 	                    theArr.push([                                       	                   
-						    '<li value="'+thisdata+'">',
+						    '<li value="'+thisdata.id+'">',
        						'<img src="' + globalConfig.avatarHost + '/upload' + thisdata.publicityPictureUrl+'"/>',
        						'<p>' + thisdata.companyName + '</p>',
        						'<a href="">MORE+</a>',
        						'</li>',						    						    						    
 	                    ].join(''));
-	                };
+	                };	                
 	            };
 	            $('.invest_imglist ul').empty();
 	            $('.invest_imglist ul').append(theArr.join(''));
-	            $('.totalCount').html("共 "+ page +" 页 " + data.data.totalCount + " 条数据");
-	            thePageLength = data.data.totalCount ? Math.ceil(data.data.totalCount / pageSize) : 1;
+	            if(data.data.list.length===0){
+	            	$('.invest_imglist ul').html('<li>敬请期待…<li>')
+	            }
+	            $('.totalCount').html("共 "+ thePageLength +" 页 " + data.data.totalCount + " 条数据");	           
 	            var pageArr = [],
 	                firstNo = 1,
 	                endNo = 5;
@@ -107,13 +102,12 @@ $(function(){
                 thePageNo = nextPageNo;
                 loadDate(thePageNo);
             };
-        };
-        $(this).addClass('active').siblings().removeClass('active')
+        };       
     });
     //链接详情
     $('.invest_imglist ul').on('click', 'li', function () {  
-    	var theId = $(this).value;       
-        window.open(globalConfig.context + '/portal/detail/achievementDetail.html?id=' + theId );
+    	var theId = $(this).attr('value'); 
+        window.open(globalConfig.context + '/portal/financial/investmentDetail.html?organizationId=' + theId );
     })  
 	//搜索城市下拉
 	var addlength=provinceList.length;

+ 4 - 3
src/js/technologyTrading/achievementDetail.js

@@ -6,9 +6,10 @@ import '../../js/public.js';
 import '../../js/main_banner.js';
 import '../../css/technologyTrading/achievementDetail.css';
 (function(){
-    $(".small_img img").hover(function(e){
-        console.log($(this).attr("src"));
+    $(".small_img img").hover(function(e){      
         var smallsrc=$(this).attr("src");
-        $(".big_img img").attr("src",smallsrc);
+        $(".big_img img").attr("src",smallsrc);              
     })
+   
+    
 })();

+ 9 - 18
src/js/thinkTank/policyList.js

@@ -18,7 +18,7 @@ $(function(){
 	    $.ajax({
 	        method: "get",
 	        dataType: "json",
-	        //url: globalConfig.context + "/portal/financial/search",
+	        url: globalConfig.context + "/portal/financial/investmentDetail",
 	        data: {
 	            pageNo: pageNo || 1,
 	            pageSize: pageSize,
@@ -27,15 +27,8 @@ $(function(){
 	        },
 	        success: function (data) {   	        	
 	            var theArr = [];
-	            var pages=data.data.totalCount%6;
-                var paget=data.data.totalCount/6; 
-                var page=1;
-	            if(data.data.totalCount<=6||data.data.totalCount==null){
-	            	page=1;
-	            }else{
-	            	page=pages=0?paget:Math.ceil(paget);
-	            };                
-	            if (data.data && data.data.list) {
+	            thePageLength = data.data.totalCount ? Math.ceil(data.data.totalCount / pageSize) : 1; 	           
+	            if (data.data && data.data.list) {	            	                		                
 	                for (let i = 0; i < data.data.list.length; i++) {
 	                    let thisdata = data.data.list[i];
 	                    var id=thisdata.id;               	
@@ -60,10 +53,9 @@ $(function(){
 	                    ].join(''));
 	                };
 	            };
-	            $('.invest_right ul').empty();
-	            $('.invest_right ul').append(theArr.join(''));
-	            $('.totalCount').html("共 "+ page +" 页 " + data.data.totalCount + " 条数据");
-	            thePageLength = data.data.totalCount ? Math.ceil(data.data.totalCount / pageSize) : 1;
+	            $('.policy ul').empty();
+	            $('.policy ul').append(theArr.join(''));
+	            $('.totalCount').html("共 "+ thePageLength +" 页 " + data.data.totalCount + " 条数据");	            
 	            var pageArr = [],
 	                firstNo = 1,
 	                endNo = 5;
@@ -86,7 +78,7 @@ $(function(){
 	            };
 	            $('.pageNumber').remove();
 	            $('.pagePre').after(pageArr.join(''));
-	        },
+		        },
 	    });
 	}
     if (window.location.search) {
@@ -121,12 +113,11 @@ $(function(){
                 thePageNo = nextPageNo;
                 loadDate(thePageNo);
             };
-        };
-        
+        };       
     });
     //链接详情
     $('.invest_imglist ul').on('click', 'li', function () {  
-    	var theId = $(this).value;       
+    	var theId = $(this).attr('value');       
         window.open(globalConfig.context + '/portal/detail/achievementDetail.html?id=' + theId );
     })  
 	//搜索城市下拉

+ 9 - 8
src/js/thinktank.js

@@ -42,7 +42,7 @@ $(function(){
             },
              success: function (result) {  	            	
 	            	var totlepage=Math.ceil(result.data.totalCount/4);
-                	var policy_li ='';                	
+                	var policy_li ='';               	
                 	for(var i=0;i<result.data.list.length;i++){               		
                 		var id=result.data.list[i].id;               	
 	                	var title = result.data.list[i].title; //标题
@@ -57,7 +57,7 @@ $(function(){
                 	}                 	            		
                 	if(result.data.list.length===0){                		
                 	   $('.policy ol').hide();
-                	   $('.policy ul').html('') ;
+                	   $('.policy ul').html('<li>敬请期待…</li>') ;
                 	}else{ 
                 	 $('.policy ol').show() ;
                 	 $('.policy ul').html(policy_li)  
@@ -100,7 +100,7 @@ $(function(){
                 	}                 	            		
                 	if(result.data.list.length===0){                	
                 	  $('.policy ol').hide();
-                	  $('.policy ul').html('');
+                	  $('.policy ul').html('<li>敬请期待…</li>')
                 	}else{ 
                 	  $('.policy ol').show();
                 	  $('.policy ul').html(policy_li);  
@@ -204,7 +204,7 @@ $(function(){
                 	}                 	            		
                 	if(result.data.list.length===0){               		
                 	  $('.policy ol').hide(); 
-                	  $('.policy ul').html('') 
+                	  $('.policy ul').html('<li>敬请期待…</li>')
                 	}else{  
                 	  $('.policy ol').show();
                 	  $('.policy ul').html(policy_li)                 	  
@@ -214,8 +214,7 @@ $(function(){
 	});	
 	
 	//中央政策点击刷新
-	//初始化内容
-	
+	//初始化内容	
 	$.ajax({
             method: "get",
             dataType: "json",
@@ -501,8 +500,10 @@ function loadDate(pageNo) {
         theFieldC = this.value;
         loadDate();
     });
-    $('#search').click(function () {
-        theKeyword = $('#searchInput').val();
+    $('.searchs button').click(function (e) {
+    	e.preventDefault();    	
+        theKeyword = $('#search_on input').val();
+        
         loadDate();
     });
     $('.pagination').on('click', 'li', function (e) {

+ 6 - 1
template/financial/investmentInstitution.html

@@ -148,9 +148,14 @@
 								<li class="pageNumber"><a href="#" value="1">1</a></li>																
 								<li class="pageNext">
 									<a href="#" aria-label="Next">
+										<span aria-hidden="true">下一页</span>
+									</a>
+								</li>
+								<li class="pageNext">
+									<a href="#" aria-label="Next">
 										<span aria-hidden="true">末页</span>
 									</a>
-								</li>							
+								</li>	
 							</ul>
 							<span class="totalCount">共 2 页 0 条数据</span>
 						</nav>

+ 1 - 1
template/technologyTrading/achievementDetail.html

@@ -66,7 +66,7 @@
                         <img src="../../img/detail_img1.png" alt=""/>
                     </div>
                     <div class="big_img">
-                        <img src="../../img/detail_img2.png" alt=""/>
+                        <img src="../../img/detail_img2.png" alt="" />
                     </div>
                 </div>
                 <div class="basic">