Browse Source

社区。及详情

liting2017 6 years ago
parent
commit
f101dbfa4b

BIN
img/newMenu/dz.png


BIN
img/newMenu/fx.png


BIN
img/newMenu/guandian.png


BIN
img/newMenu/guanzhu.png


BIN
img/newMenu/pj.png


BIN
img/newMenu/shoucang.png


BIN
img/newMenu/videoZHE_03.png


BIN
img/newMenu/writeDa.png


BIN
img/newMenu/writeXf.jpg


BIN
img/newMenu/zhengce.png


+ 572 - 0
src/css/newMenu/special.css

@@ -0,0 +1,572 @@
+
+.specialLeft{
+    width: 888px;
+    float: left;
+}
+.container{
+    padding-top: 80px;
+}
+.specialLeft .input-append{
+    width: 100%;
+    height: 44px;
+}
+.specialLeft .search{
+    width: 765px;
+    height: 44px;
+    line-height: 440px;
+    border: 1px solid #bcd6e6;
+    padding: 0 10px;
+    float: left;
+    margin: 0;
+}
+.specialLeft .search:focus{
+    box-shadow: 0 0 10px #ccc;
+}
+.specialLeft .btn{
+    width: 80px;
+    height: 44px;
+    background: #1797e9;
+    color: #fff;
+    font-size: 16px;
+    border-radius: 0;
+    float: left;
+}
+.spType{
+    margin-top: 40px;
+    width: 100%;
+    clear: both;
+    overflow: hidden;
+    border-bottom:1px solid #eeeeee; 
+    padding-bottom: 18px
+}
+.spType li {
+    cursor: pointer;
+    float: left;
+    margin-right:35px; 
+    font-size: 16px;
+    color: #333333;
+}
+.spType li.active{
+    color: #1797e9;
+}
+
+.proType{
+    clear: both;
+    margin-top: 16px;
+    overflow: hidden;
+    width: 100%;
+    height: 40px;
+    line-height: 40px;
+    border: 1px solid #eeeeee;
+    padding-left: 10px;
+    margin-bottom: 20px;
+}
+.proType li{
+    float: left;
+    margin-right: 28px;
+    font-size: 14px;
+    color: #333333;
+    cursor: pointer;
+}
+
+.proType li.active{
+    color: #1797e9;
+    
+}
+.proType li:hover,.spType li:hover{
+    color: #1797e9;
+}
+.proType li:first-child:hover{
+    color: #333333;
+}
+/* 列表 */
+
+.spList{
+    padding-top: 26px;
+}
+.spList ul li {
+    margin-bottom: 24px;
+    border-bottom: 1px solid #eeeeee;
+    clear: both;
+    width: 100%
+}
+.spList ul li .title{
+    overflow: hidden;
+    
+}
+.spList ul li .title h3{
+    font-size: 16px;
+    color: #1797e9;
+    float: left;
+    font-weight: normal;
+}
+.spList ul li .title span{
+    float: right;
+    font-size: 14px;
+    color: #666666;
+}
+.spList ul li p{
+    clear: both;
+    font-size: 14px;
+    color: #666666;
+    margin-top: 24px;
+    overflow: hidden;
+    display: -webkit-box;              
+    text-overflow: ellipsis;            
+    -webkit-box-orient: vertical;       
+    -webkit-line-clamp:3;
+    text-align: justify
+}
+.spList .guide{
+    text-align: right;
+    color: #666666;
+    text-align: right;
+    margin-top: 30px;
+    margin-bottom: 20px;
+}
+.spList .guide>span{
+    cursor: pointer;
+    position: relative;
+    margin-left: 20px;
+    height: 20px;
+    line-height: 20px;
+    z-index: 1200;
+}
+.spList .guide>span>img{
+    width: 18px;
+    height: 18px;
+    margin-right:3px;
+    vertical-align: top; 
+    margin-top: 1px;
+}
+.fxWrap{
+    position: absolute;
+    right: 20px;
+    width:120px;
+    height: 34px;
+    top:20px;
+    opacity: 1;
+    line-height: 26px;
+    box-shadow: 0 0 10px #ccc;
+    z-index: 1222;
+    border-radius: 4px;
+    background: #ffffff;
+    display: none;
+    transition: all .1s ease-in-out
+}
+.fxWrap.active{
+    width: 120px;
+    right: 0;
+    opacity: 1;
+    transition: all .3s ease-in
+}
+.guide span:hover{
+    color: #1797e9;
+}
+.fxWrap img{
+    width: 20px;
+    height: 20px;
+    margin-right: 12px;
+}
+.fxWrap::before{
+    width: 8px;
+    height: 8px;
+    content: '';
+    background: #fff;
+    transform: rotate(45deg);
+    position: absolute;
+    top: -5px;
+    right: 20px;
+    z-index: 1220;
+    box-shadow: -4px -4px 10px #ccc;
+}
+
+/* 右边 */
+.specialRight {
+    width: 280px;
+    float: right;
+    margin-bottom: 100px;
+}
+.specialRight .writeXF{
+    height: 134px;
+    border:  1px solid #cccccc;
+    padding: 30px 72px;
+    margin-bottom: 18px;
+}
+.specialRight .writeXF div{
+    display: inline-block;
+    text-align: center;
+    color: #333333;
+    font-size: 16px;
+    cursor: pointer;
+}
+.specialRight .writeXF div:nth-child(1){
+    float: left;
+}
+.specialRight .writeXF div:nth-child(2){
+    float: right;
+}
+.specialRight .writeXF div img{
+    margin-bottom: 10px;
+}
+.specialRight .collection{
+    border:  1px solid #cccccc;
+    height: 146px;
+    padding: 35px 60px;
+    margin-bottom: 18px;
+}
+.specialRight .collection a{
+    color: #333333;
+}
+.specialRight .collection a:hover{
+    color: #1797e9;
+}
+.specialRight .collection p img{
+    width: 20px;
+    height: 20px;
+    margin-right: 12px;
+    vertical-align: top;
+}
+.specialRight .collection p:first-child{
+    margin-bottom: 30px;
+}
+.videoZs h3{
+    width: 100%;
+    font-size: 16px;
+    font-weight: normal;
+    margin-bottom: 8px
+}
+.videoZs h3 a{
+    float: right;
+    font-size: 14px;
+    color: #666666;
+}
+.videoZs h3 a:hover{
+    color: #1797e9;
+}
+.videoZs .videoImg{
+    width: 100%;
+    border: 1px solid #ccc;
+}
+.videoZs .videoImg img{
+    position: absolute;
+    width: 100%;
+    height: 238px;
+    z-index: -1;
+    top: 0;
+    left: 0
+}
+.videoZs .videoImg a>div{
+    position: relative;
+    width: 100%;
+    height: 238px;
+    z-index: 22;
+}
+.videoZs .videoImg a>div div{
+    width: 100%;
+    height: 100%;
+    background: url(../../../img/newMenu/videoZHE_03.png)no-repeat;
+    background-size:100% 100%; 
+    z-index: 24;
+}
+.videoZs .videoImg div h4{
+    position: absolute;
+    bottom: 0;
+    height: 40px;
+    line-height: 40px;
+    overflow: hidden;
+    white-space:nowrap; 
+    text-overflow:ellipsis; 
+    -o-text-overflow:ellipsis;
+    padding: 0 10px;
+    background: rgba(0, 0, 0, .7);
+    width: 100%;
+    font-weight: normal;
+    z-index: 25;
+    font-size: 14px;
+    color: #fff;
+}
+.videoZs p{
+    width: 100%;
+    padding: 14px 10px;
+}
+.videoZs p span{
+    display: inline-block;
+    font-size: 14px;
+    color: #999999;
+    overflow: hidden;
+    display: -webkit-box;              
+    text-overflow: ellipsis;            
+    -webkit-box-orient: vertical;       
+    -webkit-line-clamp:2;
+    text-align: justify
+}
+
+.policy{
+    margin-top: 22px;
+    margin-bottom: 22px;
+}
+.policy .videoImg>div div{
+    background: rgba(0, 0, 0, .5);
+}
+.policy p span{
+    overflow: hidden;
+    display: -webkit-box;              
+    text-overflow: ellipsis;            
+    -webkit-box-orient: vertical;       
+    -webkit-line-clamp:3;
+}
+.policy ul{
+    padding: 22px;
+    border: 1px solid #ccc;
+    margin-top: 12px;
+} 
+.policy ul li{
+    margin-bottom: 14px;
+}
+.policy ul li a{
+    color: #666666;
+}
+.policy ul li a:hover{
+    color: #1797e9;
+}
+
+/* 顾问 */
+
+.adviserList{
+    display: none;
+}
+.adviserList ul li{
+    margin-bottom: 35px;
+    height: 192px;
+    padding-top: 30px;
+    border: 1px solid #eaeaea;
+    background: #fbfbfb;
+    border-radius: 15px;
+}
+.adviserList ul li:hover{
+    box-shadow: 0 0 20px #ccc;
+}
+.adviserList ul li div a{
+    width: 100%;
+    display: inline-block;
+}
+.adviserList ul li div img{
+    width:118px;
+    height: 118px;
+    border-radius: 50%;
+    float: left;
+    margin-left: 23px;
+    border-radius: 50%;
+}
+.adviserList ul li div .txt{
+    width: 670px;
+    margin-right: 27px;
+    float: right;
+}
+
+.txt .address{
+    color: #1697e9!important;
+    clear: both;
+    margin-bottom: 5px;
+}
+.adviserList ul li div .txt>div{
+    height: 50px;
+    line-height: 50px;
+    overflow: hidden;
+}
+.adviserList ul li div .txt>div h4{
+    float: left;
+    line-height: 50px;
+    color: #1f1f1f;
+    font-size: 22px;
+}
+.adviserList ul li div .txt>div h4 span{
+    display: inline-block;
+    margin-left: 18px;
+    color: #1797e9;
+    font-size: 18px;
+}
+.adviserList ul li div .txt>div p{
+    float: right;
+}
+
+.adviserList ul li div .txt>div p{
+    color: #ff6b26;
+    font-size: 12px;
+}
+.adviserList ul li div .txt>div p .heart{
+    display: inline-block;
+    width: 20px;
+    height: 16px;
+    margin-left: 8px;
+    vertical-align: top;
+    margin-top: 16px;
+    background: url(../../../img/newMenu/serviceDetal_03.jpg)no-repeat;
+    background-size:100% 100%; 
+}
+.adviserList ul li div .txt>div p .heart.active{
+    background: url(../../../img/newMenu/serviceDetal_Ok.jpg)no-repeat;
+    background-size:100% 100%;
+}
+.adviserList ul li div .txt>p{
+    font-size: 14px;
+    color: #707070;
+    overflow: hidden;
+    display: -webkit-box;              
+    text-overflow: ellipsis;            
+    -webkit-box-orient: vertical;       
+    -webkit-line-clamp:3;
+    text-align: justify;
+}
+.pagination_box{
+    display: none;
+}
+.pagination_box ul,.pagination_box .clearfix>span,.pagination_box .inp{
+    float: right;
+}
+.pagination_box .inp{
+    height: 34px;
+    margin: 20px 0;
+}
+.pagination_box .clearfix>span{
+    height: 34px;
+    line-height: 34px;
+    margin: 20px 0;
+    display: inline-block;
+}
+.pagination_box .inp button{
+    line-height: 0;
+    float: right;
+}
+.pagination_box .inp input{
+    float: left;
+    width: 50px;
+    margin-left: 10px;
+}
+.pagination a span,.pagination a {
+    color: #666666;
+}
+
+.list_none {
+    width: 550px;
+    height: 150px;
+    background: url("../../../img/all_null.png") no-repeat;
+    margin: 50px auto;
+}
+
+/* 专栏详情 */
+.hr{
+    margin-top: -40px;
+    margin-bottom: 50px;
+}
+.detaiTitle{
+    text-align: center;
+}
+.detaiTitle h3{
+    font-size: 18px;
+    color: #333333;
+    font-weight: normal;
+    margin-bottom: 18px;
+    margin-top: 12px;
+}
+.detaiTitle p{
+    color: #666666;
+    font-size: 14px;
+    margin-bottom:18px; 
+}
+.detaiTitle>img{
+    width: 500px;
+    height: 500px;
+    margin-bottom: 60px;
+    display: inline-block;
+}
+.detailWrapper P{
+    text-align: justify;
+}
+.comment{
+    width: 100%;
+    height: 48px;
+    line-height: 48px;
+    background: #eeeeee;
+    margin: 36px 0 10px;
+    padding: 0 40px;
+}
+.comment ul li{
+    cursor: pointer;
+    float: left;
+    margin-right: 20px;
+    position: relative;
+    z-index: 20;
+}
+.comment li.fengX{
+    width: 80px;
+}
+.comment li .fxWrap{
+  right:-80px; 
+  top: 8px;
+  padding-left: 10px;
+}
+.comment li .fxWrap span img{
+    margin-left: 5px;
+    margin-right: 5px;
+}
+.comment li .fxWrap::before{
+    right: 116px;
+    top: 15px;
+}
+
+.commentList {
+    border: 1px solid #d1d1d1;
+    margin-top: 10px;
+    margin-bottom: 100px;
+}
+.commentList>p{
+    height: 40px;
+    line-height: 40px;
+    border-bottom: 1px solid #d1d1d1;
+    padding-left: 15px;
+}
+.commentBody{
+    display:none;
+}
+.commentBody  .search{
+    width: 808px;
+}
+.commentList ul li{
+   padding: 0 15px;
+   padding-top:20px;
+}
+.commentList ul li time{
+    margin-left: 64px;
+}
+.commentList ul li p{
+    margin-top: 20px;
+    text-align: justify;
+    border-bottom: 1px solid #ccc;
+    padding-bottom: 20px;
+}
+.commentList ul li:last-child p{
+    border: none;
+}
+.commentList .totalCount{
+    margin-right: 15px;
+    display: inline-block;
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

+ 447 - 0
src/js/newMenu/special.js

@@ -0,0 +1,447 @@
+import 'css/newMenu/public.css';
+import 'css/newMenu/header.css'
+import 'css/newMenu/special.css';
+import 'js/public.js';
+
+$(function(){
+    var thePageNo = 1,
+        thePageLength = 1,
+        dataList = {},
+        pageSize = 6;
+   init();
+   function init(){
+        //初始处理
+        initState();
+        //分享
+        share();
+        //写答案、写想法
+        write();
+        //收藏关注跳转
+        jumpFollow();
+        //关注顾问
+        pages();
+        //点击切换数据
+        tabData();
+        //点击小分类
+        allType();
+        //点赞
+        fabulous();
+    };
+    function fabulous(){
+        $('.fabulous').click(function(){
+            let nut = $(this).find('i').text();
+            $(this).find('i').text(parseInt(nut)+1);
+            let ids = $(this).parents('.guide').find('input').val();
+            $.ajax({
+                method:'get',
+                url:globalConfig.context+'xsxsx',
+                dataType:'json',
+                data:{
+                    id:ids
+                },
+                success:function(data){
+                    if(data.error&&data.error.length){
+                        msg(data.error[0].message);
+                        return;
+                    }
+                }
+            })
+        });
+    };
+    function allType(){
+        $('.proType li').click(function(){
+            let index = $(this).index();
+            if(index){
+                $(this).addClass('active').siblings().removeClass('active');
+                dataList.types = index;
+                proDate();
+            }
+        })
+    };
+    function tabData(){
+        $('.spType li').click(function(){
+            let index = $(this).index();
+            $(this).addClass('active').siblings().removeClass('active');
+            dataList.type=index+1;
+            if(index=='2'){
+                $('.proType').hide();
+                $('.spList ').empty();
+                $('.adviserList').show();
+                loadDate();
+            }else{
+                $('.proType').show();
+                $('.adviserList').hide();
+                proDate();
+            }
+        })
+    }
+    //产品数据
+    function proDate(pageNo) {
+        $('.loading').show();
+        $.ajax({
+            method: "get",
+            dataType: "json",
+            url: globalConfig.context + "/api/portal/identity/consultantList",
+            data: {
+                pageNo: pageNo || 1,
+                pageSize: pageSize,
+                name: dataList.name,
+                type:dataList.type||'0',
+                types:dataList.types||'1',
+            },
+            success: function (data) {
+                var theArrs = [];
+                if (data && data.error.length) {
+                    msg(data.error[0].message)
+                };
+                if (data.data && data.data.list.length) {
+                    let nub = data.data.list.length;
+                    for (let i = 0; i < nub; i++) {
+                        let thisdata = data.data.list[i];
+                        theArrs.push(`
+                        <li>
+                            <div class="title">
+                                <h3><a href="${globalConfig.context}/portal/adviser/adviserDetail?id=${thisdata.id}">${thisdata.title}</a></h3><span>阅读(${thisdata.nub})</span>		
+                            </div>
+                            <p>${thisdata.pro}</p>
+                            <div class="guide">
+                                <span><img src="${globalConfig.portalHost}/img/newMenu/pj.png" alt="">${thisdata.ping?thisdata.ping:'评论'}</span>
+                                <span class="fabulous"><img src="${globalConfig.portalHost}/img/newMenu/dz.png" alt=""><i>${thisdata.zang?thisdata.zang:'点赞'}</i></span>
+                                <span class="fengX"><img src="${globalConfig.portalHost}/img/newMenu/fx.png" alt="">分享
+                                    <div class="fxWrap"> 
+                                        <span class="qqHy"><img src="${globalConfig.portalHost}/img/indedImg/qq_yes.png" alt=""></span>
+                                        <span class="qqKj"><img src="${globalConfig.portalHost}/img/indedImg/kj_yes.png" alt=""></span>
+                                        <span class="xlWb"><img src="${globalConfig.portalHost}/img/indedImg/xl_yes.png" alt=""></span>
+                                    </div>
+                                </span>
+                                <input type="hidden" value="${thisdata.id}">
+                            </div>
+                        </li>
+                        `);
+                    };
+                };
+                $('.loading').hide().stop(true, true);
+                $('.spList  ul').empty();
+                $('.spList  ul').append(theArrs.join(''));
+                $('.pagination_box').show();
+                if (data.data.list.length === 0) {
+                    $('.spList  ul').html("<div class='list_none'></div>");
+                    $('.pagination_box').hide();
+                };
+                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(''));
+            }
+        });
+    };
+    //顾问数据
+    function loadDate(pageNo) {
+        $('.loading').show();
+        $.ajax({
+            method: "get",
+            dataType: "json",
+            url: globalConfig.context + "/api/portal/identity/consultantList",
+            data: {
+                pageNo: pageNo || 1,
+                pageSize: pageSize,
+                name: dataList.name,
+            },
+            success: function (data) {
+                var theArrs = [];
+                if (data && data.error.length) {
+                    msg(data.error[0].message)
+                };
+                if (data.data && data.data.list.length) {
+                    let nub = data.data.list.length;
+                    for (let i = 0; i < nub; i++) {
+                        let thisdata = data.data.list[i],txtCont='';
+                            switch(thisdata.consultantType){
+                                case 0:
+                                    txtCont='专利代理人';
+                                    break;
+                                case 1:
+                                    txtCont='专利顾问';
+                                    break;
+                                case 2:
+                                    txtCont='版权顾问';
+                                    break;
+                                case 3:
+                                    txtCont='商标顾问';
+                                    break;
+                                default:
+                                    txtCont="暂无";
+                            }
+                        theArrs.push(`
+                        <li>
+                            <div>
+                                <a href="${globalConfig.context}/portal/adviser/adviserDetail?id=${thisdata.uid}">
+                                    ${thisdata.personPortraitUrl&&thisdata.personPortraitUrl!=null?'<img src="'+globalConfig.avatarHost+'/upload'+thisdata.personPortraitUrl+'"/>':''}
+                                    <div class="txt" data-id=${thisdata.uid}>
+                                        <div>
+                                            <h4>${thisdata.username}<span>${txtCont}</span></h4>
+                                            <p><span>好评率 ( ${thisdata.favorableRate} )</span><span class="nubCollect">${thisdata.countInterest}</span>${thisdata.interested?'<span class="heart active"></span>':'<span class="heart"></span>'}</p>
+                                        </div> 
+                                        <p>${thisdata.introduction?thisdata.introduction:'暂无描述'}</p>
+                                    </div>
+                                </a>
+                            </div>
+                        </li>
+                        `);
+                    };
+                };
+                $('.loading').hide().stop(true, true);
+                $('.adviserList ul').empty();
+                $('.adviserList ul').append(theArrs.join(''));
+                $('.pagination_box').show();
+                if (data.data.list.length === 0) {
+                    $('.adviserList ul').html("<div class='list_none'></div>");
+                    $('.pagination_box').hide();
+                };
+                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);
+                };
+            };
+        });
+    }
+    //输入跳转
+    inpFun();
+    function inpFun() {
+        $('.inp button').on('click', function () {
+            let val = $(this).siblings().val();
+            if (!isNaN(val) && val <= thePageLength && val > 0) {
+                thePageNo = val;
+                loadDate(parseInt(thePageNo));
+            } else {
+                msg('请输入正确页码')
+            }
+        })
+    }
+    //搜索
+    search();
+    function search() {
+        $('.specialLeft .btn').click(function () {
+            let val = $('.search').val();
+            dataList.name = val;
+            if($('.spType li').eq(2).hasClass('active')){
+                loadDate();
+            }else{
+                proDate();
+            }
+        })
+    }
+
+    //关注
+    colFun();
+    function colFun(){
+        $('.txt .heart').click(function (e) {
+            let  loginTxt=$('.head_login')[0];
+            if(loginTxt&&($(loginTxt).text())=='登录'){
+                window.location.hash='jump'
+                msg('请先登录!')
+                return false;
+            }else{
+                if(window.adminData&&window.adminData.mobile){
+                    msg('账号不正确,请退出重新登入。') 
+                    return;
+                }
+            }
+            e.preventDefault();
+            e.stopPropagation();
+            let nub=parseInt($(this).siblings('.nubCollect').text()),
+                heart = $(this),
+                id=$(this).parents('.txt').attr('data-id');
+             if (heart.hasClass('active')) {
+                 $(this).removeClass('active')
+                 $(this).siblings('.nubCollect').text(nub-1);
+                 collectionApi(0,id,nub) //取消关注
+             } else {
+                 $(this).addClass('active');
+                 $(this).siblings('.nubCollect').text(nub+1);
+                 collectionApi(1,id,nub) //关注
+             }
+         })
+    }
+    function collectionApi(index,ids,nub) {
+        let url = index?'/api/user/portal/expertInterest':'/api/user/portal/expertCancelInterest';
+        $.ajax({
+            method: "post",
+            dataType: "json",
+            url: globalConfig.context + url,
+            data: {
+                id:ids
+            },
+            success: function (data) {
+                if (data.error && data.error.length) {
+		            msg(data.error[0].message);
+                }else{
+                    if(!index){
+                        $('#msg').val('取消关注')
+                    }else{
+                        $('#msg').val('关注成功,请至个人中心-我的关注查看.');
+                    }
+		            msg(index?'关注成功,请至个人中心-我的关注查看.':'取消关注');
+                }
+            }
+        })
+    };
+   function jumpFollow(){
+        $('.collection .myCollect').click(function(){
+            let loginTxt=$('.head_login')[0];
+            if(loginTxt&&($(loginTxt).text())=='登录'){
+                $('.head_login').click();
+                window.location.hash='jump';
+                return false;
+            }else{
+                if(window.adminData&&window.adminData.mobile){
+                    msg('账号不正确,请退出重新登入。') 
+                    return;
+                } 
+                window.location.href= globalConfig.context+'/user/account/index.html#/collection';
+            }
+        });
+        $('.collection .myFollow').click(function(){
+            let loginTxt=$('.head_login')[0];
+            if(loginTxt&&($(loginTxt).text())=='登录'){
+                $('.head_login').click();
+                window.location.hash='jump';
+                return false;
+            }else{
+                if(window.adminData&&window.adminData.mobile){
+                    msg('账号不正确,请退出重新登入。') 
+                    return;
+                } 
+                window.location.href= globalConfig.context+'/user/account/index.html#/follow';
+            }
+        })
+   };
+   function write(){
+       $(' .writeXF div').click(function(){
+            msg('敬请期待!');
+       })
+   }
+   function initState(){
+        $('.fengX').hover(function(){
+            $(this).find('.fxWrap').show(10).addClass('active');
+        },function(){
+            $(this).find('.fxWrap').hide(200).removeClass('active');
+        });
+   };
+   function share(){
+         //好友
+        document.querySelector('.qqHy').onclick=function(){
+            let title = $(this).parents('li').find('h3').text(),
+                img="//ss.jishutao.com/portal/1.2.4/img/Logo111.png";
+                shareQQ_friend(title, window.location.href, img)
+        }; 
+        //qq
+        document.querySelector('.qqKj').onclick=function(){
+            let title = $(this).parents('li').find('h3').text(),
+            img="//ss.jishutao.com/portal/1.2.4/img/Logo111.png";
+            shareToQq(title, window.location.href, img)
+        };
+        //微博
+        document.querySelector('.xlWb').onclick=function(){
+            let title =  $(this).parents('li').find('h3').text(),
+                img="//ss.jishutao.com/portal/1.2.4/img/Logo111.png";
+            shareToXl(title,window.location.href,img)
+        };
+   };
+    //分享
+    function shareToQq(title, url, picurl) {
+        var shareqqzonestring = 'http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?summary=' + encodeURIComponent(title) + '&url=' +
+        encodeURIComponent(url) + '&pics=' + encodeURIComponent(picurl)+'&title='+title;
+        window.open(shareqqzonestring);
+    }
+    //微博
+    function shareToXl(title,url,picurl){
+        var sharesinastring='http://v.t.sina.com.cn/share/share.php?title='+title+'&url='+url+'&content=utf-8&sourceUrl='+url+'&pic='+picurl;
+        window.open(sharesinastring);
+    }
+    //qq好友
+    function shareQQ_friend(_title,_url,picurl){
+        var _shareUrl = 'http://connect.qq.com/widget/shareqq/iframe_index.html?';
+            _shareUrl += 'url=' + encodeURIComponent(_url);   //分享的链接
+            _shareUrl += '&title=' + encodeURIComponent(_title);     //分享的标题
+            _shareUrl+='&pics=' + encodeURIComponent(picurl)
+            window.open(_shareUrl,'_blank','height=520, width=720');
+    };
+    //提示框渐隐函数    
+    function msg(txt) {
+        if($('.smg').hasClass('active')){
+			return ;
+		}
+        $('.smg').addClass('active');
+        var lit = $('#msg').val(txt);
+        setTimeout(function () {
+            $('.smg').removeClass('active');
+            $('#msg').val('');
+        }, 2000)
+    }
+})

