liting2017 6 years ago
parent
commit
4f740a5891
3 changed files with 59 additions and 62 deletions
  1. 42 4
      src/css/newMenu/demand.css
  2. 0 41
      src/js/newMenu/demand.js
  3. 17 17
      template/newMenu/demand.html

+ 42 - 4
src/css/newMenu/demand.css

@@ -302,7 +302,10 @@ input:focus{
     margin: 0 6px;
     display: inline-block;
 }
-.crumbNav li:nth-child(2n+1):hover{
+.crumbNav li a{
+    color: #393838;
+}
+.crumbNav li:nth-child(2n+1):hover a{
     cursor: pointer;
     color: #0289df;
 }
@@ -324,6 +327,10 @@ input:focus{
 .talentsTxt {
     padding-right: 15px;
 }
+.talentsTxt ol li:hover{
+    box-shadow: 0 5px 5px #ccc;
+    transition: all .3s ease-in;
+}
 .talentsIntroduce{
     overflow: hidden;
     white-space:nowrap; 
@@ -331,6 +338,13 @@ input:focus{
     -o-text-overflow:ellipsis;
     overflow: hidden;
 }
+.demandTxt .col-md-7 div a{
+    color:#333;
+}
+.demandTxt .col-md-7 div:hover{
+    box-shadow: 0 5px 5px #ccc;
+    transition: all .3s ease-in;
+}
 .demandTxt .col-md-7 div>p:first
 .mainHot .demandTxt img {
     float: left;
@@ -394,7 +408,9 @@ input:focus{
 .talentsTxt ol li {
     margin-bottom: 30px;
 }
-
+.talentsTxt ol li a{
+    color:#333;
+}
 /* 企业技术需求 */
 
 .enterprise {
@@ -435,8 +451,13 @@ input:focus{
     overflow: hidden;
     width: 24.6%;
     margin-bottom: 30px;
+    transition: all .3s ease-in;
+}
+.imgGroup ul li:hover{
+    transition: all .3s ease-in;
+    transform: scale(1.05);
+    box-shadow: 0 5px 10px #ccc;
 }
-
 .imgGroup ul li img {
     width: 100%;
     height: 116px;
@@ -562,6 +583,7 @@ input:focus{
     height:110px;
     overflow: hidden;
     margin-bottom: 20px;
+    border: 1px solid transparent;
 }
 .studyTxt ul li img {
    width: 100%;
@@ -573,6 +595,9 @@ input:focus{
     float: left;
     overflow: hidden;
 }
+.studyTxt ul li:hover .imgRight{
+    background:rgba(255, 255,255, .8);
+}
 .studyTxt ul li .imgRight{
     box-sizing: border-box;
     padding-left:10px; 
@@ -615,7 +640,7 @@ input:focus{
 }
 .studyTxt>div>img{
     width: 100%;
-    height: 370px;
+    height: 369px;
 }
 .studyTxt .col-sm-4{
     padding-right: 0;
@@ -699,6 +724,12 @@ input:focus{
 }
 .technology ol li{
     margin-bottom: 8px;
+    transition: all .3s ease-in-out;
+}
+.technology ol li:hover div{
+    transition: all .3s ease-in-out;
+    border-radius: 5px;
+    border-color: #1797e9;
 }
 .technology ol li div{
     box-sizing: border-box;
@@ -757,6 +788,13 @@ input:focus{
     font-size: 12px;
     color: #0289df;
     margin-top: 6px;
+    transition: all .3s ease-out;
+}
+.technology ol li:hover div>span{
+    transition: all .3s ease-in;
+    width: 100px;
+    background: #0289df;
+    color: #ffffff;
 }
 .demandFootImg{
     width: 100%;

+ 0 - 41
src/js/newMenu/demand.js

@@ -43,38 +43,6 @@ $(function () {
             $('.navMeau').stop(false, true);
         });
     }
-    /* 加急需求切换 */
-    function loadData(item){
-        console.log(item)
-        $.ajax({
-            method: "post",
-            dataType: "json",
-            crossDomain: false,
-            url: globalConfig.context + '/api/user/consultorder/add',
-            data: {
-                toUserId: item
-            },
-            success: function (data) {
-                if (data.error && data.error.length) {
-                    msg();
-                    $('#msg').val(data.error);
-                } else {
-                   console.log(data)
-                };
-            }
-        });
-    }
-    //点击菜单时;
-    function menuFun(){
-        $('.crumbNavLeft li').on('click',function(){
-            let nup = $(this).index();
-            loadData(nup)
-        })
-        $('.crumbNavRight li').on('click',function(){
-            let nup = $(this).index();
-            loadData(nup)
-        })
-    }
     //搜索
     let valArr = [],valTxt=[];
     function search(){
@@ -84,15 +52,6 @@ $(function () {
             valTxt=[];
             inputVal(txts);
         })
-        $('.searchMain ol li ').on('click',function(){
-            let index = $(this).index();
-            if(index){
-                let txt = $(this).text();
-                valArr=[];
-                valTxt=[];
-                inputVal(txt)
-            }
-        })
     }
     function inputVal(item){
         $('.demandSearch').val('');

+ 17 - 17
template/newMenu/demand.html

@@ -164,11 +164,11 @@
                 <div class="searchMain">
                     <ol>
                         <li class="active">热搜</li>
-                        <li>人工智能</li>
-                        <li>区块链</li>
-                        <li>环保</li>
-                        <li>金属材料</li>
-                        <li>软件开发</li>
+                        <li><a href="#" target="_blank">人工智能</a></li>
+                        <li><a href="#">区块链</a></li>
+                        <li><a href="#">环保</a></li>
+                        <li><a href="#">金属材料</a></li>
+                        <li><a href="#">软件开发</a></li>
                     </ol>
                 </div>
                 <div>
@@ -303,15 +303,15 @@
                 <div>
                     <span class="hot">HOT</span>
                     <ol class="crumbNav crumbNavLeft">
-                        <li>人工智能</li>
+                        <li><a href="#">人工智能</a></li>
                         <li>/</li>
-                        <li>区块链</li>
+                        <li><a href="#">区块链</a></li>
                         <li>/</li>
-                        <li>环保</li>
+                        <li><a href="#">环保</a></li>
                         <li>/</li>
-                        <li>金属材料</li>
+                        <li><a href="#">金属材料</a></li>
                         <li>/</li>
-                        <li>软件开发</li>
+                        <li><a href="#">软件开发</a></li>
                     </ol>
                 </div>
                 <span class="hr"></span>
@@ -345,14 +345,14 @@
                 <div class="talentsTxt row">
                     <ol>
                         <li>
-                            <p>
+                            <a href="#"><p>
                                 <span class="talents">技术人才需求</span>
                                 <span>寻求:高压电极加热技术和蓄热技术</span>
                                 <span class="colorOrt">兼职:¥5000.00元/月</span>
                             </p>
                             <p>我们诚邀专家专家到我司工作,怎么搞都可以,只要你来,我们好生伺候...
                                 <span class="colorTime">一个月到期</span>
-                            </p>
+                            </p></a>
                         </li>
                         <li>
                             <p>
@@ -381,15 +381,15 @@
                 <div>
                     <span class="hot">HOT</span>
                     <ol class="crumbNav crumbNavRight">
-                        <li>人工智能</li>
+                        <li><a href="#">人工智能</a></li>
                         <li>/</li>
-                        <li>区块链</li>
+                        <li><a href="#">区块链</a></li>
                         <li>/</li>
-                        <li>环保</li>
+                        <li><a href="#">环保</a></li>
                         <li>/</li>
-                        <li>金属材料</li>
+                        <li><a href="#">金属材料</a></li>
                         <li>/</li>
-                        <li>软件开发</li>
+                        <li><a href="#">软件开发</a></li>
                     </ol>
                 </div>
                 <span class="hr"></span>