ws2z3gr2017 7 years ago
parent
commit
b5087f2c7e

+ 2 - 4
package.json

@@ -1,17 +1,15 @@
 {
   "name": "aft-portal",
-  "version": "1.0.11",
+  "version": "2.0.00",
   "description": "",
   "main": "index.js",
   "scripts": {
     "test": "echo \"Error: no test specified\" && exit 1",
     "dlldev": "webpack --progress --colors --config ./webpack-dll.config.js --env.deploy dev --env.host 'http://127.0.0.1'",
-    "dlltest": "webpack --progress --colors --config ./webpack-dll.config.js --env.deploy test --env.host 'http://afts.hnzhiming.com'",
-    "dllstage": "webpack --progress --colors --config ./webpack-dll.config.js --env.deploy stage --env.host 'http://aftts.hnzhiming.com'",
+    "dlltest": "webpack --progress --colors --config ./webpack-dll.config.js --env.deploy test --env.host 'http://uat.jishutao.com'", 
     "dllpro": "webpack --progress --colors --config ./webpack-dll.config.js --env.deploy prod --env.host 'http://static.goafanti.com'",
     "build": "node bin/clean.js && webpack --progress --colors --env.deploy dev",
     "buildtest": "node bin/clean.js && webpack --progress --colors --env.deploy test",
-    "buildstage": "node bin/clean.js && webpack --progress --colors --env.deploy stage",
     "pro": "node bin/clean.js && webpack --progress --colors --env.deploy prod",
     "dev": "webpack-dev-server --port 80 --devtool eval --progress --colors --hot --content-base build --env.deploy dev --env.watch watch"
   },

+ 2 - 39
src/css/index_home.css

@@ -1,24 +1,5 @@
-*{padding: 0;margin: 0;box-sizing:border-box;}
-html{font-size:62.5%;}
-body{font:14px "simsun",Arial,Helvetica,sans-serif;width:100%;
-    background-color:#fff;
-    font-size:1.4rem;
-    -webkit-user-select:none;
-    -moz-user-select:none;
-    -ms-user-select:none;
-    user-select:none;
-}
-body,h1,h2,h3,h4,h6,p,ul,ol,dl,dd{margin:0;padding:0;list-style:none;}
-a{color:#000;text-decoration:none;}
-a:hover{color:#000;text-decoration:none;}
-.lf{float:left;}
-.rf{float:right;}
-.clear{clear:both;}
-
-
 
-input:focus{outline: none;}
-ul,ol{padding: 0;margin: 0;list-style: none;}
+html{font-size:62.5%;}
 .index_activity{background: url(../../img/index_activity.png) no-repeat center center;background-size: 100% 100%;padding-top: 88px;margin-top: -10px;}
 .index_activity ul li{float: left;width: 140px;height:90px ;text-align: center;}
 .index_activity ul li strong{font-size: 36px;color: #ffbc09;}
@@ -102,25 +83,7 @@ display:inline-block;position: absolute;top:0;left:0;}
 #need>.caption{display:inline-block;width:120px;}
 
 
-/*bottom的css*/
-#bottom{width:100%;height:386px;margin:20px auto 0;position: relative;background: #074D88;}
-.bottom{width:1200px;height:386px;margin:20px auto 0;position: relative;}
-.bottom_text{width:1200px;height:386px;position: absolute;left:0;top:0;}
-.text_top{width:100%;height:55px;position: absolute;top:140px;left:0;text-align: center;color:#fff;}
-.text_top>a{color:#fff;line-height:25px;}
-.text_center{width:100%;height:90px;position: absolute;top:195px;left:0;color:#fff;}
-.cont_left{width:455px;height:90px;display:inline-block;margin-left:45px;}
-.cont_left>img{margin-left:85px;}
-.cont_center{width:200px;height:90px;display:inline-block;text-align: center;}
-.cont_right{width:455px;height:90px;display:inline-block;text-align: right;vertical-align:bottom;}
-.text_center p{color:#F5F6F9;line-height:50px;font-weight: bold;}
-.cont_center p{line-height:20px;}
-.cont_right p{display:inline-block;vertical-align:bottom;line-height: 20px;}
-.text_bottom{width:100%;height:75px;position: absolute;top:285px;left:0;color:#fff;
-    padding-left:45px;margin-top:15px;}
-.text_bottom p{font-weight: bold;line-height: 25px;}
-.text_bottom a{color:#fff;font-size: 1.2rem;line-height: 18px;}
-.pol_act{margin-left: 5px;}
+
 /*左右轮播*/
 .carousel{position: relative;width: 1200px;}
 .need_imgs{width: 1018px;overflow: hidden;position: absolute;left: 50%;margin-left: -500px;top: 0;}

+ 1 - 0
src/css/news.css

@@ -0,0 +1 @@
+

+ 43 - 14
src/css/public.css

@@ -1,8 +1,24 @@
-*{padding: 0;margin: 0;font-family: "微软雅黑";}
-a{text-decoration: none;}
-a:hover{text-decoration: none;}
-ul,ol,li{list-style: none;padding: 0;margin: 0;}
-p,h3{margin: 0;padding: 0;}
+/*公共样式*/
+*{padding: 0;margin: 0;box-sizing:border-box;font-family: "微软雅黑";}
+html{font-size:62.5%;}
+body{font:14px "simsun",Arial,Helvetica,sans-serif;width:100%;
+    background-color:#fff;
+    font-size:1.4rem;
+    -webkit-user-select:none;
+    -moz-user-select:none;
+    -ms-user-select:none;
+    user-select:none;
+}
+body,h1,h2,h3,h4,h6,p,ul,ol,dl,dd{margin:0;padding:0;list-style:none;}
+a{color:#000;text-decoration:none;}
+a:hover{color:#000;text-decoration:none;}
+.lf{float:left;}
+.rf{float:right;}
+.clear{clear:both;}
+
+input:focus{outline: none;}
+ul,ol{padding: 0;margin: 0;list-style: none;}
+
 /*顶部区域*/
 header{width: 100%;background: #ffffff;line-height: 74px;height: 74px;}
 header .logo{float: left;padding-left: 20px;}
@@ -12,6 +28,7 @@ header .nav{float: left;padding-left: 90px;}
 header .nav ul li{float: left;width: 120px;text-align: center;line-height: 76px;}
 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;}
 /*hot*/
 .nav ul li:hover img{animation: hot 1s infinite linear;transition: all 1s;}
 @keyframes hot{
@@ -20,19 +37,14 @@ header .nav ul li:hover a{color: #074F88;}
     50%  {width: 30px;height: 30px;}
     100% {width: 25px;height: 25px;top: 9px;}
 }
-
 header .nav_right{float: right;padding-right: 40px;}
 header .nav_right a{color: #333333;margin: 2px;}
 header .nav_right a:hover{color: #2a6597;}
 .nav ul li {position: relative;}
 .nav ul li img{width: 30px;height: 30px;position: absolute;right: 0px;top: 9px;}
-/*banner*/
 
+/*banner*/
 .banner{clear: both;position: relative;padding-top: 44px;width: 1000px;margin: 0 auto;}
-
-
-
-.banner_txt{}
 .banner_txt h3{font-size: 30px;font-weight: none;color: #565555;margin-top: 55px;margin-bottom: 24px;}
 .banner_txt p{font-size: 14px;color: #565555;line-height: 24px;}
 .img_list ol li{float: left;margin-left:10px ;border: 1px solid transparent;}
@@ -44,10 +56,27 @@ header .nav_right a:hover{color: #2a6597;}
 .banner_mid{position: absolute;width: 100%;top: 194px;}
 .banner_mid .banner_next{float: right;margin-right:-60px;}
 .banner_mid .index_pre{float: left;margin-left: -90px;}
-
 .banner_imgs{width:100%;height: 340px;}
-
 .banner_box{position: absolute;top: 44px ;right:5px;width: 530px;overflow: hidden;}
-
 .banner_box ul li{float: left;width: 530px;}
 .banner_txt{padding-bottom: 60px;}
+
+/*bottom的css*/
+#bottom{width:100%;height:386px;margin:20px auto 0;position: relative;background: #074D88;}
+.bottom{width:1200px;height:386px;margin:20px auto 0;position: relative;}
+.bottom_text{width:1200px;height:386px;position: absolute;left:0;top:0;}
+.text_top{width:100%;height:55px;position: absolute;top:140px;left:0;text-align: center;color:#fff;}
+.text_top>a{color:#fff;line-height:25px;}
+.text_center{width:100%;height:90px;position: absolute;top:195px;left:0;color:#fff;}
+.cont_left{width:455px;height:90px;display:inline-block;margin-left:45px;}
+.cont_left>img{margin-left:85px;}
+.cont_center{width:200px;height:90px;display:inline-block;text-align: center;}
+.cont_right{width:455px;height:90px;display:inline-block;text-align: right;vertical-align:bottom;}
+.text_center p{color:#F5F6F9;line-height:50px;font-weight: bold;}
+.cont_center p{line-height:20px;}
+.cont_right p{display:inline-block;vertical-align:bottom;line-height: 20px;}
+.text_bottom{width:100%;height:75px;position: absolute;top:285px;left:0;color:#fff;
+    padding-left:45px;margin-top:15px;}
+.text_bottom p{font-weight: bold;line-height: 25px;}
+.text_bottom a{color:#fff;font-size: 1.2rem;line-height: 18px;}
+.pol_act{margin-left: 5px;}

+ 19 - 0
src/css/registered.css

@@ -0,0 +1,19 @@
+*{padding: 0;margin: 0;box-sizing:border-box;font-family: "微软雅黑";}
+html{font-size:62.5%;}
+body{font:14px "simsun",Arial,Helvetica,sans-serif;width:100%;
+    background-color:#fff;
+    font-size:1.4rem;
+    -webkit-user-select:none;
+    -moz-user-select:none;
+    -ms-user-select:none;
+    user-select:none;
+}
+body,h1,h2,h3,h4,h6,p,ul,ol,dl,dd{margin:0;padding:0;list-style:none;}
+a{color:#000;text-decoration:none;}
+a:hover{color:#000;text-decoration:none;}
+.lf{float:left;}
+.rf{float:right;}
+.clear{clear:both;}
+
+input:focus{outline: none;}
+ul,ol{padding: 0;margin: 0;list-style: none;}

+ 9 - 0
src/js/news.js

@@ -0,0 +1,9 @@
+import '../css/bootstrap.less';
+import 'bootstrap/dist/js/bootstrap.js';
+import '../css/public.css'; 
+import '../css/news.css';
+import './public.js'
+
+
+
+

+ 5 - 0
src/js/registered.js

@@ -0,0 +1,5 @@
+import '../css/bootstrap.less';
+import 'bootstrap/dist/js/bootstrap.js';
+import '../css/public.css'; 
+import '../css/registered.css';
+import './public.js'

+ 0 - 7
template/index.html

@@ -9,9 +9,6 @@
 	<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" type="text/css" href="../src/css/index_home.css"/>-->
 </head>
 <body>  	
   	<header>
@@ -378,8 +375,4 @@
 
 	</div>
 </body>
-<!--<script type="text/javascript" src="../src/js/jquery-2.1.0.js"></script>
-<script type="text/javascript" src="../src/js/index.js"></script>
-<script type="text/javascript" src="../src/js/public.js"></script>-->
-
 </html>

+ 157 - 0
template/news.html

@@ -0,0 +1,157 @@
+<!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" type="text/css" href="../src/css/index_home.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><img src="../img/hot .png"/></li>
+  					<li><a href="#">技术交易</a></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="">登陆</a>
+  				<a href="">关于我们</a>
+  			</div>
+  		</div>
+  	</header>
+  	<div class="banner container">
+  		<div class="banner_box" >  			 		
+	  		<ul>
+	  			<li><img src="../img/banner1.png" alt="" class="banner_imgs"/></li>	  					  					  				  						  					  		
+	  			<li><img src="../img/x_banner02.png" alt="" class="banner_imgs"/></li> 		  					  					  									  					  			
+	  			<li><img src="../img/banner1.png" alt="" class="banner_imgs"/></li>	  			
+	  		</ul>
+	  	</div>
+  		<div class="index_tt">
+  			<div class="banner_txt">
+				<h3>1让每一项优秀的技术产生价值</h3>
+				<p>全方位的服务,一应俱全</p>
+				<p>专业的团队助您开启科技成果转化之路</p>
+				<div class="img_list">
+					<ol>
+						<li><img src="../img/x_banner01.png" alt="" /></li>
+						<li><img src="../img/x_banner02.png" alt="" /></li>
+						<li><img src="../img/x_banner03.png" alt="" /></li>
+						<li><img src="../img/x_banner04.png" alt="" /></li>
+						<li><img src="../img/x_banner05.png" alt="" /></li> 							
+					</ol>
+				</div>
+  			</div>
+  			<div class="banner_txt">
+				<h3>2让每一项优秀的技术产生价值</h3>
+				<p>全方位的服务,一应俱全</p>
+				<p>专业的团队助您开启科技成果转化之路</p>
+				<div class="img_list">
+					<ol>
+						<li><img src="../img/x_banner01.png" alt="" /></li>
+						<li><img src="../img/x_banner02.png" alt="" /></li>
+						<li><img src="../img/x_banner03.png" alt="" /></li>
+						<li><img src="../img/x_banner04.png" alt="" /></li>
+						<li><img src="../img/x_banner05.png" alt="" /></li> 							
+					</ol>
+				</div>
+  			</div>
+  			<div class="banner_txt">
+				<h3>3让每一项优秀的技术产生价值</h3>
+				<p>全方位的服务,一应俱全</p>
+				<p>专业的团队助您开启科技成果转化之路</p>
+				<div class="img_list">
+					<ol>
+						<li><img src="../img/x_banner01.png" alt="" /></li>
+						<li><img src="../img/x_banner02.png" alt="" /></li>
+						<li><img src="../img/x_banner03.png" alt="" /></li>
+						<li><img src="../img/x_banner04.png" alt="" /></li>
+						<li><img src="../img/x_banner05.png" alt="" /></li> 							
+					</ol>
+				</div>
+  			</div>
+  		</div>  		
+  		<div class="banner_mid">
+  			<img src="../img/index_pre.png" alt="" class="index_pre" />
+  			<img src="../img/index_next.png" alt="" class="banner_next" />
+  		</div>
+  	</div>
+  	<!--主体内容区域开始-->
+  	<div class="container">
+  		
+  	</div>
+  	<!--主体内容区域结束-->
+	<div id="bottom">
+		<div class="bottom">
+			<img src="../img/bottom1_02.jpg" 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>
+</body>
+<!--<script type="text/javascript" src="../src/js/jquery-2.1.0.js"></script>
+<script type="text/javascript" src="../src/js/index.js"></script>
+<script type="text/javascript" src="../src/js/public.js"></script>-->
+
+</html>

+ 157 - 0
template/registered.html

@@ -0,0 +1,157 @@
+<!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" type="text/css" href="../src/css/index_home.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><img src="../img/hot .png"/></li>
+  					<li><a href="#">技术交易</a></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="">登陆</a>
+  				<a href="">关于我们</a>
+  			</div>
+  		</div>
+  	</header>
+  	<div class="banner container">
+  		<div class="banner_box" >  			 		
+	  		<ul>
+	  			<li><img src="../img/banner1.png" alt="" class="banner_imgs"/></li>	  					  					  				  						  					  		
+	  			<li><img src="../img/x_banner02.png" alt="" class="banner_imgs"/></li> 		  					  					  									  					  			
+	  			<li><img src="../img/banner1.png" alt="" class="banner_imgs"/></li>	  			
+	  		</ul>
+	  	</div>
+  		<div class="index_tt">
+  			<div class="banner_txt">
+				<h3>1让每一项优秀的技术产生价值</h3>
+				<p>全方位的服务,一应俱全</p>
+				<p>专业的团队助您开启科技成果转化之路</p>
+				<div class="img_list">
+					<ol>
+						<li><img src="../img/x_banner01.png" alt="" /></li>
+						<li><img src="../img/x_banner02.png" alt="" /></li>
+						<li><img src="../img/x_banner03.png" alt="" /></li>
+						<li><img src="../img/x_banner04.png" alt="" /></li>
+						<li><img src="../img/x_banner05.png" alt="" /></li> 							
+					</ol>
+				</div>
+  			</div>
+  			<div class="banner_txt">
+				<h3>2让每一项优秀的技术产生价值</h3>
+				<p>全方位的服务,一应俱全</p>
+				<p>专业的团队助您开启科技成果转化之路</p>
+				<div class="img_list">
+					<ol>
+						<li><img src="../img/x_banner01.png" alt="" /></li>
+						<li><img src="../img/x_banner02.png" alt="" /></li>
+						<li><img src="../img/x_banner03.png" alt="" /></li>
+						<li><img src="../img/x_banner04.png" alt="" /></li>
+						<li><img src="../img/x_banner05.png" alt="" /></li> 							
+					</ol>
+				</div>
+  			</div>
+  			<div class="banner_txt">
+				<h3>3让每一项优秀的技术产生价值</h3>
+				<p>全方位的服务,一应俱全</p>
+				<p>专业的团队助您开启科技成果转化之路</p>
+				<div class="img_list">
+					<ol>
+						<li><img src="../img/x_banner01.png" alt="" /></li>
+						<li><img src="../img/x_banner02.png" alt="" /></li>
+						<li><img src="../img/x_banner03.png" alt="" /></li>
+						<li><img src="../img/x_banner04.png" alt="" /></li>
+						<li><img src="../img/x_banner05.png" alt="" /></li> 							
+					</ol>
+				</div>
+  			</div>
+  		</div>  		
+  		<div class="banner_mid">
+  			<img src="../img/index_pre.png" alt="" class="index_pre" />
+  			<img src="../img/index_next.png" alt="" class="banner_next" />
+  		</div>
+  	</div>
+  	<!--主体内容区域开始-->
+  	<div class="container">
+  		
+  	</div>
+  	<!--主体内容区域结束-->
+	<div id="bottom">
+		<div class="bottom">
+			<img src="../img/bottom1_02.jpg" 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>
+</body>
+<!--<script type="text/javascript" src="../src/js/jquery-2.1.0.js"></script>
+<script type="text/javascript" src="../src/js/index.js"></script>
+<script type="text/javascript" src="../src/js/public.js"></script>-->
+
+</html>

+ 14 - 5
webpack.config.js

@@ -43,7 +43,19 @@ module.exports = (function () {
             filename: 'html/index.html',
             template: './template/index.html',
             chunks: ['index', 'vendors']
-        }),      
+        }), 
+         new HtmlWebpackPlugin({
+            title: '新闻页',
+            filename: 'html/news.html',
+            template: './template/news.html',
+            chunks: ['news', 'vendors']
+        }),
+         new HtmlWebpackPlugin({
+            title: '注册/登陆',
+            filename: 'html/registered.html',
+            template: './template/registered.html',
+            chunks: ['registered', 'vendors']
+        }),
     ];
     if (!isDev) {
         //这个使用uglifyJs压缩你的js代码
@@ -65,10 +77,7 @@ module.exports = (function () {
     let staticHost = 'http://127.0.0.1';
     switch (argv.env.deploy) {
         case 'test':
-            staticHost = 'http://afts.hnzhiming.com';
-            break;
-        case 'stage':
-            staticHost = 'http://aftts.hnzhiming.com';
+            staticHost = 'http://uat.jishutao.com';
             break;
         case 'prod':
             staticHost = 'http://s.jishutao.com';

+ 12 - 2
webpack/entry.config.js

@@ -1,12 +1,22 @@
 module.exports = {
   prod: {
     //user
-    'index': './src/js/index.js',   
+    'index': './src/js/index.js',  
+    'news': './src/js/news.js',
+    'registered': './src/js/registered.js',
   },
   watch: {
     'index': ['webpack-dev-server/client?http://127.0.0.1:80', // WebpackDevServer host and port
       'webpack/hot/only-dev-server',
       './src/js/index.js'
-    ],   
+    ],  
+     'news': ['webpack-dev-server/client?http://127.0.0.1:80', // WebpackDevServer host and port
+      'webpack/hot/only-dev-server',
+      './src/js/news.js'
+    ],
+    'registered': ['webpack-dev-server/client?http://127.0.0.1:80',
+      'webpack/hot/only-dev-server',
+      './src/js/registered.js'
+    ],
   }
 }