dengzhiguo před 7 roky
rodič
revize
10746ede4c

binární
img/contactU1s.png


binární
img/contactUs.png


binární
img/highTech_slide_1.jpg


binární
img/index_banner01.jpg


binární
img/index_banner02.jpg


binární
img/index_banner04.jpg


+ 4 - 4
src/css/index_home.css

@@ -32,13 +32,13 @@ display: inline-block;box-sizing: border-box;padding: 0 10px;}
 .demand_img{width:300px;height:75px;position: relative;}
 .demand_img>img{width:75px;height:75px;display: inline-block;}
 .demand_img>div{width:185px;height:75px;display: inline-block;position: absolute;left:90px;top:0;}
-.demand_img>div>h5{margin: 0;margin-top:10px;font-size: 15px;letter-spacing: 2px;height:32px;font-weight: bold;color:#3B3B3B;font-family: "微软雅黑";
-text-align: justify;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 2;}
+.demand_img>div>h5{margin: 0;margin-top:10px;font-size: 15px;letter-spacing: 2px;height:16px;font-weight: bold;color:#3B3B3B;font-family: "微软雅黑";
+text-align: justify;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 1;}
 
-.demand_img>div>p{margin: 0;margin-top:5px;height:30px;line-height:25px;width:210px;position: relative;padding-left:25px;}
+.demand_img>div>p{margin: 0;margin-top:10px;height:30px;line-height:25px;width:210px;position: relative;padding-left:25px;}
 .demand_cont>div>a:nth-child(5)>div{margin-top: 20px;border-left: none;}
 .demand_img>div>p>span{position: absolute;left:0;top:0;}
-.demand_p{font-size:14px;color:#838282;width:275px;height:60px;margin:10px 0 0 0;line-height:20px;
+.demand_p{font-size:14px;color:#838282;width:275px;height:65px;margin:5px 0 0 0;line-height:22px;
 text-align: justify;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 3;}
 
 #index_policy{width:1200px;height:400px;margin: 50px auto 0;}

+ 1 - 1
src/css/technologyTrading/achievementDetail.css

@@ -70,7 +70,7 @@ position:absolute;bottom:-26px;left:-450px;border:none;}
 .big_img img{width:430px;height:440px;}
 .basic{width:370px;height:450px;position: absolute;top:95px;left:510px;}
 .basic>div{width:370px;height:55px;border-bottom: 1px solid #EFEFEF;}
-.basic>div.loves{width:150px;}
+.basic>div.loves{width:150px;display: none;}
 .basic>div>p{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
 .basic>.loves{height:30px;display: inline-block;position: absolute;bottom:-26px;left: -170px;border: none!important;}
 .loves .box_love{width: 16px;height: 15px;display: inline-block;background: url(../../../img/detail_img5_no.jpg)no-repeat center center;margin-top: 2px;vertical-align: top;}

+ 2 - 2
src/js/financialIndex.js

@@ -97,7 +97,7 @@ import {
             dataType: "json",
             url: globalConfig.context + "/portal/search/achievementList",
             data: {
-                fieldA:464,
+                fieldA:null,
                 dataCategory:2,
                 pageNo:1,
                 pageSize:8
@@ -164,7 +164,7 @@ import {
                 "<div class='imgnull'></div>" +
                 "<div class='details_text'>" +
                 "<p>融资金额:<span>"+price+"</span></p>" +
-                "<p>所属行业:<span>"+ptxt+"</span></p>" +
+                "<p>所属行业:<span>"+data.list[i].fieldAs+"</span></p>" +
                 "<p>所有人:<span>"+people+"</span></p>" +
                 "<p>项目简介:<b>"+sketch+"..."+"</b></p>" +
                 "<a href='#'>会谈</a>" +

+ 1 - 1
src/js/technologyTrading/achievementDetail.js

@@ -46,7 +46,7 @@ import '../../css/technologyTrading/achievementDetail.css';
             $.ajax({
                 method: "post",
                 dataType: "json",
-                url: globalConfig.context + "/api/user/portal/demandInterest",
+                url: globalConfig.context + "/api/user/portal/achievementInterest",
                 data: {
                     id:theId
                 },

+ 6 - 1
src/js/technologyTrading/achievementOrder.js

@@ -29,7 +29,7 @@ import '../../css/technologyTrading/achievementOrder.css';
                 }
          });
         })
-    //提示框渐隐函数
+    //锟斤拷示锟斤拷锟斤拷锟斤拷锟斤拷
     function msg(){
         var lit=$('#msg').val();
         if(lit!==''){
@@ -40,6 +40,11 @@ import '../../css/technologyTrading/achievementOrder.css';
             $('#msg').val('')
         },2000)
     }
+    $(".main_introduce ul").on("click","li",function(){
+        var theId = $(this).children("div").children("p.likeId").html();
+        var thetype=$(this).children("div").children("p.likeType").html();
+        window.open(globalConfig.context + '/portal/technologyTrading/achievementDetail?id=' + theId+'&type='+thetype );
+    });
 })();
 
 

+ 6 - 1
src/js/technologyTrading/demandOrder.js

@@ -29,7 +29,7 @@ import '../../css/technologyTrading/demandOrder.css';
             }
         });
     })
-    //提示框渐隐函数
+    //锟斤拷示锟斤拷锟斤拷锟斤拷锟斤拷
     function msg(){
         var lit=$('#msg').val();
         if(lit!==''){
@@ -40,6 +40,11 @@ import '../../css/technologyTrading/demandOrder.css';
             $('#msg').val('')
         },2000)
     }
+    $(".main_introduce ul").on("click","li",function(){
+        var theId = $(this).children("div").children("p.demandId").html();
+        var thetype=$(this).children("div").children("p.demandTyp").html();
+        window.open(globalConfig.context + '/portal/technologyTrading/demandDetail?id=' + theId+'&type='+thetype );
+    })
 })();