+ 230 - 0
src/js/newMenu/specialDetail.js

@@ -0,0 +1,230 @@
+import 'css/newMenu/public.css';
+import 'css/newMenu/header.css'
+import 'css/newMenu/special.css';
+import 'js/public.js';
+
+$(function(){
+    var thePageNo = 1,
+        thePageLength = 1,
+        pageSize = 6;
+    init();
+    function init(){
+        //初始处理
+        initState();
+        //分享
+        share();
+        //写答案、写想法
+        write();
+        //收藏关注跳转
+        jumpFollow();
+        //点赞
+        fabulous();
+        //评论点
+        commentClick();
+    };
+    function commentClick(){
+        $('.commentDz').click(function(){
+            if($(this).hasClass('active')){
+                $(this).removeClass('active');
+                $('.commentBody').hide();
+            }else{
+                $(this).addClass('active');
+                $('.commentBody').show();
+            }
+        })
+    }
+    function fabulous(){
+        $('.fabulous').click(function(){
+            let nut = $(this).find('i').text();
+            $(this).find('i').text(parseInt(nut)+1);
+            let ids = $(this).parents('.guide').find('input').val();
+            $.ajax({
+                method:'get',
+                url:globalConfig.context+'xsxsx',
+                dataType:'json',
+                data:{
+                    id:ids
+                },
+                success:function(data){
+                    if(data.error&&data.error.length){
+                        msg(data.error[0].message);
+                        return;
+                    }
+                }
+            })
+        });
+    };
+    //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);
+                };
+            };
+        });
+    }
+    
+    //关注
+    colFun();
+    function colFun(){
+        $('.txt .heart').click(function (e) {
+            let  loginTxt=$('.head_login')[0];
+            if(loginTxt&&($(loginTxt).text())=='登录'){
+                window.location.hash='jump'
+                msg('请先登录!')
+                return false;
+            }else{
+                if(window.adminData&&window.adminData.mobile){
+                    msg('账号不正确,请退出重新登入。') 
+                    return;
+                }
+            }
+            e.preventDefault();
+            e.stopPropagation();
+            let nub=parseInt($(this).siblings('.nubCollect').text()),
+                heart = $(this),
+                id=$(this).parents('.txt').attr('data-id');
+             if (heart.hasClass('active')) {
+                 $(this).removeClass('active')
+                 $(this).siblings('.nubCollect').text(nub-1);
+                 collectionApi(0,id,nub) //取消关注
+             } else {
+                 $(this).addClass('active');
+                 $(this).siblings('.nubCollect').text(nub+1);
+                 collectionApi(1,id,nub) //关注
+             }
+         })
+    }
+    function collectionApi(index,ids,nub) {
+        let url = index?'/api/user/portal/expertInterest':'/api/user/portal/expertCancelInterest';
+        $.ajax({
+            method: "post",
+            dataType: "json",
+            url: globalConfig.context + url,
+            data: {
+                id:ids
+            },
+            success: function (data) {
+                if (data.error && data.error.length) {
+		            msg(data.error[0].message);
+                }else{
+                    if(!index){
+                        $('#msg').val('取消关注')
+                    }else{
+                        $('#msg').val('关注成功,请至个人中心-我的关注查看.');
+                    }
+		            msg(index?'关注成功,请至个人中心-我的关注查看.':'取消关注');
+                }
+            }
+        })
+    };
+   function jumpFollow(){
+        $('.collection .myCollect').click(function(){
+            let loginTxt=$('.head_login')[0];
+            if(loginTxt&&($(loginTxt).text())=='登录'){
+                $('.head_login').click();
+                window.location.hash='jump';
+                return false;
+            }else{
+                if(window.adminData&&window.adminData.mobile){
+                    msg('账号不正确,请退出重新登入。') 
+                    return;
+                } 
+                window.location.href= globalConfig.context+'/user/account/index.html#/collection';
+            }
+        });
+        $('.collection .myFollow').click(function(){
+            let loginTxt=$('.head_login')[0];
+            if(loginTxt&&($(loginTxt).text())=='登录'){
+                $('.head_login').click();
+                window.location.hash='jump';
+                return false;
+            }else{
+                if(window.adminData&&window.adminData.mobile){
+                    msg('账号不正确,请退出重新登入。') 
+                    return;
+                } 
+                window.location.href= globalConfig.context+'/user/account/index.html#/follow';
+            }
+        })
+   };
+   function write(){
+       $(' .writeXF div').click(function(){
+            msg('敬请期待!');
+       })
+   }
+   function initState(){
+        $('.fengX').hover(function(){
+            $(this).find('.fxWrap').show(10).addClass('active');
+        },function(){
+            $(this).find('.fxWrap').hide(200).removeClass('active');
+        });
+   };
+   function share(){
+         //好友
+        document.querySelector('.qqHy').onclick=function(){
+            let title = $('.detaiTitle h3').text(),
+                img= $('.detaiTitle img').attr('src');
+                shareQQ_friend(title, window.location.href, img)
+        }; 
+        //qq
+        document.querySelector('.qqKj').onclick=function(){
+            let title = $('.detaiTitle h3').text(),
+            img= $('.detaiTitle img').attr('src');
+            shareToQq(title, window.location.href, img)
+        };
+        //微博
+        document.querySelector('.xlWb').onclick=function(){
+            let title = $('.detaiTitle h3').text(),
+            img= $('.detaiTitle img').attr('src');
+            shareToXl(title,window.location.href,img);
+        };
+   };
+    //分享
+    function shareToQq(title, url, picurl) {
+        var shareqqzonestring = 'http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?summary=' + encodeURIComponent(title) + '&url=' +
+        encodeURIComponent(url) + '&pics=' + encodeURIComponent(picurl)+'&title='+title;
+        window.open(shareqqzonestring);
+    }
+    //微博
+    function shareToXl(title,url,picurl){
+        var sharesinastring='http://v.t.sina.com.cn/share/share.php?title='+title+'&url='+url+'&content=utf-8&sourceUrl='+url+'&pic='+picurl;
+        window.open(sharesinastring);
+    }
+    //qq好友
+    function shareQQ_friend(_title,_url,picurl){
+        var _shareUrl = 'http://connect.qq.com/widget/shareqq/iframe_index.html?';
+            _shareUrl += 'url=' + encodeURIComponent(_url);   //分享的链接
+            _shareUrl += '&title=' + encodeURIComponent(_title);     //分享的标题
+            _shareUrl+='&pics=' + encodeURIComponent(picurl)
+            window.open(_shareUrl,'_blank','height=520, width=720');
+    };
+    //提示框渐隐函数    
+    function msg(txt) {
+        if($('.smg').hasClass('active')){
+			return ;
+		}
+        $('.smg').addClass('active');
+        var lit = $('#msg').val(txt);
+        setTimeout(function () {
+            $('.smg').removeClass('active');
+            $('#msg').val('');
+        }, 2000)
+    }
+})

