liting2017 7 years ago
parent
commit
463368d995

BIN
img/Technology_22.jpg


BIN
img/images/11_01.png


BIN
img/images/11_03.png


BIN
img/images/11_04.png


BIN
img/images/11_05.png


BIN
img/images/11_07.png


BIN
img/images/11_08.png


BIN
img/images/property_05.png


BIN
img/images/property_05_01.png


BIN
img/images/property_05_03.png


BIN
img/images/property_05_04.png


BIN
img/images/property_05_05.png


BIN
img/images/property_05_07.png


BIN
img/images/property_05_08.png


BIN
img/images/未标题-1_05.png


BIN
img/property_090.jpg


BIN
img/property_091.jpg


BIN
img/property_092.jpg


+ 1 - 1
src/css/service/propertyRight.css

@@ -28,7 +28,7 @@
 .rightdiv{background-image:linear-gradient(270deg,#e8e8e8,#fff,#fff);opacity: 0.4;}
 
 .propery_list ol li:hover{background: linear-gradient(#2d83ce,#5bb1fa);color: #ffffff;box-shadow: 0 0 20px #0C79FF;border: 1px solid transparent;cursor: pointer;}
-.propery_imgs ul li img{width: 710px;height: 238px;margin-bottom: 28px;}
+.propery_imgs ul li img{width: 710px;height: 320px;margin-bottom: 28px;}
 .propery_imgs ul li{position: absolute;top: 0 ;left: 0;}
 .propery_imgs ul li p{font-size: 14px;color: #383838;line-height: 24px;font-family: "simsun";font-weight: bold;}
 .propery_welfare{width: 236px;height: 260px;}

+ 1 - 0
src/css/thinkTank/policyList.css

@@ -14,6 +14,7 @@
 .search-select ul li{float: left;margin-right: 0px;margin-bottom: 10px; height: 30px; line-height: 30px; padding: 0 10px;font-size: 12px;border: 1px solid transparent;}
 #industryList>li.active{background: #ffb200;}
 #industryList>li.active span{color:#ffffff}
+#industryList>li:first-child+li{display: none;}
 #industryList>li span { font-size: 14px; line-height: 26px;color: #666; }
 #industryList>li:hover{cursor: pointer; background: #ffb200;}
 #industryList>li:hover span{color:#ffffff}

+ 5 - 2
src/js/financialIndex.js

@@ -54,7 +54,10 @@ import {
         $('.more_city .inp').addClass('thon');
         $('.place_city ul li').removeClass('thon');
         $('.policy ol li').eq(0).addClass('active_of').siblings().removeClass('active_of');
-        var p_val = $(this).attr('value');
+        var p_val = $(this).attr('value');        
+        if(p_val=="null"){
+       		p_val=''
+     	}      
         $.ajax({
             method: "get",
             dataType: "json",
@@ -278,7 +281,7 @@ import {
             }
         })
     }
-    $('.place_city ul li').click(function() {
+    $('.place_city ul li').click(function() {    	
         $(".pagination_box").css("display","block");
         $(this).addClass('thon').siblings().removeClass('thon')
         $('.policy ol li').eq(0).addClass('active_of').siblings().removeClass('active_of');

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

@@ -36,7 +36,7 @@ $(function(){
 	                	var time = thisdata.createTimeFormattedDate; //日期
 	                	var day=time.substr(8,2);//号
 	                	var month=time.substr(0,7) //年、月
-	                	var summary = thisdata.summary;//简介	                	
+	                	var summary = thisdata.summary;//简介
 	                	var sol='';
 	                	var srctt=globalConfig.context + '/portal/news/newsDetail.html?id=' + id;
 	                    theArr.push([                                       	                   

+ 3 - 6
template/service/propertyRight.html

@@ -140,15 +140,12 @@
   			<div class="propery_imgs">
   				<ul>
 	  				<li>
-	  					<img src="../../img/property_090.jpg" alt="" />
-	  					<p>16年的专业科技咨询经验,拥有咨询业甲级资质,在全国拥有25家分(子)咨询机构。为各单位提供政策咨询、科技咨询、知识产权运营,企业上市服务等共22500项。</p>
+	  					<img src="../../img/property_090.jpg" alt="" />	  					
 	  				</li>
 	  				<li>
-	  					<img src="../../img/property_091.jpg" alt="" />
-	  					<p>16年的专业科技咨询经验,拥有咨询业甲级资质,在全国拥有25家分(子)咨询机构。为各单位提供政策咨询、科技咨询、知识产权运营,企业上市服务等共22500项。</p>
+	  					<img src="../../img/property_091.jpg" alt="" />	  					
 	  				<li>
-	  					<img src="../../img/property_092.jpg" alt="" />
-	  					<p>16年的专业科技咨询经验,拥有咨询业甲级资质,在全国拥有25家分(子)咨询机构。为各单位提供政策咨询、科技咨询、知识产权运营,企业上市服务等共22500项。</p>
+	  					<img src="../../img/property_092.jpg" alt="" />	  					
 	  				</li>
   				</ul>
   			</div>