liting2017 %!s(int64=6) %!d(string=hai) anos
pai
achega
856b3d1c5b

BIN=BIN
img/newMenu/serviceDetail_01.jpg


BIN=BIN
img/newMenu/serviceDetails_02.jpg


BIN=BIN
img/newMenu/serviceDetal_03.jpg


BIN=BIN
img/newMenu/serviceDetal_Ok.jpg


+ 9 - 5
src/css/newMenu/header.css

@@ -89,7 +89,7 @@
     display: none;
     padding-top: 18px;
     padding-bottom: 15px;
-    box-shadow: 0 0 10px #ccc;
+    box-shadow: 0 2px 5px #ccc;
 }
 
 .subnavigation li>a {
@@ -97,12 +97,16 @@
 	height: 30px;
 	line-height: 30px;
 	display: inline-block;
-	color: #333333;
+    color: #333333;
+    transition: all .2s ease-out;
 }
 
-.subnavigation li:hover a {
-	background: rgba(100, 100, 100, .7);
-	color: #ffffff;
+.subnavigation li a:hover {
+    color:#ffffff!important;
+    letter-spacing: 5px;
+    background: rgba(22,151, 234, .7);
+    box-shadow: 0 4px 10px #ccc;
+	transition: all .2s ease-in;
 }
 
 .subnavigation li {

+ 203 - 0
src/css/newMenu/serviceDetails.css

@@ -0,0 +1,203 @@
+/* 
+    @update:2018/06/20
+
+*/
+
+/* 面包削导航 */
+.navigation{
+    width: 100%;
+    height: 34px;
+    line-height: 34px;
+    background: #f9f9f9;
+    overflow: hidden;
+    margin-top: 10px;
+    margin-bottom: 22px;
+  
+}
+.navigation p{
+    float: left;
+    font-size: 14px;
+    margin-right: 12px;
+    color: #393939;
+}
+.navigation ol li {
+    float: left;
+    margin-right: 15px;
+}
+.navigation ol li a{
+    font-size: 12px;
+    color: #797979;
+}
+.navigation ol li a:hover{
+    color: #1697ea;
+}
+.navigation ol li.active a{
+    color: #1697ea;
+}
+/* 主体内容 */
+.serviceDetailsImg{
+    float: left;
+    width: 370px;
+    height: 268px;
+    position: relative;
+    padding: 18px;
+    border: 1px solid #efefef;    
+}
+.serviceDetailsImg img{
+    width: 100%;
+    height: 100%
+}
+.serviceDetailsImg span{
+    width: 46px;
+    height: 40px;
+    display: inline-block;
+    background: url(../../../img/newMenu/achievmentDetail_7.png) no-repeat;
+    background-size: 100% 100%;
+    position: absolute;
+    top: 0;
+    left: 0
+}
+.serviceDetailsTxt{
+    float: right;
+    width: 818px;
+}
+.serviceDetailsTxt .serviceDetailsTitle{
+    border: 1px solid #efefef;
+    padding-bottom: 20px;
+}
+.serviceDetailsTxt .serviceDetailsTitle h4{
+    font-size: 18px;
+    line-height: 50px;
+    height: 50px;
+    padding-left: 22px;
+    width: 100%;
+    background: #f9f9f9;
+    color: #1f1f1f;
+    font-weight: 700;
+    margin-bottom: 12px;
+}
+.serviceDetailsTxt .serviceDetailsTitle p{
+    padding-left: 22px;
+}
+.serviceDetailsTxt .serviceDetailsTitle p{
+    height: 36px;
+    line-height: 36px;
+    font-size: 12px;
+}
+.serviceDetailsTxt .serviceDetailsTitle p strong{
+    font-weight: normal;
+    color: #707070;
+    width: 110px;
+    display: inline-block;
+}
+.serviceDetailsTxt .serviceDetailsTitle p span{
+    color: #9d9d9d;
+    font-size: 12px;
+}
+.serviceDetailsTxt a{
+    cursor: pointer;
+    width: 150px;
+    float: right;
+    display: inline-block;
+    height: 54px;
+    line-height: 54px;
+    text-align: center;
+    font-size: 18px;
+    color: #ffffff;
+    background: #1697ea;
+    margin-top: 16px;
+}
+.serviceDetailsTxt a:hover{
+    background: #ffff;
+    border: 1px dashed #1697ea;
+    color: #1697ea;
+}
+.collection{
+    clear: both;
+    padding-left: 18px;
+    padding-top: 18px;
+}
+.collection p span{
+    vertical-align: top;
+   color: #ff6a25
+}
+.collection p img{
+    margin-right: 12px;
+}
+.collection .heart{
+    width: 19px;
+    height: 18px;
+    display: inline-block;
+    background: url(../../../img/newMenu/serviceDetal_03.jpg) no-repeat;
+    background-size:100% 100%;
+    margin-right: 12px; 
+}
+.collection p{
+    cursor: pointer;
+    float: left;
+    height: 18px;
+    line-height: 18px;
+    font-size: 14px;
+    margin-right: 40px;
+}
+.collection .heart.active{
+    background: url(../../../img/newMenu/serviceDetal_Ok.jpg) no-repeat;
+}
+/* 
+    详情
+*/
+.serviceDetailsList{
+    width: 100%;
+    clear: both;
+}
+.serviceDetailsList .introduction,.serviceDetailsList .requirement{
+    background: #ffffff;
+    border: 1px solid #eeeeee;
+    padding-bottom: 28px;
+}
+.serviceDetailsList>div{
+    margin-bottom: 38px;
+}
+.introduction{
+    margin-top: 40px;
+}
+.serviceDetailsList .introduction h3,.serviceDetailsList .requirement h3{
+    width: 100%;
+    height: 52px;
+    line-height: 52px;
+    font-size: 14px;
+    color: #1f1f1f;
+    padding-left: 20px;
+    background: #f8f8f8;
+    margin-bottom: 20px;
+}
+.serviceDetailsList .introduction p,.serviceDetailsList .requirement p{
+    padding:0  20px;
+    line-height: 24px;
+    font-size: 12px;
+    text-align: justify;
+    color: #707070;
+}
+.serviceDetailsList .value{
+    overflow: hidden;
+    background: #ffffff;
+    border: 1px solid #eeeeee;
+}
+.serviceDetailsList .value h4{
+    width: 170px;
+    height: 72px;
+    line-height: 72px;
+    font-size: 14px;
+    text-align: center;
+    float: left;
+    background: #f8f8f8;
+}
+.serviceDetailsList .value div{
+    display: inline-block;
+    float: left;
+    line-height: 72px;
+    height: 72px;
+    padding-left: 20px;
+    font-size: 12px;
+    color: #707070;
+}

+ 382 - 0
src/css/newMenu/serviceList.css

@@ -0,0 +1,382 @@
+/* 行业类别 */
+
+.industry {
+    overflow: hidden;
+    border: 1px dashed #eeeeee;
+    border-style: solid solid dashed solid;
+    margin-top: 12px;
+}
+
+.industry>p {
+    float: left;
+    height: 82px;
+    width: 115px;
+    background: #f9f9f9;
+    text-align: center;
+    line-height: 82px;
+    font-size: 14px;
+}
+
+.industry .industryList {
+    width: 1082px;
+    float: left;
+    overflow: hidden;
+    height: 82px;
+    padding: 18px 0px 22px 0px;
+}
+
+.industry .industryList ul li {
+    width: 90px;
+    text-align: center;
+    cursor: pointer;
+    float: left;
+    margin-bottom: 8px;
+    font-size: 14px;
+}
+
+.industry .industryList ul li span {
+    color: #7a7878
+}
+
+.industry .industryList ul li:hover span {
+    color: #ff570c
+}
+
+/* 知产类型 */
+
+.productionType {
+    height: 50px;
+    border: 1px solid #eeeeee;
+    border-top: none
+}
+
+.productionType>p {
+    width: 115px;
+    height: 49px;
+    line-height: 50px;
+    font-size: 14px;
+    text-align: center;
+    float: left;
+    background: #f9f9f9
+}
+
+.productionType ol {
+    float: left;
+}
+
+.productionType ol li {
+    float: left;
+    width: 90px;
+    text-align: center;
+    line-height: 50px;
+    color: #7a7878
+}
+
+.productionType ol li:hover {
+    color: #ff570c;
+    cursor: pointer;
+}
+
+.onSelect p {
+    float: left;
+    width: 115px;
+    height: 60px;
+    text-align: center;
+    line-height: 60px;
+}
+
+.onSelect ol {
+    float: left;
+    margin-top: 16px;
+}
+
+.onSelect ol li {
+    display:none; 
+    float: left;
+    color: #7a7878;
+    height: 28px;
+    line-height: 28px;
+    padding: 0px 10px;
+    border: 1px solid #b8d3e4;
+    background: #f3f9fc;
+    margin-right: 10px;
+}
+
+.onSelect ol li span {
+    font-size: 14px;
+    color: #1f1f1f;
+}
+
+
+.onSelect ol li .typeClose {
+    color: #6ea7c9;
+    cursor: pointer;
+    float: right;
+    display: inline-block;
+    margin-left: 10px;
+}
+
+/* 精品技术 */
+
+.achievementList {
+    clear: both;
+    padding-top: 30px
+}
+
+.achievementHot {
+    width: 100%;
+    
+}
+
+.achievementHot ul {
+    overflow: hidden;
+}
+
+.pagination_box {
+    width: 100%;
+    line-height: 74px
+}
+
+.pagination_box nav {
+    float: right;
+}
+
+.pagination_box ul li a {
+    color: #333
+}
+
+.pagination_box .pagination {
+    float: right;
+    margin-right: 20px;
+}
+
+.pagination_box .totalCount {
+    float: right;
+    display: inline-block;
+    margin-right: 15px;
+}
+
+.achievementHot>ul>li {
+    float: left;
+    width: 308px;
+    margin-left: 37px;
+    margin-bottom: 22px;
+}
+
+.achievementHot>ul>li>div {
+    width: 114px;
+    height: 114px;
+    overflow: hidden;
+}
+
+.achievementHot>ul>li>div>img {
+    width: 100%;
+    height: 100%;
+}
+
+.achievementHot ul li:nth-child(5n+1) {
+    margin-left: 0
+}
+
+.achievementHot ul li .txts h5 {
+    font-weight: normal;
+    font-size: 14px;
+    text-align: center;
+    color: #1f1f1f;
+    overflow: hidden;
+    white-space: nowrap;
+    text-overflow: ellipsis;
+    -o-text-overflow: ellipsis;
+    padding: 10px 2px 0;
+}
+
+.achievementHot ul li .hr {
+    width: 100%;
+    height: 18px;
+    background: url(../../../img/newMenu/achievement_27.jpg) no-repeat;
+    background-size: 100% 100%;
+    margin: 1px 0px;
+}
+
+.achievementHot ul li .txts p span {
+    color: #7a7878;
+    font-size: 12px;
+    display: inline-block;
+    margin-right: 5px;
+}
+
+.achievementHot ul li .txts .hotImg {
+    float: right;
+    margin-right: 16px;
+    height: 18px;
+    width: 32px;
+    display: inline-block;
+    background: url(../../../img/newMenu/achievement_hot.jpg) no-repeat;
+    background-size: 100% 100%;
+}
+
+.achievementHot .btnTxt span {
+    width: 64px;
+    height: 24px;
+    display: inline-block;
+    text-align: center;
+    font-size: 14px;
+    color: #ff6600;
+    border: 1px solid #ff6600;
+    line-height: 24px;
+    margin: 0 3px;
+}
+
+.achievementHot ul li .img {
+    width: 100%;
+    height:150px;
+    position: relative;
+}
+.achievementHot ul li{
+    width: 210px;
+}
+.achievementHot ul li .img img {
+    width: 100%;
+    height: 100%;
+}
+
+.achievementHot ul li .img span {
+    position: absolute;
+    left: 0;
+    top: 0;
+    z-index: 9999;
+    width: 48px;
+    height: 41px;
+    background: url(../../../img/newMenu/achievement_26.png) no-repeat;
+    background-size: 100% 100%;
+}
+
+.achievementHot ul li .txtIntroduce {
+    width: 100%;
+    border: 1px solid #efefef;
+    height: 130px;
+    padding: 0px 10px 12px;
+}
+.txtIntroduce .btnTxt p{
+    color:#787878;
+    overflow: hidden;
+    display: -webkit-box;              
+    text-overflow: ellipsis;            
+    -webkit-box-orient: vertical;       
+    -webkit-line-clamp:3;
+}
+.txtIntroduce .btnTxt{
+    padding-top: 9px;
+}
+.inp{
+    float: right;
+}
+.pagination_box{
+    display: none;
+}
+.list_none {
+    width: 550px;
+    height: 150px;
+    background: url("../../../img/all_null.png") no-repeat;
+    margin: 50px auto;
+}
+.inp{
+    display: none;
+}
+.inp input{
+    width:40px;
+    height: 35px;
+    text-align: center;
+    border-radius: 5px;
+    border:1px solid #ccc;
+}
+.inp button{
+    margin: 0 10px;
+    width: 50px;
+}
+
+.search{
+    width: 100%;
+    height: 52px;
+    line-height: 52px;
+    background: #f9f9f9;
+}
+.searchService .input-group {
+    width: 530px!important;
+    height: 36px!important ;
+    line-height: 36px!important;
+}
+.search .search-inp input{
+    font-size: 14px!important;
+}
+.searchService .input-group input{
+    font-size: 14px;
+    height: 36px!important ;
+    line-height: 36px!important;
+    border-color: #b7d3e1!important;
+}
+.searchService button{
+    height: 36px!important ;
+    line-height: 26px!important;
+}
+.searchService span img{
+    vertical-align: top
+}
+.searchService .search-inp{
+    float: right;
+    margin-right: 10px;
+    vertical-align: top;
+    margin-top: 8px;
+}
+.search .hot{
+  
+}
+.search .hot p {
+    float: left;
+    font-size: 14px;
+    width: 42px;
+    height:18px;
+    line-height: 18px;
+    color: #ffffff;
+    font-size: 14px;
+    vertical-align: top;
+    margin-left: 26px;
+    margin-top: 18px;
+    text-align: center;
+    background: #fa2902;
+    border-radius: 10px;
+    margin-right: 18px;
+
+}
+.search .hot ul {
+    float: left;
+}
+.search .hot ul li{
+    float: left;
+}
+.search .hot ul li {
+    cursor: pointer;
+    margin-right: 22px;
+}
+.search .hot ul li.active{
+    color: #fa2902
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

+ 15 - 43
src/css/newMenu/services.css

@@ -346,10 +346,12 @@
     color: #7a7878;
     border-right: 1px solid #efefef;
     border-bottom: 1px solid #efefef;
+    overflow: hidden;
+    white-space:nowrap; 
+    text-overflow:ellipsis; 
+    -o-text-overflow:ellipsis;
 }
-.certificationRight ol li:last-child{
-    width: 100%;
-}
+
 .advertisement.bj{
     clear: both;
     padding-top: 20px;
@@ -362,47 +364,18 @@
     overflow: hidden;
     border: 1px solid #efefef;
 }
-.administration .row,.administration .row .col-sm-3,.administration .row .col-sm-4{
-    padding: 0;
-    margin: 0;
-}
-.administration div{
-    display: flex;
-   box-sizing: border-box;
-   -webkit-box-sizing: border-box;
-   -moz-box-sizing: border-box;
-}
-.administration div p{
-    text-align: center;
+.administration ul li {
+    width:25%;
     height: 48px;
     line-height: 48px;
-    background: #f8f8f8;
-    font-size: 14px;
-    color: #393838;
-    margin-top: 2px!important;
-    margin-left: 2px;
-}
-.administration div p:first-child{
-    margin-left: 0
-}
-.administration div:first-child p{
-    width: 20%;
-    float: left;
-}
-.administration div:nth-child(2) p{
-    width: 25%;
     float: left;
+    text-align: center;
+    border-top: 1px solid #efefef;
+    border-left: 1px solid #efefef
 }
-.administration div:nth-child(3) p,.administration div:nth-child(4) p{
+.administration ul li:nth-child(5),.administration ul li:nth-child(6),.administration ul li:nth-child(7),.administration ul li:nth-child(12),.administration ul li:nth-child(13),.administration ul li:nth-child(14){
     width: 33.33%;
-    float: left;
 }
-.administration div:nth-child(5) p{
-    width: 50%;
-    float: left;
-} 
-
-
 /* 右侧 */
 .wrapperRight {
    float: right;
@@ -940,11 +913,10 @@
     line-height: 57px;
     margin-bottom: 2px;
     background: #f8f8f8;
-}
-.projectMid .imgRight ol li:nth-child(2){
-    height: 116px;
-    line-height: 24px;
-    padding-top: 34px;
+    overflow: hidden;
+    white-space:nowrap; 
+    text-overflow:ellipsis; 
+    -o-text-overflow:ellipsis;
 }
 .advertisementBj{
     height: 92px;

+ 10 - 16
src/css/public.css

@@ -176,17 +176,7 @@ ol {
 .navHeader .nav>ul>li:hover a {
 	color: #074F88;
 }
-.navHeader .nav ul li .subnavigation {
-	width: 120px;
-	position: absolute;
-	top: 76px;
-	z-index: 9999;
-	background: #ffffff;
-    display: none;
-    padding-top: 18px;
-    padding-bottom: 15px;
-    box-shadow: 0 0 10px #ccc;
-}
+
 .navHeader .nav_right{
     float: right;
     color:#ff570c;
@@ -223,7 +213,7 @@ header .logo_right {
 	position: fixed;
 	top: 0px;
 	left: 0;
-	z-index: 99;
+	z-index: 9999;
 	box-shadow: 2px 4px 10px #CCCCCC;
 	display: none;
 }
@@ -266,7 +256,8 @@ header .nav ul li .subnavigation {
 	top: 76px;
 	z-index: 9999;
 	background: #ffffff;
-	display: none;
+    display: none;
+    box-shadow: 0 8px 10px #ccc;
 }
 
 .subnavigation {
@@ -282,9 +273,12 @@ header .nav ul li .subnavigation {
 	color: #333333;
 }
 
-.subnavigation li:hover a {
-	background: rgba(100, 100, 100, .7);
-	color: #ffffff!important;
+.subnavigation li a:hover {
+	letter-spacing: 5px;
+    background: rgba(22,151, 234, .7);
+    box-shadow: 0 4px 10px #ccc;
+	transition: all .2s ease-in;
+	color:#ffffff!important;
 }
 
 .subnavigation li {

+ 10 - 3
src/js/newMenu/achievementDetail.js

@@ -9,8 +9,6 @@ import 'css/newMenu/public.css';
 import 'css/newMenu/header.css'
 import 'css/newMenu/achievementDetail.css';
 import 'js/public.js';
-import 'css/newMenu/laypage.css';
-import 'laypage/lib/laypage.js';
 
 "use strict";
 $(function() {
@@ -148,7 +146,6 @@ $(function() {
             }
         })
     }
-
     //已选类型
     function onSelect(){
        $('.industryList ul li').on('click',function(){
@@ -170,4 +167,14 @@ $(function() {
              loadDate();
         }) 
     }
+    /* 提示 */
+    //提示框渐隐函数    
+	function msg() {
+        $('.smg').addClass('active');
+        var lit = $('#msg').val();
+        setTimeout(function () {
+            $('.smg').removeClass('active')
+            $('#msg').val('');
+        }, 2000)
+    } 
 })

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 70
src/js/newMenu/laypage.js


+ 59 - 0
src/js/newMenu/serviceDetails.js

@@ -0,0 +1,59 @@
+/*
+ *	@author:liting
+ * 	@update:2018/06/20
+ * 
+ */
+import 'css/bootstrap.less';
+import 'bootstrap/dist/js/bootstrap.js';
+import 'css/newMenu/public.css';
+import 'css/newMenu/header.css'
+import 'css/newMenu/serviceDetails.css';
+import 'js/public.js';
+
+"use strict";
+$(function () {
+    $('.collection p').eq(0).click(function () {
+        let heart = $('.heart');
+        if (heart.hasClass('active')) {
+            collectionApi(0) //取消收藏
+        } else {
+            collectionApi(1) //收藏
+        }
+    })
+
+    function collectionApi(index) {
+        $.ajax({
+            method: "get",
+            dataType: "json",
+            //url: globalConfig.context + "/portal/search/achievementList",
+            url: "https://www.apiopen.top/satinApi",
+            data: {
+                name:index
+            },
+            success: function (data) {
+                if (data.error && data.error.length) {
+                    $('#msg').val(data.error);
+		            msg();
+                }else{
+                    if(!index){
+                        $('.heart').removeClass('active');
+                    }else{
+                        $('.heart').addClass('active');
+                    }
+                    $('#msg').val(index?'收藏成功,请至个人中心查看.':'撤销收藏');
+		            msg();
+                }
+            }
+        })
+    }
+    //提示框渐隐函数    
+	function msg() {
+        $('.smg').addClass('active')
+        var lit = $('#msg').val();
+        setTimeout(function () {
+            $('.smg').removeClass('active')
+            $('#msg').val('');
+        }, 2000)
+    } 
+    	
+})

+ 166 - 0
src/js/newMenu/serviceList.js

@@ -0,0 +1,166 @@
+/*
+ *	@author:liting
+ * 	@update:2018/06/20
+ * 
+ */
+import 'css/bootstrap.less';
+import 'bootstrap/dist/js/bootstrap.js';
+import 'css/newMenu/public.css';
+import 'css/newMenu/header.css'
+import 'css/newMenu/serviceList.css';
+import 'js/public.js';
+
+"use strict";
+$(function() {
+    var thePageNo = 1,
+        thePageLength = 1,
+        dataList={},
+        globalConfig={context:''},
+        pageSize =15;
+    init();
+    function init(){
+        loadDate();
+        pages();
+        onSelect();
+        inpFun();
+        $('.onSelect .preFirst').css('display','none')
+        $('.onSelect .next').css('display','none')
+    };
+	function loadDate(pageNo) {
+        $.ajax({
+            method: "get",
+            dataType: "json",
+            //url: globalConfig.context + "/portal/search/achievementList",
+            url:"https://www.apiopen.top/satinApi",
+            data: {
+                //page:1
+                pageNo: pageNo || 1,
+                pageSize: 15,
+                // keyword: theKeyword,
+                fieldA: dataList.industryVal, //行业
+                fieldB: dataList.productionVal //类型
+            },
+            success: function (data) {
+                console.log(data)
+                var theArrs = [];
+                data.data.totalCount=400;
+                if (data.data&&data.data.length) {
+                    for (let i = 0; i < 12; i++) {
+                        let thisdata = data.data[i];
+                        console.log(thisdata)
+                        theArrs.push(`
+                        <li>
+                            <a href="${globalConfig.context}/portal/technologyTrading/achievementDetail?id=${thisdata.user_id}&type=${thisdata.type}">
+                                <div class="img">
+                                    <img src="${thisdata.cdn_img}" alt="">
+                                    <span></span>
+                                </div>
+                                <div class="txtIntroduce">
+                                    <div class="txts">
+                                        <h5>${thisdata.name}</h5>
+                                    </div>
+                                    <div class="hr"></div>
+                                    <div class="btnTxt">
+                                        <p>${thisdata.text}</p>
+                                    </div>
+                                </div>
+                            </a>
+                        </li>`
+                     );
+                    };
+                };
+                $('.achievementHot .hotList').empty();
+                $('.achievementHot .hotList').append(theArrs.join(''));
+                
+                $('.pagination_box').css('display','block');
+                $('.inp').css('display','block');
+                if(data.data.length===0){
+                        $('.achievementHot .hotList').html("<div class='list_none'></div>")	;
+                        $('.pagination_box').css('display','none')
+                        $('.inp').css('display','none');
+                };
+                thePageLength = data.data.totalCount ? Math.ceil(data.data.totalCount / pageSize) : 1;
+                $('.totalCount').html(`共${data.data.totalCount}条数据 ${thePageLength}页`)    
+                var pageArr = [],
+                    firstNo = 1,
+                    endNo = 5;
+                if (thePageNo > 3) {
+                    firstNo = thePageNo - 2;
+                    endNo = Math.min((Number(thePageNo) + 2), thePageLength);
+                } else {
+                    endNo = Math.min(thePageLength, 5);
+                };
+                for (let i = firstNo; i <= endNo; i++) {
+                    if (i == thePageNo) {
+                        pageArr.push(
+                            '<li class="pageNumber active"><a href="#" value=' + i + ' >' + i + '</a></li>'
+                        );
+                    } else {
+                        pageArr.push(
+                            '<li class="pageNumber"><a href="#" value=' + i + ' >' + i + '</a></li>'
+                        );
+                    }
+                };
+                $('.pageNumber').remove();
+                $('.pagePre').after(pageArr.join(''));
+            }
+        });
+    }
+    //f分页
+    function pages(){
+        $('.pagination').on('click', 'li', function (e) {
+            e.preventDefault();
+            if (this.className === 'pagePre') {
+                if (thePageNo > 1) {
+                    thePageNo = 1;
+                    loadDate(thePageNo);
+                }
+            } else if (this.className === 'pageNext') {
+                if (thePageNo < thePageLength) {
+                    thePageNo = thePageLength;
+                    loadDate(thePageNo);
+                }
+            } else {
+                var nextPageNo = $(this).children()[0].text;
+                if (thePageNo != nextPageNo) {
+                    $(this).siblings("li").removeClass("active");
+                    $(this).addClass("active");
+                    thePageNo = nextPageNo;
+                    loadDate(thePageNo);
+                };
+            };
+        });
+    }
+    //输入跳转
+    function inpFun(){
+        $('.inp .btn').on('click',function(){
+            let val = $(this).siblings().val();
+            if(!isNaN(val)&&val<thePageLength&&val>0){
+                thePageNo=val;
+                loadDate(thePageNo);
+            }
+        })
+    }
+
+    //已选类型
+    function onSelect(){
+       $('.industryList ul li').on('click',function(){
+        dataList.industryVal = $(this).attr('value');
+           let txt = $(this).text();
+           $('.onSelect .preFirst').css('display','block').html(`
+                <span>${txt}</span>
+                <span class="typeClose">x</span>
+           `)
+           loadDate();
+       }) ;
+       $('.productionType ol li').on('click',function(){
+        dataList.productionVal = $(this).attr('value');
+        let txt = $(this).text();
+        $('.onSelect .next').css('display','block').html(`
+             <span>${txt}</span>
+             <span class="typeClose">x</span>
+             `)
+             loadDate();
+        }) 
+    }
+})

+ 1 - 0
src/js/newMenu/services.js

@@ -32,4 +32,5 @@ $(function(){
             $('.customerList ul').animate({marginLeft:-liW*m+'px'})
         });
     }
+   
 })

+ 49 - 6
template/indexNew.html

@@ -19,12 +19,55 @@
 				<div class="logo"><a href="../template/index.html"><img src="../img/Logo111.png" alt="" title="技淘"/></a></div>
 				<div  class="nav">
 					<ul>
-						<li><a href="#">技术交易</a></li>
-						<li><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>
+							<img src="http://192.168.1.166/portal/2.0.6/img/hot.png">
+							<ol class="subnavigation">
+								<li>
+									<a href="#">高企认定</a>
+								</li>
+								<li>
+									<a href="#">知识产权</a>
+								</li>
+							</ol>
+						</li>
+						<li>
+							<a href="#">技术交易</a>
+							<ol class="subnavigation">
+								<li>
+									<a href="#">专利产品</a>
+								</li>
+								<li>
+									<a href="#">技术成果</a>
+								</li>
+								<li>
+									<a href="#">技术需求</a>
+								</li>
+								<li>
+									<a href="#">技术评估</a>
+								</li>
+							</ol>
+						</li>
+						<li>
+							<a href="#">智库咨询</a>
+							<ol class="subnavigation">
+								<li>
+									<a href="#">智政</a>
+								</li>
+								<li>
+									<a href="/portal/thinkTank/index.html#zizone">智者</a>
+								</li>
+							</ol>
+						</li>
+	
+						<li>
+							<a href="/portal/aboutUs.html">关于公司</a>
+							<ol class="subnavigation" style="display: none;">
+								<li>
+									<a href="#">联系我们</a>
+								</li>
+							</ol>
+						</li>
 					</ul>
 				</div>
 				<div class="nav_right">

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 383 - 0
template/newMenu/serviceDetails.html


+ 497 - 0
template/newMenu/serviceList.html

@@ -0,0 +1,497 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <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/newMenu/serviceList.css">
+    <link rel="stylesheet" href="../../src/css/newMenu/public.css">
+    <link rel="stylesheet" href="../../src/css/newMenu/header.css"> -->
+</head>
+
+<body>
+    <div class="header">
+        <div class="container">
+            <div>
+                <a href="#">网站导航</a>
+            </div>
+            <div>
+                <ul>
+                    <li>
+                        <a href="javascript:void(0)" class="head_login">登录</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="colorRed">
+                全国统一服务热线:400-8800-962
+            </div>
+        </div>
+    </div>
+    <!-- search -->
+    <div class="container">
+        <div class="navHeader">
+            <div class="logo">
+                <a href="#">
+                    <img src="../../img/Logo111.png" alt="" title="技淘">
+                </a>
+            </div>
+            <div class="logo_right"></div>
+            <div class="nav">
+                <ul>
+                    <li>
+                        <a href="#">科技服务</a>
+                        <img src="../../img/hot.png">
+                        <ol class="subnavigation">
+                            <li>
+                                <a href="#">高企认定</a>
+                            </li>
+                            <li>
+                                <a href="#">知识产权</a>
+                            </li>
+                        </ol>
+                    </li>
+                    <li>
+                        <a href="#">技术交易</a>
+                        <ol class="subnavigation">
+                            <li>
+                                <a href="#">专利产品</a>
+                            </li>
+                            <li>
+                                <a href="#">技术成果</a>
+                            </li>
+                            <li>
+                                <a href="#">技术需求</a>
+                            </li>
+                            <li>
+                                <a href="#">技术评估</a>
+                            </li>
+                        </ol>
+                    </li>
+                    <li>
+                        <a href="#">智库咨询</a>
+                        <ol class="subnavigation">
+                            <li>
+                                <a href="#">智政</a>
+                            </li>
+                            <li>
+                                <a href="/portal/thinkTank/index.html#zizone">智者</a>
+                            </li>
+                        </ol>
+                    </li>
+
+                    <li>
+                        <a href="/portal/aboutUs.html">关于公司</a>
+                        <ol class="subnavigation" style="display: none;">
+                            <li>
+                                <a href="#">联系我们</a>
+                            </li>
+                        </ol>
+                    </li>
+                </ul>
+            </div>
+            <div class="nav_right">
+                <img src="../../img/newMenu/navImg.jpg" alt="">
+                <span>国家技术转移示范机构</span>
+            </div>
+        </div>
+    </div>
+    <div class="container">
+        <div class="industry">
+            <p>业务分类</p>
+            <div class="industryList">
+                <ul>
+                    <li value="464" class="active">
+                        <span>教育休闲</span>
+                    </li>
+                    <li value="463" class="">
+                        <span>包装印刷</span>
+                    </li>
+                    <li value="462">
+                        <span>电气自动化</span>
+                    </li>
+                    <li value="461">
+                        <span>采矿冶金</span>
+                    </li>
+                    <li value="460">
+                        <span>航空航天</span>
+                    </li>
+                    <li value="459">
+                        <span>海洋开发</span>
+                    </li>
+                    <li value="458">
+                        <span>农林牧业</span>
+                    </li>
+                    <li value="457">
+                        <span>医药与医疗</span>
+                    </li>
+                    <li value="456">
+                        <span>电子信息</span>
+                    </li>
+                    <li value="375">
+                        <span>新型材料</span>
+                    </li>
+                    <li value="31">
+                        <span>仪器仪表</span>
+                    </li>
+                    <li value="26">
+                        <span>橡胶塑料</span>
+                    </li>
+                    <li value="25">
+                        <span>交通运输</span>
+                    </li>
+                    <li value="20">
+                        <span>安全防护</span>
+                    </li>
+                    <li value="19">
+                        <span>环保和资源</span>
+                    </li>
+                    <li value="18">
+                        <span>机械</span>
+                    </li>
+                    <li value="17">
+                        <span>新能源</span>
+                    </li>
+                    <li value="15">
+                        <span>化学化工</span>
+                    </li>
+                    <li value="7">
+                        <span>轻工纺织</span>
+                    </li>
+                    <li value="5">
+                        <span>家居用品</span>
+                    </li>
+                    <li value="4">
+                        <span>建筑建材</span>
+                    </li>
+                    <li value="2">
+                        <span>食品饮料</span>
+                    </li>
+                </ul>
+            </div>
+        </div>
+        <div class="productionType">
+            <p>业务项目</p>
+            <ol>
+                <li value="1">技术专利1</li>
+                <li value="2">技术专利2</li>
+                <li value="3">技术专利3</li>
+            </ol>
+        </div>
+        <div class="onSelect">
+            <p>已选类型 </p>
+            <ol>
+                <li class="preFirst">
+                   
+                </li>
+                <li class="next">
+                   
+                </li>
+            </ol>
+        </div>
+        <div class="search searchService">
+            <div class="hot">
+                <p>热搜</p>
+                <ul>
+                    <li class="active">人工智能</li>
+                    <li>区块链</li>
+                    <li class="active">环保</li>
+                    <li>金属</li>
+                    <li>软件开发</li>
+                </ul>
+            </div>
+            <div class="search-inp">
+                <div class="input-group">
+                    <input type="text" class="form-control demandSearch" placeholder="输入你感兴趣的内容">
+                    <span class="input-group-btn">
+                        <button class="btn btn-default searchBtn" type="button">
+                            <img src="../../img/newMenu/search-icon.jpg" alt=""> 搜索
+                        </button>
+                    </span>
+                </div>
+            </div>
+        </div>
+        <div class="achievementList">
+            <div class="achievementHot">
+                <ul class="hotList">
+                    <!-- <li>
+                        <div class="img">
+                            <img src="../../img/newMenu/achievmentDetail_3.jpg" alt="">
+                            <span></span>
+                        </div>
+                        <div class="txtIntroduce">
+                            <div class="txts">
+                                <h5>高压电极加热技术哈...</h5>
+                            </div>
+                            <div class="hr"></div>
+                            <div class="btnTxt">
+                                <p></p>
+                            </div>
+                        </div>
+                    </li> -->
+                </ul>
+                <div class="pagination_box">
+                    <nav aria-label="Page navigation" class="clearfix">
+                        <ul class="pagination">
+                            <li class="pagePre">
+                                <a href="#" aria-label="Previous">
+                                    <span aria-hidden="true">&laquo;</span>
+                                </a>
+                            </li>
+                            <li class="pageNumber"><a href="#" value="1">1</a></li>
+                            <li class="pageNext">
+                                <a href="#" aria-label="Next">
+                                    <span aria-hidden="true">&raquo;</span>
+                                </a>
+                            </li>
+                        </ul>
+                        <div class="inp">
+                            <input type="text" class=""><button class="btn btn-default">跳转</button>
+                        </div>
+                        <span class="totalCount">共0条数据</span>
+                    </nav>
+                </div>
+            </div>
+        </div>
+    </div>
+    <footer>
+        <div id="bottom">
+            <div class="bottom">
+                <div class="bottom_text">
+                    <div class="text_top">
+                        <a href="/portal/aboutUs.html">关于公司</a>
+                        <a href="/portal/contactUs.html">联系我们</a>
+                        <p>Copyright © 2016-2017 科德 版权所有 湘ICP备15019731号 -2 技术支持:湖南阿凡提科技有限公司
+                        </p>
+                    </div>
+                    <div class="text_center" id="qrCode">
+                        <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>合作电话:400-8800-962</p>
+                        </div>
+                        <div class="cont_guanli">
+                            <a href="/admin/login">
+                                <img src="../../img/guanli.png" alt="">
+                                <p>管理员入口</p>
+                            </a>
+                        </div>
+                        <div class="cont_rightapp">
+                            <img src="../../img/erweima_iphone.png" alt="">
+                            <p>iPhone版</p>
+                        </div>
+                        <div class="cont_right android">
+                            <img src="../../img/erweima_android.jpg" alt="">
+                            <p>Android版</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/" target="_blank">湖南省科技厅/</a>
+                        <a href="http://www.cssti.cn/" target="_blank">长沙市科技局/</a>
+                        <a href="http://www.cast.org.cn/" target="_blank">中国科学技术协会/</a>
+                        <a href="http://www.chinatorch.gov.cn/" target="_blank">科技部火炬中心/</a>
+                        <a href="http://www.nosta.gov.cn/web/index.aspx" target="_blank">国家科技成果奖励办/</a>
+                        <a href="http://www.nast.org.cn/" target="_blank">国家科技成果网/</a>
+                        <a href="http://www.hnast.org.cn/portal/comm/index.action" target="_blank">湖南省科学技术协会/</a>
+                        <a href="http://www.hncgw.gov.cn/" target="_blank">湖南省科技成果转化公共服务平台/</a>
+                        <a href="http://www.hnjxw.gov.cn/" target="_blank">湖南省经济信息化委员会/</a>
+                        <a href="http://kyy.hnu.cn/" target="_blank">湖南大学科学技术研究院/</a>
+                        <a href="http://www.gxst.gov.cn/gxkjt/" target="_blank">广西省科技厅/</a>
+                        <a href="http://www.nmkjt.gov.cn/" target="_blank">内蒙古自治区科技厅/</a>
+                        <a href="http://www.cshtz.gov.cn/" target="_blank">长沙市高新区管委会/</a>
+                        <a href="http://www.jxas.ac.cn/" target="_blank">江西省科学院/</a>
+                        <a href="http://www.cnic.cn/front/index.html#/cnicSite/home" target="_blank">中科院计算机网络信息中心/</a>
+                        <a href="http://kxyjb.csu.edu.cn/" target="_blank">中南大学科学研究部/</a>
+                        <a href="http://www.cast.org.cn/" target="_blank">中国科协创新创业服务中心/</a>
+                        <a href="http://www.hbstd.gov.cn/" target="_blank">湖北省科技厅/</a>
+                        <a href="http://www.gdstc.gov.cn/" target="_blank">广东省科技厅/</a>
+                        <a href="http://www.hnkjt.gov.cn/" target="_blank">河南省科技厅/</a>
+                        <a href="http://www.cbtm.gov.cn/" target="_blank">技术合同登记官网</a>
+                    </div>
+                </div>
+            </div>
+        </div>
+        <div onclick="_MEIQIA('showPanel')" id="lxkf" style="display:none"></div>
+        <div class="pub_fix">
+            <span class="index_blur"></span>
+            <ul class="ret_top">
+                <li class="head_login">
+                    <a href="javascript:;">
+                        <img src="../../img/index_fix0.png" alt="">
+                        <p>申请会员</p>
+                    </a>
+                </li>
+                <li>
+                    <a onclick="_MEIQIA('showPanel')">
+                        <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="message">
+            <span></span>
+        </div>
+        <div class="login">
+            <div class="login_mian">
+                <div class="login_left">
+                    <div class="login_ewm">
+                        <img src="../../img/Android.jpg" alt="二维码" />
+                        <p>Android版</p>
+                        <p>客户端</p>
+                    </div>
+                    <div class="login_ewm">
+                        <img src="../../img/iPhone.jpg" alt="二维码" />
+                        <p>iPhone版</p>
+                        <p>客户端</p>
+                    </div>
+                </div>
+                <div class="login_right">
+                    <h5>用户登陆
+                        <a href="">免费注册有好礼呦!!</a>
+                    </h5>
+                    <form 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">
+                            <a href="">忘记密码?</a>
+                        </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" />
+                    <img src="../../img/login_close.png" alt="" class="login_close" />
+                </div>
+            </div>
+        </div>
+        <div id="forget">
+            <div class="forget">
+                <form id="forget_form">
+                    <div class="forget_top">
+                        <a href="">忘记密码?</a>
+                        <div class="login_check">
+                            <label for="forget_checks" class="lab_check">
+                                <input type="checkbox" name="type" id="forget_checks" />专家登录
+                            </label>
+                            <label for="forget_checkst" class="lab_checkno">
+                                <input type="checkbox" name="type" id="forget_checkst" />企业登录
+                            </label>
+                        </div>
+                    </div>
+                    <div class="forget_center">
+                        <div class="phone">
+                            <label for="forget_phone">
+                                手机号码:
+                                <input type="text" name="type" id="forget_phone" placeholder="请输入您的手机号码..." />
+                            </label>
+                        </div>
+                        <div class="yanzheng">
+                            <label for="forget_yanzheng">
+                                图形验证码:
+                                <input type="text" name="type" id="forget_yanzheng" />
+                            </label>
+                            <div class="yanzhengma_cont_">
+                                <img th:src="${basePath+'/open/getVCode'}" />
+                            </div>
+                        </div>
+                        <div class="cellcode_">
+                            <div>
+                                验证码:
+                                <input type="text" name="cellCode" placeholder="手机验证码" id="photo_n" />
+                            </div>
+                            <input type="button" id="photo_m" value="获取验证码" disabled/>
+                        </div>
+                        <div class="fastener">
+                            <input type="submit" class="forget_sub" value="确认" />
+                            <div class="fastener_right">
+                                取消
+                            </div>
+                        </div>
+                    </div>
+                </form>
+                <img src="../../img/login_close.png" alt="" class="login_close" />
+            </div>
+        </div>
+        <div id="new_password">
+            <div class="new_password">
+                <form id="new_password_form">
+                    <div class="password_top">
+                        <h4>设置新密码</h4>
+                        <span>密码长度为6-20个字符,区分大小写</span>
+                    </div>
+                    <div class="password_center">
+                        <div>
+                            <label for="new_pass">
+                                新密码:
+                                <input type="text" name="type" id="new_pass" placeholder="请输入您的新密码..." />
+                            </label>
+                        </div>
+                        <div>
+                            <label for="new_pass_again">
+                                确认密码:
+                                <input type="text" name="type" id="new_pass_again" placeholder="请确认您的密码..." />
+                            </label>
+                        </div>
+                        <div class="fastener">
+                            <input type="submit" class="new_password_sub" value="确认" />
+                            <div class="fastener_right">
+                                取消
+                            </div>
+                        </div>
+                    </div>
+                </form>
+                <img src="../../img/login_close.png" alt="" class="login_close" />
+            </div>
+        </div>
+        <div class="smg">
+            <input type="text" name="msg" value="111" id="msg" />
+        </div>
+    </footer>
+</body>
+
+<!-- <script src="../../src/js/jquery-2.1.0.js"></script>
+<script src="../../src/js/public.js"></script>
+<script src="../../src//js/newMenu/serviceList.js"></script>
+<script src="http://libs.baidu.com/bootstrap/3.0.3/js/bootstrap.min.js"></script> -->
+
+</html>

+ 25 - 31
template/newMenu/services.html

@@ -6,10 +6,10 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <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/newMenu/public.css">
     <link rel="stylesheet" href="../../src/css/newMenu/header.css">
-    <link rel="stylesheet" href="../../src/css/newMenu/services.css"> -->
+    <link rel="stylesheet" href="../../src/css/newMenu/services.css">
     <script type="text/javascript" src="http://api.map.baidu.com/api?key=&v=1.1&services=true"></script>
 </head>
 
@@ -346,6 +346,7 @@
                                 <li>中国环境标志产品认证</li>
                                 <li>中国环境环保产品认证</li>
                                 <li>有毒有害物质限量认证 (RoHS认证)</li>
+                                <li>工程技术研究中心</li>
                             </ol>
                         </div>
                     </div>
@@ -360,33 +361,26 @@
                         <img src="../../img/newMenu/service_27.jpg" alt="">
                     </div>
                     <div class="administration">
-                        <div>
-                            <p>ISO9001质量管理体系</p>
-                            <p>知识产权贯标认证</p>
-                            <p>能源管理体系</p>
-                            <p>森林管理体系认证</p>
-                            <p>AAA企业信用评估</p>
-                        </div>
-                        <div>
-                            <p>ISO14001环境管理体系</p>
-                            <p>SA8000企业社会责任</p>
-                            <p>ISO27001信息安全管理体系</p>
-                            <p>ISO22000食品安全管理体系认证</p>
-                        </div>
-                        <div>
-                            <p>CMMI计算机软件成熟度等级认证</p>
-                            <p>危害分析与关键控制点(HACCP)体系</p>
-                            <p>商品售后服务评价体系认证(服务认证)</p>
-                        </div>
-                        <div>
-                            <p>ISO20000信息技术服务管理体系</p>
-                            <p>OHSAS18001职业健康安全管理体系</p>
-                            <p>GBT50430-2007工程建设施工企业质量管理规范</p>
-                        </div>
-                        <div>
-                            <p>ISO13485:2016《医疗器械 质量管理体系 用于法规的要求》</p>
-                            <p>IATF16949质量管理体系-汽车行业生产件与相关服务件的组织</p>
-                        </div>
+                        <ul>
+                            <li>ISO9001质量管理体系</li>
+                            <li>ISO9001质量管理体系</li>
+                            <li>ISO9001质量管理体系</li>
+                            <li>ISO9001质量管理体系</li>
+                            <li>ISO9001质量管理体系</li>
+                            <li>ISO9001质量管理体系</li>
+                            <li>ISO9001质量管理体系</li>
+                            <li>ISO9001质量管理体系</li>
+                            <li>ISO9001质量管理体系</li>
+                            <li>ISO9001质量管理体系</li>
+                            <li>ISO9001质量管理体系</li>
+                            <li>ISO9001质量管理体系</li>
+                            <li>ISO9001质量管理体系</li>
+                            <li>ISO9001质量管理体系</li>
+                            <li>ISO9001质量管理体系</li>
+                            <li>ISO9001质量管理体系</li>
+                            <li>ISO9001质量管理体系</li>
+                            <li>ISO9001质量管理体系</li>
+                        </ul>
                     </div>
                 </div>
                 <!-- 管理体系 -->
@@ -651,8 +645,8 @@
                         <div class="imgRight">
                             <ol>
                                 <li>中小企业发展专项资金</li>
-                                <li>战略性新兴产业科技攻关
-                                    <br />与重大科技成果转化项目</li>
+                                <li>战略性新兴产业科技攻关与重大科技成果转化项目</li>
+                                <li></li>
                                 <li></li>
                             </ol>
                         </div>

+ 12 - 0
webpack.config.js

@@ -234,6 +234,18 @@ module.exports = (function () {
             filename: 'html/newMenu/services.html',
             template: './template/newMenu/services.html',
             chunks: ['newMenu/services', 'vendors']
+        }),
+        new HtmlWebpackPlugin({
+            title: '科技服务列表',
+            filename: 'html/newMenu/serviceList.html',
+            template: './template/newMenu/serviceList.html',
+            chunks: ['newMenu/serviceList', 'vendors']
+        }),
+        new HtmlWebpackPlugin({
+            title: '科技服务详情',
+            filename: 'html/newMenu/serviceDetails.html',
+            template: './template/newMenu/serviceDetails.html',
+            chunks: ['newMenu/serviceDetails', 'vendors']
         })
     ];
     if (!isDev) {

+ 11 - 1
webpack/entry.config.js

@@ -35,7 +35,9 @@ module.exports = {
         'newMenu/demand': './src/js/newMenu/demand.js',
         'newMenu/achievement': './src/js/newMenu/achievement.js',
         'newMenu/achievementDetail': './src/js/newMenu/achievementDetail.js',
-        'newMenu/services': './src/js/newMenu/services.js'
+        'newMenu/services': './src/js/newMenu/services.js',
+        'newMenu/serviceList': './src/js/newMenu/serviceList.js',
+        'newMenu/serviceDetails': './src/js/newMenu/serviceDetails.js'
     },
     watch: {
         'index': ['webpack-dev-server/client?http://192.168.1.166', // WebpackDevServer host and port
@@ -176,5 +178,13 @@ module.exports = {
         'webpack/hot/only-dev-server',
         './src/js/newMenu/services.js'
         ],
+        'newMenu/serviceList': ['webpack-dev-server/client?http://192.168.1.166', // WebpackDevServer host and port
+        'webpack/hot/only-dev-server',
+        './src/js/newMenu/serviceList.js'
+        ],
+        'newMenu/serviceDetails': ['webpack-dev-server/client?http://192.168.1.166', // WebpackDevServer host and port
+        'webpack/hot/only-dev-server',
+        './src/js/newMenu/serviceDetails.js'
+        ],
     }
 };