File diff suppressed because it is too large
+ 165 - 0
template/newMenu/special.html


+ 126 - 0
template/newMenu/specialDetail.html

@@ -0,0 +1,126 @@
+<!DOCTYPE html>
+<html>
+	<head>
+		<meta charset="UTF-8">
+		<title>产品专栏详情</title>
+		<!-- <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/special.css"> -->
+	</head>
+	<body>
+		<div class="container">
+			<hr class="hr">
+			<div class="specialLeft">
+				<div class="detaiTitle">
+					<h3>2018高企申报----如何建立健全高企的财务核算体系?</h3>	
+					<p>1990/09/18</p>
+					<img src="../../img/6.jpg" alt="">
+				</div>
+				<div class="detailWrapper">
+					<P>如何建立健全高企的财务核算如何建立健全高企的财务核算如何建立健全高企的财务核算</P>
+				</div>
+				<div class="comment">
+					<ul>
+						<li>阅读(<span>1231312</span>)</li>
+						<li class="commentDz">评论</li>
+						<li class="fabulous">点赞(<span>12313</span>)</li>
+						<li class="fengX">分享
+							<div class="fxWrap"> 
+								<span class="qqHy"><img src="../../img/indedImg/qq_yes.png" alt=""></span>
+								<span class="qqKj"><img src="../../img/indedImg/kj_yes.png" alt=""></span>
+								<span class="xlWb"><img src="../../img/indedImg/xl_yes.png" alt=""></span>
+							</div>
+						</li>
+					</ul>
+				</div>
+				<!-- 评论 -->
+				<div class="commentBody">
+					<div class="input-append">
+						<input class="search" type="text" placeholder="写下您的评论">
+						<button class="btn" type="button">评论</button>
+					</div>
+					<div class="commentList">
+						<p class="totalCommit">1000条评论</p>
+						<ul>
+							<li>
+								<div>用户名:小豆子<time>2018/19/18 11:12:36</time></div>
+								<p>这东西不错</p>
+							</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">首页</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">末页</span>
+										</a>
+									</li>
+								</ul>
+								<span class="totalCount">共0条数据</span>
+							</nav>
+						</div>
+					</div>
+				</div>
+			</div>
+			<div class="specialRight">
+				<div class="writeXF">
+					<div>
+						<img src="../../img/newMenu/writeDa.png" alt="">
+						<p>写答案</p> 
+					</div>
+					<div>
+						<img src="../../img/newMenu/writeXf.jpg" alt="">
+						<p>写想法</p>
+					</div>
+				</div>	
+				<div class="collection">
+					<p class="myCollect"><img src="../../img/newMenu/shoucang.png" alt="">我的收藏 <span>123</span></a></p>
+					<p class="myFollow"><img src="../../img/newMenu/guanzhu.png" alt="">我的关注 <span>123</span></a> </p>
+				</div>
+				<div class="videoZs">
+					<h3>视频<a href="">更多 ></a></h3>
+					<div class="videoImg">
+						<a href="">
+							<div>
+								<img src="../../img/need_img1.jpg" alt="">
+								<h4>视频标题视频标题视频标题视频标题</h4>
+								<div></div>
+							</div>
+							<p><span>视频简介留2行+...视频简介留2行+...视频简介留2行+...视频简介留2行+...</span></p>
+						</a>
+					</div>	
+				</div>
+				<div class="videoZs policy">
+					<h3>前沿政策<a href="">更多 ></a></h3>
+					<div class="videoImg">
+						<a href="">
+							<div>
+								<img src="../../img/newMenu/zhengce.png" alt="">
+								<h4>视频标题视频标题视频标题视频标题</h4>
+								<div></div>
+							</div>
+							<p><span>视频简介留2行+...视频简视频简介留2行+...视频简视频简介留2行+...视频简视频简介留2行+...视频简介留2行+...视频简介留2行+...视频简介留2行+...</span></p>
+						</a>
+					</div>	
+				</div>
+				<div class="videoZs policy">
+					<h3>热点资讯<a href="">更多 ></a></h3>
+					<ul >
+						<li><a href="">关于开展2018年第二期湖南省高新技术企业认定评审专家培训的通知</a></li>
+						<li><a href="">关于开展2018年第二期湖南省高新技术企业认定评审专家培训的通知</a></li>
+						<li><a href="">关于开展2018年第二期湖南省高新技术企业认定评审专家培训的通知</a></li>
+						<li><a href="">关于开展2018年第二期湖南省高新技术企业认定评审专家培训的通知</a></li>
+					</ul>	
+				</div>
+				<img src="../../img/newMenu/guandian.png" alt="">
+			</div>
+		</div>
+	</body>
+</html>

