Explorar el Código

科技金融子页面模版

ws2z3gr2017 hace 7 años
padre
commit
af41420aaa

+ 0 - 0
src/css/financial/investmentDetail.css


+ 0 - 0
src/css/financial/investmentInstitution.css


+ 5 - 5
src/css/public.css

@@ -37,11 +37,11 @@ header .nav>ul>li>a{color: #333333;width: 120px;line-height: 76px;display: inlin
 header .nav>ul>li:hover a{color: #074F88;}
 .active a{color:#074F88!important;}
 /*2级导航*/
-header .nav ul li .subnavigation{width: 120px;position: absolute;top: 61px;z-index: 9999;background: #ffffff;display: none;}
-.subnavigation ol{padding-top: 15px;padding-bottom: 15px;}
-.subnavigation ol li a{width:120px;height: 30px;line-height: 30px;display: inline-block;color: #333333;}
-.subnavigation ol li:hover a{background: rgba(100,100,100,.7);color: #ffffff!important;}
-.subnavigation ol li{height: 30px;line-height: 30px;}
+header .nav ul li .subnavigation{width: 120px;position: absolute;top: 60px;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;}
 /*hot*/
 .nav ul li:hover img{animation: hot 1s infinite linear;transition: all 1s;}
 @keyframes hot{

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

@@ -54,14 +54,15 @@
 
 
 /*搜索*/
+.searchs .select{width: 110px;text-align: center;height: 40px;line-height: 40px;color: #f18101;font-size: 18px;}
 .searchs{width: 360px;position: relative;height: 40px;background: #ffffff;box-shadow: 2px 0px 5px #333333;border-radius: 20px;float: left;margin-top: 18px;}
 .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;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;}
+#search_on input{position: absolute;top: 0;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: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{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;}
 .head_right ol li{float: left;margin-left: 10px;margin-top: 10px;margin-bottom: 10px;}
 .head_right ol li:hover,.head-left ul li:hover{cursor: pointer;}
@@ -86,7 +87,10 @@
 .pagination li{ float: left;}        
 .totalCount {float: right;line-height: 74px; margin-right: 20px; color: #999;} 
 
-
+/*价格*/
+.inp_select{margin-left: -50px;}
+.inp_select input{width: 100px;padding-left: 10px;}
+.inp_select button{width: 50PX;}
 #bottom{margin-top: -150px;}
 
 

+ 7 - 0
src/js/financial/investmentDetail.js

@@ -0,0 +1,7 @@
+import '../../css/bootstrap.less';
+import 'bootstrap/dist/js/bootstrap.js';
+import '../../css/public.css';
+import '../../css/main_banner.css';
+import '../../js/public.js';
+import '../../js/main_banner.js';
+import '../../css/financial/investmentDetail.css';

+ 7 - 0
src/js/financial/investmentInstitution.js

@@ -0,0 +1,7 @@
+import '../../css/bootstrap.less';
+import 'bootstrap/dist/js/bootstrap.js';
+import '../../css/public.css';
+import '../../css/main_banner.css';
+import '../../js/public.js';
+import '../../js/main_banner.js';
+import '../../css/financial/investmentInstitution.css';

+ 20 - 12
src/js/technologyTrading/achievement.js

@@ -17,7 +17,7 @@ import {
 $(function(){
 	
 	//数据处理
-	var theKeyword, theMode, theFieldA, theFieldB,dataCategory,category,timeSort,priceSort;
+	var theKeyword, theMode, theFieldA, theFieldB,dataCategory,category,dateSort,lowerPrice,upperPrice;
 var thePageNo = 1,
     thePageLength = 1,
     pageSize = 12;
@@ -40,7 +40,7 @@ function loadDate(pageNo) {
     $.ajax({
         method: "get",
         dataType: "json",
-        //url: globalConfig.context + "/portal/search/achievementList",
+        url: globalConfig.context + "/portal/search/achievementList",
         data: {
             pageNo: pageNo || 1,
             pageSize: pageSize,
@@ -50,8 +50,9 @@ function loadDate(pageNo) {
             fieldB: theFieldB != 999 ? theFieldB : undefined,
             dataCategory:dataCategory != 999 ? dataCategory : undefined,
             category:category != 999 ? category : undefined,  
-            timeSort:timeSort,
-            priceSort:priceSort,
+            dateSort:dateSort,
+            lowerPrice:lowerPrice,
+	        upperPrice:upperPrice,
             
         },
         success: function (data) {        	
@@ -186,7 +187,7 @@ function loadDate(pageNo) {
         theMode = this.value;
         loadDate();
     });
-    $('#btn_search').click(function () {
+    $('#btn_search').click(function () {   	
         theKeyword = $('#search_on input').val();
         loadDate();
     });
@@ -277,15 +278,22 @@ function loadDate(pageNo) {
 		$('.time_select').hide();		
 	});	
 	$('.timeSelect li').click(function(){
-		var timeTxt=$(this).attr('value');	
-		$('head-left ul li:first-child').removeClass('active')		
-		timeSort=timeTxt;
+		var timeTxt=$(this).attr('value');				
+		dateSort=timeTxt;
 		loadDate();
 	})
-	$('.priceSeclct li').click(function(){
-		var timeTxt=$(this).attr('value');	
-		$('head-left ul li:first-child').removeClass('active')		
-		priceSort=timeTxt;
+	//价格	
+	$('.inp_select input').keyup(function(){
+		var val_min=$(this).val();
+		if(val_min<0){
+			$(this).val('0')
+		}
+	})
+	$('.inp_select button').click(function(){				
+		var minpri=$('.inp_select #minprice').val();
+		var maxpri=$('.inp_select #maxprice').val();						
+		lowerPrice =minpri;
+	    upperPrice =maxpri;
 		loadDate();
 	})
 	$('#industryList li:first-child').click(function(){		 

+ 22 - 56
src/js/technologyTrading/demand.js

@@ -15,50 +15,9 @@ import {
 } from '../DicIndustryList'; 
  
 $(function(){
-//	//排序下拉选择
-//	$('.head-left ul li p').click(function(){
-//		$(this).siblings().slideToggle(300);	
-//	})
-//	$('.head-left ul li').mouseleave(function(){
-//		$(this).find('.time_select').slideUp(300);
-//	})
-//	$('.time_select ul li').click(function(){
-//		var txt=$(this).text();
-//		$(this).parents('.time_select').siblings('p').find('span').text(txt);
-//		$('.time_select').hide();
-//	});
-//	//搜索城市下拉
-//	var addlength=provinceList.length;
-//	var soption='';	
-//	for(var i=0;i<addlength;i++){		
-//		soption+="<option value='"+provinceList[i].id+"'>"+provinceList[i].name+"</option>";			
-//	};	
-//	$('#selt').html(soption);
-//	//全部结果查询
-//	$('.achievement_header ul li img').click(function(){
-//		$(this).parent().hide()
-//	});
-//	$('.text_replace').hide();	
-//	//	搜索功能关联关键字	
-//	$('.searchs button').click(function(e){	
-//		e.preventDefault();		
-//		var search_txt=$('#search_on input').val();		
-//		$('.text_replace span').text(search_txt);
-//		if(search_txt==''){
-//			$('.text_replace').hide();
-//		}else{
-//			$('.text_replace').show();
-//		}
-//	})
-//	//点击行业分类	
-//	$('#technologyModeList li').click(function(){
-//		$('.achievement_header ul li').eq(1).show();
-//		$(this).addClass('active').siblings().removeClass('active');
-//		var txt_tech=$(this).find('span').text();
-//		$('.achievement_header ul li').eq(1).find('p').text(txt_tech);
-//	})
+
 	//数据处理
-	var theKeyword, theMode, theFieldA, theFieldB,dataCategory,category,timeSort,priceSort;
+	var theKeyword, theMode, theFieldA, theFieldB,dataCategory,category,dateSort,budgetCostLower,budgetCostUpper;
 	var thePageNo = 1,
 	    thePageLength = 1,
 	    pageSize = 12;
@@ -76,7 +35,7 @@ $(function(){
 	    $.ajax({
 	        method: "get",
 	        dataType: "json",
-	        //url: globalConfig.context + "/portal/search/demandList",
+	        url: globalConfig.context + "/portal/search/demandList",
 	        data: {
 	            pageNo: pageNo || 1,
 	            pageSize: pageSize,
@@ -85,8 +44,9 @@ $(function(){
 	            demandType: theMode != 999 ? theMode : undefined,
 	            industryCategoryA: theFieldA != 999 ? theFieldA : undefined,
 	            industryCategoryB: theFieldB != 999 ? theFieldB : undefined,	           
-	            timeSort:timeSort,
-	            priceSort:priceSort,
+	            dateSort:dateSort,
+	            budgetCostLower:budgetCostLower,
+	            budgetCostUpper:budgetCostUpper,
 	        },
 	        success: function (data) {
 	            var theArr = [];
@@ -117,8 +77,8 @@ $(function(){
 	                    ].join(''));
 	                };
 	            };
-	            $('#demandList').empty();
-	            $('#demandList').append(theArr.join(''));
+	            $('.main_introduce ul').empty();
+	            $('.main_introduce ul').append(theArr.join(''));
 	
 	            $('.totalCount').html("共" + data.data.totalCount + "条数据");
 	            thePageLength = data.data.totalCount ? Math.ceil(data.data.totalCount / pageSize) : 1;
@@ -322,17 +282,23 @@ $(function(){
 		$('.time_select').hide();		
 	});	
 	$('.timeSelect li').click(function(){
-		var timeTxt=$(this).attr('value');	
-		alert(timeTxt)
+		var timeTxt=$(this).attr('value');			
 		$('head-left ul li:first-child').removeClass('active')		
-		timeSort=timeTxt;
+		dateSort=timeTxt;
 		loadDate();
 	})
-	$('.priceSeclct li').click(function(){
-		var timeTxt=$(this).attr('value');	
-		alert(timeTxt)
-		$('head-left ul li:first-child').removeClass('active')		
-		priceSort=timeTxt;
+	//价格
+	$('.inp_select input').keyup(function(){
+		var val_min=$(this).val();
+		if(val_min<0){
+			$(this).val('0')
+		}
+	})
+	$('.inp_select button').click(function(){				
+		var minpri=$('.inp_select #minprice').val();
+		var maxpri=$('.inp_select #maxprice').val();					
+		budgetCostLower=minpri;
+	    budgetCostUpper=maxpri;
 		loadDate();
 	})
 	$('#industryList li:first-child').click(function(){		 

+ 193 - 0
template/financial/investmentDetail.html

@@ -0,0 +1,193 @@
+<!DOCTYPE html>
+<html>
+<head>
+    <meta charset="utf-8" />
+    <link rel="icon" href="../../img/ico_logo.ico">
+    <meta name="Keywords" content=""/>
+    <meta name="Description" content=""/>
+	<meta name="viewport" content="width=device-width,initial-scale=1, minimum-scale=1, maximum-scale=1,user-scalable=no">
+	<meta http-equiv="x-ua-compatible" content="ie=edge">
+    <title>科技金融-投资机构</title>
+    <!--<link rel="stylesheet" href="../../src/css/bootstrap.css" />
+    <link rel="stylesheet" href="../../src/css/public.css" />
+    <link rel="stylesheet" href="../../src/css/main_banner.css" />
+    <link rel="stylesheet" type="text/css" href="../../src/css/financial/investmentDetail.css"/>-->
+</head>
+<body>  	
+  	<header>
+  		<div class="container">
+  			<div class="logo"><a href="../../template/index.html"><img src="../../img/Logo111.png" alt="" title="技淘"/></a></div>
+  			<div  class="nav">
+  				<ul>
+  					<li class="active">
+  						<a href="#">技术交易</a>  						
+						<ol class="subnavigation">
+							<li><a href="#">科技专利</a></li>
+							<li><a href="#">科技需求</a></li>
+						</ol>  						
+  					</li>
+  					<li>
+  						<a href="#">科技服务</a><img src="../../img/hot.png" alt="HOT"/>  						
+  					</li> 					
+  					<li><a href="#">智库咨询</a></li>
+  					<li ><a href="#">科技金融</a></li>
+  					<li><a href="#">科技活动</a></li>
+  					<li><a href="#">平台共建</a></li> 					
+  				</ul>
+  			</div>
+  			<div class="nav_right">
+  				<a href="">注册</a>
+  				<a href="javascript:;" class="head_login">登陆</a>
+  				<a href="">关于我们</a>
+  			</div>
+  		</div>
+  	</header>
+  	<!--banner-->
+  	<div class="carouselt">
+		<ul class="ct-img-big clear">
+			<li data-index=0 ><a href=""><img src="../../img/highTech_slide_1.jpg" alt=""/></a></li>
+			<li data-index=1 ><a href=""><img src="../../img/highTech_slide_2.jpg" alt=""/></a></li>
+			<li data-index=2 ><a href=""><img src="../../img/highTech_slide_3.jpg" alt=""/></a></li>
+			<li data-index=3 ><a href=""><img src="../../img/highTech_slide_4.jpg" alt=""/></a></li>
+			<li data-index=4 ><a href=""><img src="../../img/highTech_slide_5.jpg" alt=""/></a></li>
+		</ul>
+		<a class="btn btn-next" href="">
+			<img src="../../img/index_next.png" alt=""/>
+		</a>
+		<a class="btn btn-pre" href="">
+			<img src="../../img/index_pre.png" alt=""/>
+		</a>
+	</div>
+  	<!--主体内容区域开始-->
+  
+  	<!--主体内容区域结束-->
+	<div id="bottom">
+		<div class="bottom">
+			<img src="../../img/bottom1_02.png" alt=""/>
+			<div class="bottom_text">
+				<div class="text_top">
+					<a href="#">关于公司/</a>
+					<a href="#">联系我们</a>
+					<p> Copyright &copy 2016-2017 科德 版权所有 湘ICP备15019731号
+					-2 技术支持:湖南阿凡提科技有限公司</p>
+				</div>
+				<div class="text_center">
+					<div class="cont_left">
+						<img src="../../img/dizhi.jpg" alt=""/>
+						<p>湖南省长沙市营盘东路19号金山大厦</p>
+					</div>
+					<div class="cont_center">
+						<img src="../../img/dianhua.jpg" alt=""/>
+						<p>合作电话:0731-89907207</p>
+						<p>400-8800-962八楼</p>
+					</div>
+					<div class="cont_right">
+						<img src="../../img/erweima.jpg" alt=""/>
+						<p>科德公众号</p>
+					</div>
+				</div>
+				<div class="text_bottom">
+					<p>友情链接</p>
+					<a href="http://www.hnst.gov.cn/">湖南省科技厅/</a>
+					<a href="http://www.cssti.cn/">长沙市科技局/</a>
+					<a href="http://www.cast.org.cn/">中国科学技术协会/</a>
+					<a href="http://www.chinatorch.gov.cn/">科技部火炬中心/</a>
+					<a href="http://www.nosta.gov.cn/web/index.aspx">国家科技成果奖励办/</a>
+					<a href="http://www.nast.org.cn/">国家科技成果网/</a>
+					<a href="http://www.hnast.org.cn/portal/comm/index.action">湖南省科学技术协会/</a>
+					<a href="http://www.hncgw.gov.cn/">湖南省科技成果转化公共服务平台/</a>
+					<a href="http://www.hnjxw.gov.cn/">湖南省经济信息化委员会/</a>
+					<a href="http://kyy.hnu.cn/">湖南大学科学技术研究院/</a>
+					<a href="http://www.gxst.gov.cn/gxkjt/">广西省科技厅/</a>
+					<a href="http://www.nmkjt.gov.cn/">内蒙古自治区科技厅/</a>
+					<a href="http://www.cshtz.gov.cn/">长沙市高新区管委会/</a>
+					<a href="http://www.jxas.ac.cn/">江西省科学院/</a>
+					<a href="http://www.cnic.cn/front/index.html#/cnicSite/home">中科院计算机网络信息中心/</a>
+					<a href="http://kxyjb.csu.edu.cn/">中南大学科学研究部/</a>
+					<a href="http://www.cast.org.cn/">中国科协创新创业服务中心/</a>
+					<a href="http://www.hbstd.gov.cn/">湖北省科技厅/</a>
+					<a href="http://www.gdstc.gov.cn/">广东省科技厅/</a>
+					<a href="http://www.hnkjt.gov.cn/">河南省科技厅/</a>
+					<a href="http://www.cbtm.gov.cn/">技术合同登记官网</a>
+				</div>
+			</div>
+		</div>
+		
+	</div>
+	<div class="pub_fix">		
+			<span class="index_blur"></span>
+			<ul class="ret_top">
+				<li>
+					<a href="">
+						<img src="../../img/index_fix1.png" alt="" />
+						<p>发布需求</p>
+					</a>
+				</li>
+				<li>
+					<a href="">
+						<img src="../../img/index_fix2.png" alt="" />
+						<p>发布技术</p>
+					</a>
+				</li>
+				<li>
+					<a href="tencent://Message/?Uin=2035994611&websiteName=q-zone.qq.com&Menu=yes">
+						<img src="../../img/index_fix3.png" alt="" />
+						<p>联系客服</p>
+					</a>
+				</li>
+				<li>
+					<a href="" class="pendent_box">
+						<img src="../../img/index_fix4.png" alt="" />
+						<p>返回顶部</p>
+					</a>
+				</li>
+			</ul>
+			<span class="index_orange"></span>		
+	</div>
+	<!--登陆页面-->
+	
+	<div class="login">
+		<div class="login_mian">
+			<div class="login_left">
+				<div class="login_ewm">
+					<img src="../../img/login_ewm.png" alt="二维码" />
+				</div>
+				<p>扫描二维码下载官方</p>
+				<p>技淘APP</p>
+			</div>
+			<div class="login_right">
+				<h5>用户登陆<a href="">免费注册有好礼呦!!</a></h5>
+				<form action="" method="post"  id="form_login">
+					<div class="login_uesr">
+						<label for="uesname"><img src="../../img/login_use.png"/></label>
+						<input type="text" name="uesname" id="Lo_user" placeholder="用户名/邮箱/手机" />
+						<img src="../../img/login_del.png" class="log_del"/>
+					</div>
+					<div class="login_pass">
+						<label for="pass"><img src="../../img/login_password.png"/></label>
+						<input type="password" name="pass" id="Lo_pass" placeholder="请输入密码" />
+					</div>
+					<div class="login_check">
+						<label for="checks" class="lab_check">
+							<input type="checkbox" name="type" id="checks" />专家
+						</label>
+						<label for="checkst" class="lab_checkno">
+							<input type="checkbox" name="type" id="checkst" />企业
+						</label>
+						<u><a href="">忘记密码?</a></u>
+					</div>
+					<input type="submit" value="登 陆" class="login_submit"/>
+				</form>
+				<img src="../../img/login_hua.png" alt="" class="login_hua"/>
+				<img src="../../img/login_shadow.png" alt="阴影效果" class="login_shadow"/>
+			</div>			
+		</div>
+		<img src="../../img/login_close.png" alt="" class="login_close"/>
+	</div>
+	<div class="smg"><input type="text" name="msg" value="" id="msg"/></div>
+</body>
+<!--<script type="text/javascript" src="../../src/js/jquery-2.1.0.js"></script>
+<script type="text/javascript" src="../../src/js/financial/investmentDetail.js"></script>
+<script type="text/javascript" src="../../src/js/public.js"></script>
+<script type="text/javascript" src="../../src/js/main_banner.js" ></script>-->
+</html>

+ 193 - 0
template/financial/investmentInstitution.html

@@ -0,0 +1,193 @@
+<!DOCTYPE html>
+<html>
+<head>
+    <meta charset="utf-8" />
+    <link rel="icon" href="../../img/ico_logo.ico">
+    <meta name="Keywords" content=""/>
+    <meta name="Description" content=""/>
+	<meta name="viewport" content="width=device-width,initial-scale=1, minimum-scale=1, maximum-scale=1,user-scalable=no">
+	<meta http-equiv="x-ua-compatible" content="ie=edge">
+    <title>科技金融-投资机构</title>
+    <!--<link rel="stylesheet" href="../../src/css/bootstrap.css" />
+    <link rel="stylesheet" href="../../src/css/public.css" />
+    <link rel="stylesheet" href="../../src/css/main_banner.css" />
+    <link rel="stylesheet" type="text/css" href="../../src/css/financial/investmentInstitution.css"/>-->
+</head>
+<body>  	
+  	<header>
+  		<div class="container">
+  			<div class="logo"><a href="../../template/index.html"><img src="../../img/Logo111.png" alt="" title="技淘"/></a></div>
+  			<div  class="nav">
+  				<ul>
+  					<li class="active">
+  						<a href="#">技术交易</a>  						
+						<ol class="subnavigation">
+							<li><a href="#">科技专利</a></li>
+							<li><a href="#">科技需求</a></li>
+						</ol>  						
+  					</li>
+  					<li>
+  						<a href="#">科技服务</a><img src="../../img/hot.png" alt="HOT"/>  						
+  					</li> 					
+  					<li><a href="#">智库咨询</a></li>
+  					<li ><a href="#">科技金融</a></li>
+  					<li><a href="#">科技活动</a></li>
+  					<li><a href="#">平台共建</a></li> 					
+  				</ul>
+  			</div>
+  			<div class="nav_right">
+  				<a href="">注册</a>
+  				<a href="javascript:;" class="head_login">登陆</a>
+  				<a href="">关于我们</a>
+  			</div>
+  		</div>
+  	</header>
+  	<!--banner-->
+  	<div class="carouselt">
+		<ul class="ct-img-big clear">
+			<li data-index=0 ><a href=""><img src="../../img/highTech_slide_1.jpg" alt=""/></a></li>
+			<li data-index=1 ><a href=""><img src="../../img/highTech_slide_2.jpg" alt=""/></a></li>
+			<li data-index=2 ><a href=""><img src="../../img/highTech_slide_3.jpg" alt=""/></a></li>
+			<li data-index=3 ><a href=""><img src="../../img/highTech_slide_4.jpg" alt=""/></a></li>
+			<li data-index=4 ><a href=""><img src="../../img/highTech_slide_5.jpg" alt=""/></a></li>
+		</ul>
+		<a class="btn btn-next" href="">
+			<img src="../../img/index_next.png" alt=""/>
+		</a>
+		<a class="btn btn-pre" href="">
+			<img src="../../img/index_pre.png" alt=""/>
+		</a>
+	</div>
+  	<!--主体内容区域开始-->
+  
+  	<!--主体内容区域结束-->
+	<div id="bottom">
+		<div class="bottom">
+			<img src="../../img/bottom1_02.png" alt=""/>
+			<div class="bottom_text">
+				<div class="text_top">
+					<a href="#">关于公司/</a>
+					<a href="#">联系我们</a>
+					<p> Copyright &copy 2016-2017 科德 版权所有 湘ICP备15019731号
+					-2 技术支持:湖南阿凡提科技有限公司</p>
+				</div>
+				<div class="text_center">
+					<div class="cont_left">
+						<img src="../../img/dizhi.jpg" alt=""/>
+						<p>湖南省长沙市营盘东路19号金山大厦</p>
+					</div>
+					<div class="cont_center">
+						<img src="../../img/dianhua.jpg" alt=""/>
+						<p>合作电话:0731-89907207</p>
+						<p>400-8800-962八楼</p>
+					</div>
+					<div class="cont_right">
+						<img src="../../img/erweima.jpg" alt=""/>
+						<p>科德公众号</p>
+					</div>
+				</div>
+				<div class="text_bottom">
+					<p>友情链接</p>
+					<a href="http://www.hnst.gov.cn/">湖南省科技厅/</a>
+					<a href="http://www.cssti.cn/">长沙市科技局/</a>
+					<a href="http://www.cast.org.cn/">中国科学技术协会/</a>
+					<a href="http://www.chinatorch.gov.cn/">科技部火炬中心/</a>
+					<a href="http://www.nosta.gov.cn/web/index.aspx">国家科技成果奖励办/</a>
+					<a href="http://www.nast.org.cn/">国家科技成果网/</a>
+					<a href="http://www.hnast.org.cn/portal/comm/index.action">湖南省科学技术协会/</a>
+					<a href="http://www.hncgw.gov.cn/">湖南省科技成果转化公共服务平台/</a>
+					<a href="http://www.hnjxw.gov.cn/">湖南省经济信息化委员会/</a>
+					<a href="http://kyy.hnu.cn/">湖南大学科学技术研究院/</a>
+					<a href="http://www.gxst.gov.cn/gxkjt/">广西省科技厅/</a>
+					<a href="http://www.nmkjt.gov.cn/">内蒙古自治区科技厅/</a>
+					<a href="http://www.cshtz.gov.cn/">长沙市高新区管委会/</a>
+					<a href="http://www.jxas.ac.cn/">江西省科学院/</a>
+					<a href="http://www.cnic.cn/front/index.html#/cnicSite/home">中科院计算机网络信息中心/</a>
+					<a href="http://kxyjb.csu.edu.cn/">中南大学科学研究部/</a>
+					<a href="http://www.cast.org.cn/">中国科协创新创业服务中心/</a>
+					<a href="http://www.hbstd.gov.cn/">湖北省科技厅/</a>
+					<a href="http://www.gdstc.gov.cn/">广东省科技厅/</a>
+					<a href="http://www.hnkjt.gov.cn/">河南省科技厅/</a>
+					<a href="http://www.cbtm.gov.cn/">技术合同登记官网</a>
+				</div>
+			</div>
+		</div>
+		
+	</div>
+	<div class="pub_fix">		
+			<span class="index_blur"></span>
+			<ul class="ret_top">
+				<li>
+					<a href="">
+						<img src="../../img/index_fix1.png" alt="" />
+						<p>发布需求</p>
+					</a>
+				</li>
+				<li>
+					<a href="">
+						<img src="../../img/index_fix2.png" alt="" />
+						<p>发布技术</p>
+					</a>
+				</li>
+				<li>
+					<a href="tencent://Message/?Uin=2035994611&websiteName=q-zone.qq.com&Menu=yes">
+						<img src="../../img/index_fix3.png" alt="" />
+						<p>联系客服</p>
+					</a>
+				</li>
+				<li>
+					<a href="" class="pendent_box">
+						<img src="../../img/index_fix4.png" alt="" />
+						<p>返回顶部</p>
+					</a>
+				</li>
+			</ul>
+			<span class="index_orange"></span>		
+	</div>
+	<!--登陆页面-->
+	
+	<div class="login">
+		<div class="login_mian">
+			<div class="login_left">
+				<div class="login_ewm">
+					<img src="../../img/login_ewm.png" alt="二维码" />
+				</div>
+				<p>扫描二维码下载官方</p>
+				<p>技淘APP</p>
+			</div>
+			<div class="login_right">
+				<h5>用户登陆<a href="">免费注册有好礼呦!!</a></h5>
+				<form action="" method="post"  id="form_login">
+					<div class="login_uesr">
+						<label for="uesname"><img src="../../img/login_use.png"/></label>
+						<input type="text" name="uesname" id="Lo_user" placeholder="用户名/邮箱/手机" />
+						<img src="../../img/login_del.png" class="log_del"/>
+					</div>
+					<div class="login_pass">
+						<label for="pass"><img src="../../img/login_password.png"/></label>
+						<input type="password" name="pass" id="Lo_pass" placeholder="请输入密码" />
+					</div>
+					<div class="login_check">
+						<label for="checks" class="lab_check">
+							<input type="checkbox" name="type" id="checks" />专家
+						</label>
+						<label for="checkst" class="lab_checkno">
+							<input type="checkbox" name="type" id="checkst" />企业
+						</label>
+						<u><a href="">忘记密码?</a></u>
+					</div>
+					<input type="submit" value="登 陆" class="login_submit"/>
+				</form>
+				<img src="../../img/login_hua.png" alt="" class="login_hua"/>
+				<img src="../../img/login_shadow.png" alt="阴影效果" class="login_shadow"/>
+			</div>			
+		</div>
+		<img src="../../img/login_close.png" alt="" class="login_close"/>
+	</div>
+	<div class="smg"><input type="text" name="msg" value="" id="msg"/></div>
+</body>
+<!--<script type="text/javascript" src="../../src/js/jquery-2.1.0.js"></script>
+<script type="text/javascript" src="../../src/js/financial/investmentInstitution.js"></script>
+<script type="text/javascript" src="../../src/js/public.js"></script>
+<script type="text/javascript" src="../../src/js/main_banner.js" ></script>-->
+</html>

+ 13 - 13
template/technologyTrading/achievement.html

@@ -20,13 +20,11 @@
   			<div  class="nav">
   				<ul>
   					<li class="active">
-  						<a href="#">技术交易</a>
-  						<div class="subnavigation">
-  							<ol>
-  								<li><a href="#">科技专利</a></li>
-  								<li><a href="#">科技需求</a></li>
-  							</ol>
-  						</div>
+  						<a href="#">技术交易</a>  						
+						<ol class="subnavigation">
+							<li><a href="#">科技专利</a></li>
+							<li><a href="#">科技需求</a></li>
+						</ol>  						
   					</li>
   					<li>
   						<a href="#">科技服务</a><img src="../../img/hot.png" alt="HOT"/>  						
@@ -146,12 +144,14 @@
 							</div>
 						</li>
 						<li>
-							<p><span>价格</span><img src="../../img/achievement_select.jpg" alt="" /></p>
-							<div class="time_select">
-								<ul class="priceSeclct">
-									<li value="0">从低到高</li>
-									<li value="1">从高到低</li>									
-								</ul>
+							<p><span>价格</span></p>							
+						</li>
+						<li>
+							<div class="inp_select">
+								<input type="number" id="minprice" placeholder="最小价格" maxlength="6" min="0"/>
+								<span>-</span>
+								<input type="number" id="maxprice" placeholder="最大价格" maxlength="6" min="0"/>
+								<button>确定</button>
 							</div>
 						</li>
 					</ul>

+ 10 - 67
template/technologyTrading/demand.html

@@ -8,7 +8,7 @@
 	<meta name="viewport" content="width=device-width,initial-scale=1, minimum-scale=1, maximum-scale=1,user-scalable=no">
 	<meta http-equiv="x-ua-compatible" content="ie=edge">
     <title>科技需求</title>
-    <!--<link rel="stylesheet" href="../../src/css/bootstrap.css" />
+  <!--<link rel="stylesheet" href="../../src/css/bootstrap.css" />
     <link rel="stylesheet" href="../../src/css/public.css" />
     <link rel="stylesheet" href="../../src/css/main_banner.css" />
     <link rel="stylesheet" type="text/css" href="../../src/css/technologyTrading/achievement.css"/>
@@ -119,12 +119,14 @@
 							</div>
 						</li>
 						<li>
-							<p><span>价格</span><img src="../../img/achievement_select.jpg" alt="" /></p>
-							<div class="time_select">
-								<ul class="priceSeclct">
-									<li value="0">从低到高</li>
-									<li value="1">从高到低</li>	
-								</ul>
+							<p><span>价格</span></p>							
+						</li>
+						<li>
+							<div class="inp_select">
+								<input type="number" name="" id="minprice" placeholder="最小价格" maxlength="6"  min="0"/>
+								<span>-</span>
+								<input type="number" id="maxprice" placeholder="最大价格" maxlength="6" min="0"/>
+								<button>确定</button>
 							</div>
 						</li>
 					</ul>
@@ -171,66 +173,7 @@
 	 						</ol>
 	 					</div>
 					</li>
-					<li>
-						<img src="../../img/achievement_05.png" alt="" />
-	 					<div class="list_text">
-	 						<p>行业<span>怒吼道胡非常胡海峰回复11111</span></p>
-	 						<p>名称<span>怒吼道</span></p>
-	 						<p>类型<span>怒吼道胡非常胡海峰回复</span></p>
-	 						<p class="money">预算<span>10万</span></p>	 							 							
-	 						<a href="#">了解详情</a>	 							 						
-	 					</div>
-	 					<div class="star">
-	 						<p>精品</p>
-	 						<ol>
-	 							<li></li>
-	 							<li></li>
-	 							<li></li>
-	 							<li></li>
-	 							<li></li>
-	 						</ol>
-	 					</div>
-					</li>
-					<li>
-						<img src="../../img/achievement_05.png" alt="" />
-	 					<div class="list_text">
-	 						<p>行业<span>怒吼道胡非常胡海峰回复11111</span></p>
-	 						<p>名称<span>怒吼道</span></p>
-	 						<p>类型<span>怒吼道胡非常胡海峰回复</span></p>
-	 						<p class="money">预算<span>10万</span></p>	 							 							
-	 						<a href="#">了解详情</a>	 							 						
-	 					</div>
-	 					<div class="star">
-	 						<p>精品</p>
-	 						<ol>
-	 							<li></li>
-	 							<li></li>
-	 							<li></li>
-	 							<li></li>
-	 							<li></li>
-	 						</ol>
-	 					</div>
-					</li>
-					<li>
-						<img src="../../img/achievement_05.png" alt="" />
-	 					<div class="list_text">
-	 						<p>行业<span>怒吼道胡非常胡海峰回复11111</span></p>
-	 						<p>名称<span>怒吼道</span></p>
-	 						<p>类型<span>怒吼道胡非常胡海峰回复</span></p>
-	 						<p class="money">预算<span>10万</span></p>	 							 							
-	 						<a href="#">了解详情</a>	 							 						
-	 					</div>
-	 					<div class="star">
-	 						<p>精品</p>
-	 						<ol>
-	 							<li></li>
-	 							<li></li>
-	 							<li></li>
-	 							<li></li>
-	 							<li></li>
-	 						</ol>
-	 					</div>
-					</li>
+									
 					<li>
 						<img src="../../img/achievement_05.png" alt="" />
 	 					<div class="list_text">

+ 14 - 11
webpack.config.js

@@ -16,16 +16,7 @@ let isWatch = argv.env.watch == 'watch';
 let isDev = isWatch || argv.env.deploy == 'dev';
 
 module.exports = (function () {
-    let plugins =[
-        //把入口文件里面的数组打包成verdors.js
-        // new ImageminPlugin({
-        //     disable: isDev,
-        //     test: 'img/**',
-        //     pngquant: {
-        //         quality: '75-75', 
-        //         optimizationLevel: 9
-        //     }
-        // }),
+    let plugins =[      
         new webpack.optimize.CommonsChunkPlugin({
             name: 'vendors'
         }),
@@ -115,7 +106,19 @@ module.exports = (function () {
             filename: 'html/thinkTank/thinkerDetail.html',
             template: './template/thinkTank/thinkerDetail.html',
             chunks: ['thinkTank/thinkerDetail', 'vendors']
-        })
+        }),
+         new HtmlWebpackPlugin({
+            title: '科技金融-投资机构',
+            filename: 'html/financial/investmentInstitution.html',
+            template: './template/financial/investmentInstitution.html',
+            chunks: ['financial/investmentInstitution', 'vendors']
+        }),
+         new HtmlWebpackPlugin({
+            title: '科技金融-投资机构',
+            filename: 'html/financial/investmentDetail.html',
+            template: './template/financial/investmentDetail.html',
+            chunks: ['financial/investmentDetail', 'vendors']
+        }),
 
     ];
     if (!isDev) {

+ 12 - 2
webpack/entry.config.js

@@ -12,7 +12,9 @@ module.exports = {
         'technologyTrading/demandDetail': './src/js/technologyTrading/demandDetail.js',
         'thinkTank/policy': './src/js/thinkTank/policy.js',
         'thinkTank/policyDetail': './src/js/thinkTank/policyDetail.js',
-        'thinkTank/thinkerDetail': './src/js/thinkTank/thinkerDetail.js'
+        'thinkTank/thinkerDetail': './src/js/thinkTank/thinkerDetail.js',
+        'financial/investmentInstitution': './src/js/financial/investmentInstitution.js',
+        'financial/investmentDetail': './src/js/financial/investmentDetail.js',
     },
     watch: {
         'index': ['webpack-dev-server/client?http://127.0.0.1:80', // WebpackDevServer host and port
@@ -66,6 +68,14 @@ module.exports = {
         'thinkTank/thinkerDetail': ['webpack-dev-server/client?http://127.0.0.1:80', // WebpackDevServer host and port
             'webpack/hot/only-dev-server',
             './src/js/thinkTank/thinkerDetail.js'
-        ]
+        ],
+        'financial/investmentInstitution': ['webpack-dev-server/client?http://127.0.0.1:80', // WebpackDevServer host and port
+            'webpack/hot/only-dev-server',
+            './src/js/financial/investmentInstitution.js'
+        ],
+        'financial/investmentDetail': ['webpack-dev-server/client?http://127.0.0.1:80', // WebpackDevServer host and port
+            'webpack/hot/only-dev-server',
+            './src/js/financial/investmentDetail.js'
+        ],
     }
 };