liting2017 7 years ago
parent
commit
ca7366c965

+ 4 - 1
src/css/public.css

@@ -31,17 +31,20 @@ header{width: 100%;background: #ffffff;line-height: 74px;height: 74px;}
 header .logo{float: left;padding-left: 20px;}
 .h_fix{position: fixed;top: 0px;left: 0;z-index: 99;box-shadow: 2px 4px 10px #CCCCCC;display:none;}
 
+
+
 header .nav{float: left;padding-left: 90px;}
 header .nav>ul>li{float: left;width: 120px;text-align: center;line-height: 76px;position: relative;}
 header .nav>ul>li>a{color: #333333;width: 120px;line-height: 76px;display: inline-block;font-size: 16px;}
 header .nav>ul>li:hover a{color: #074F88;}
 .active a{color:#074F88!important;}
 /*2级导航*/
-header .nav ul li .subnavigation{width: 120px;position: absolute;top: 60px;z-index: 9999;background: #ffffff;display: none;}
+header .nav ul li .subnavigation{width: 120px;position: absolute;top: 62px;z-index: 9999;background: #ffffff;display: none;}
 .subnavigation {padding-top: 15px;padding-bottom: 15px;}
 .subnavigation li>a{width:120px;height: 30px;line-height: 30px;display: inline-block;color: #333333;}
 .subnavigation li:hover a{background: rgba(100,100,100,.7);color: #ffffff!important;}
 .subnavigation li{height: 30px!important;line-height: 30px!important;}
+.h_fix .subnavigation{top: 59px!important;}
 /*hot*/
 .nav ul li:hover img{animation: hot 1s infinite linear;transition: all 1s;}
 @keyframes hot{

+ 1 - 1
src/css/thinktank.css

@@ -23,7 +23,7 @@
 #search_on input{position: absolute;left: 110px;width: 180px;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{text-align: center;border:1px solid transparent;background: #FFFFFF;display: block;-moz-appearance:none; -webkit-appearance:none;appearance:none;border: 1px solid #cccccc;}     
 .searchs .select select option:hover{background: red;}
 .searchs button{width: 64px;height: 40px;position: absolute;right: 5px;background: url(../../img/think_search.png) no-repeat center center;border: none;}
 .searchs button:focus{outline: none;}

+ 9 - 11
src/js/financial/investmentInstitution.js

@@ -13,8 +13,8 @@ $(function(){
 	//数据处理	
 	var theKeyword,pageSize,Province;
     var thePageNo = 1,
-    thePageLength = 1,
-    pageSize = 6;
+	    thePageLength = 1,
+	    pageSize = 6;
 	function loadDate(pageNo) {
 	    $.ajax({
 	        method: "get",
@@ -41,15 +41,15 @@ $(function(){
 	                    let thisdata = data.data.list[i];	                    	                    	                    
 	                    theArr.push([                                       	                   
 						    '<li value="'+thisdata+'">',
-       						'<img src="' + globalConfig.avatarHost + '/upload' + thisdata.publicityPictureUrl + '" alt="行业" />',
+       						'<img src="' + globalConfig.avatarHost + '/upload' + thisdata.publicityPictureUrl+'"/>',
        						'<p>' + thisdata.companyName + '</p>',
        						'<a href="">MORE+</a>',
        						'</li>',						    						    						    
 	                    ].join(''));
 	                };
 	            };
-	            $('.invest_right ul').empty();
-	            $('.invest_right ul').append(theArr.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;
 	            var pageArr = [],
@@ -74,7 +74,7 @@ $(function(){
 	            };
 	            $('.pageNumber').remove();
 	            $('.pagePre').after(pageArr.join(''));
-	        },
+		        },
 	    });
 	}
     if (window.location.search) {
@@ -87,13 +87,11 @@ $(function(){
     };
     loadDate();
     //点击分页
-    $('.pagination').on('click', 'li', function (e) {
-    	$(this).addClass('active').siblings().removeClass('active')
+   $('.pagination').on('click', 'li', function (e) {
         e.preventDefault();
-        thePageNo=$(this).val();
         if (this.className === 'pagePre') {
             if (thePageNo > 1) {
-                thePageNo = 1;                
+                thePageNo = 1;
                 loadDate(thePageNo);
             }
         } else if (this.className === 'pageNext') {
@@ -110,7 +108,7 @@ $(function(){
                 loadDate(thePageNo);
             };
         };
-        
+        $(this).addClass('active').siblings().removeClass('active')
     });
     //链接详情
     $('.invest_imglist ul').on('click', 'li', function () {  

+ 2 - 2
src/js/public.js

@@ -16,8 +16,8 @@ $(function(){
 			}
 		});	
 	//二级导航
-	$('.nav ul li').hover(function(){		
-		$(this).find('.subnavigation').slideToggle(200)
+	$('.nav ul li').hover(function(){	
+		$(this).find('.subnavigation').slideToggle(200);
 	})
 	//挂件
 	$('.pendent_box').click(function(e){	

+ 2 - 3
src/js/technologyTrading/achievement.js

@@ -52,8 +52,7 @@ function loadDate(pageNo) {
             category:category != 999 ? category : undefined,  
             dateSort:dateSort,
             lowerPrice:lowerPrice,
-	        upperPrice:upperPrice,
-            
+	        upperPrice:upperPrice,            
         },
         success: function (data) {        	
             var theArr = [];
@@ -66,7 +65,7 @@ function loadDate(pageNo) {
                     }                     
                     theArr.push([                                       
                         '<li>',		//图片地址				
-						'<img src="' + globalConfig.avatarHost + '/upload' + thisdata.technicalPictureUrl + '" alt="行业" />',
+						'<img src="' + globalConfig.avatarHost + '/upload' + thisdata.technicalPictureUrl + '"/>',
 	 					'<div class="list_text">',
 	 					'<p>行业<span>' + getIndustryCategory(thisdata.fieldA, thisdata.fieldB) + '</span></p>',
 	 					'<p>名称<span title=' + thisdata.name + '>' + thisdata.name + '</span></p>',

+ 1 - 1
src/js/technologyTrading/demand.js

@@ -59,7 +59,7 @@ $(function(){
                    		}        
 	                    theArr.push([	                      	                        
 	                        '<li>',		//图片地址				
-							'<img src="' + globalConfig.avatarHost + '/upload' + thisdata.personPortraitUrl + '" alt="行业" />',
+							'<img src="' + globalConfig.avatarHost + '/upload' + thisdata.personPortraitUrl + '"/>',
 		 					'<div class="list_text">',
 		 					'<p>行业<span>' + getIndustryCategory(thisdata.industryCategoryA, thisdata.industryCategoryB) + '</span></p>',
 		 					'<p>名称<span title=' + thisdata.name + '>' + thisdata.name + '</span></p>',

+ 23 - 10
src/js/thinkTank/policyList.js

@@ -30,20 +30,33 @@ $(function(){
 	            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
+	            if(data.data.totalCount<=6||data.data.totalCount==null){
+	            	page=1;
 	            }else{
-	            	page=pages=0?paget:Math.floor(paget)+1;
-	            }                 
+	            	page=pages=0?paget:Math.ceil(paget);
+	            };                
 	            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];
+	                    var id=thisdata.id;               	
+	                	var title = thisdata.title; //标题
+	                	var time = thisdata.createTimeFormattedDate; //日期
+	                	var day=time.substr(8,2);//号
+	                	var month=time.substr(0,7) //年、月
+	                	var summary = thisdata.summary;//简介	                	
+	                	var sol='';
 	                    theArr.push([                                       	                   
-						    '<li value="'+thisdata+'">',
-       						'<img src="' + globalConfig.avatarHost + '/upload' + thisdata.publicityPictureUrl + '" alt="行业" />',
-       						'<p>' + thisdata.companyName + '</p>',
-       						'<a href="">MORE+</a>',
-       						'</li>',						    						    						    
+						    '<li value="'+id+'">',
+						    '<div class="policy_time">',
+						    '<p>'+day+'</p>',
+						    '<time>'+month+'</time>',
+						    '</div>',
+						    '<div class="policy_details">',
+						    '<h4><a href="#">'+title+'</a></h4>',
+						    '<p>'+summary+'</p>',
+						    '<a href="#">MORE+</a>',
+						    '</div>',
+						    '</li>',      						
 	                    ].join(''));
 	                };
 	            };

+ 2 - 2
template/financial/investmentInstitution.html

@@ -145,7 +145,7 @@
 										<span aria-hidden="true">首页</span>
 									</a>
 								</li>								
-								<li class="pageNumber active"><a href="#" value="1">1</a></li>																
+								<li class="pageNumber"><a href="#" value="1">1</a></li>																
 								<li class="pageNext">
 									<a href="#" aria-label="Next">
 										<span aria-hidden="true">末页</span>
@@ -154,7 +154,7 @@
 							</ul>
 							<span class="totalCount">共 2 页 0 条数据</span>
 						</nav>
-					</div>
+					</div>										
        			</div>
        			<div class="invest_right">
        				<h5>推荐机构</h5>

+ 3 - 4
template/thinkTank/policyList.html

@@ -69,7 +69,7 @@
 	    	<div class="container">    		           
 	            <ul class="detail_toptitle">
 	            	<li><img src="../../img/detail_home.jpg" alt="" /></li>
-	            	<li>></li>
+	            	<li>></li> 
 	                <li><a href="#">智库咨询</a></li>
 	                <li>></li>               
 	                <li><a href="#">智政</a></li>
@@ -99,8 +99,7 @@
 			 	</div>
 			</div>	       
 	    </div>	   
-        <div class="invest_midt  container">
-       		<h6>投资机构</h6>
+        <div class="invest_midt  container">       		
        		<div class="invest_contant">
        			<div class="invest_left">       					 				
 		 			<div class="policy">
@@ -156,7 +155,7 @@
 							<ul class="pagination">								
 								<li class="pagePre">
 									<a href="#" aria-label="Previous">
-										<span aria-hidden="true">首页</span>
+										<span aria-hidden="true" value="1">首页</span>
 									</a>
 								</li>								
 								<li class="pageNumber active"><a href="#" value="1">1</a></li>