+ 12 - 0
webpack.config.js

@@ -487,6 +487,18 @@ module.exports = (function () {
             template: './template/videoDetail.html',
             chunks: ['newMenu/videoDetail', 'vendors']
         }),
+        new HtmlWebpackPlugin({
+            title: '技淘社区',
+            filename: 'html/newMenu/special.html',
+            template: './template/newMenu/special.html',
+            chunks: ['newMenu/special', 'vendors']
+        }),
+        new HtmlWebpackPlugin({
+            title: '技淘社区详情',
+            filename: 'html/newMenu/specialDetail.html',
+            template: './template/newMenu/specialDetail.html',
+            chunks: ['newMenu/specialDetail', 'vendors']
+        }),
     ];
     if (!isDev) {
         //这个使用uglifyJs压缩你的js代码

+ 11 - 0
webpack/entry.config.js

@@ -49,6 +49,9 @@ module.exports = {
         'newMenu/video': './src/js/video.js',
         'newMenu/videoDetail': './src/js/videoDetail.js',
         'facilitator': './src/js/facilitator/facilitator.js',
+
+        'newMenu/special': './src/js/newMenu/special.js',
+        'newMenu/specialDetail': './src/js/newMenu/specialDetail.js',
     },
     watch: {
         'index': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
@@ -237,5 +240,13 @@ module.exports = {
             'webpack/hot/only-dev-server',
             './src/js/facilitator/facilitator.js'
         ],
+        'newMenu/special': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+            'webpack/hot/only-dev-server',
+            './src/js/newMenu/special.js'
+        ],
+        'newMenu/specialDetail': ['webpack-dev-server/client?http://192.168.0.188', // WebpackDevServer host and port
+            'webpack/hot/only-dev-server',
+            './src/js/newMenu/specialDetail.js'
+        ],
     }
 };