dengzhiguo 7 years ago
parent
commit
aca14dd349
2 changed files with 10 additions and 9 deletions
  1. 8 7
      src/css/technologyTrading/assessMent.css
  2. 2 2
      src/js/thinkTank/thinkerDetail.js

+ 8 - 7
src/css/technologyTrading/assessMent.css

@@ -90,24 +90,25 @@ background:url(../../../img/assessment16.png);}
 .cont_img{width:568px;height:315px;position: absolute;top:20px;left:0;
 background:url(../../../img/assessMent12.png);}
 .cont_p{width:580px;height:315px;position: absolute;top:20px;right:0;}
-.cont_p>h5{letter-spacing: 1px;color:#888686;}
+.cont_p h5{letter-spacing: 1px;color:#888686;}
 .policies .line{width:30px;height:3px;background:#FFB200;}
-.cont_p>h4{letter-spacing: 1px;color:#444;margin:10px 0;font-weight:bold;
+.cont_p h4{letter-spacing: 1px;color:#444;margin:10px 0;font-weight:bold;
 text-align: justify;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 1;}
-.cont_p>p{letter-spacing: 1px;color:#888686;line-height: 22px;
+.cont_p p{letter-spacing: 1px;color:#888686;line-height: 22px;
 text-align: justify;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 7;}
 .more{width:200px;height:50px;position: absolute;bottom:0;right:0;background:#2F83CE;
 text-align: center;line-height: 50px;color:#fff;}
 .more>span:nth-child(1){font-size:26px;cursor: pointer;}
 .more>span:nth-child(2){font-size:18px;cursor: pointer;}
+.more>span:nth-child(2)>a{color:#fff;}
 .policies_bot{width:1200px;height:180px;margin-top:50px;}
 .bot{width:370px;height:180px;margin-left:40px;padding: 15px;
 background: #F8F8F8;display: inline-block;vertical-align: top;}
-.policies_bot>div:nth-child(1){margin-left: 0;;}
-.bot>h5{letter-spacing: 1px;color:#888686;}
-.bot>h4{letter-spacing: 1px;color:#444;margin:10px 0;font-weight:bold;font-size:15px;
+.policies_bot>a:nth-child(1)>.bot{margin-left: 0;;}
+.bot h5{letter-spacing: 1px;color:#888686;}
+.bot h4{letter-spacing: 1px;color:#444;margin:10px 0;font-weight:bold;font-size:15px;
 text-align: justify;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 1;}
-.bot>p{letter-spacing: 1px;color:#888686;line-height: 22px;
+.bot p{letter-spacing: 1px;color:#888686;line-height: 22px;
 text-align: justify;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 3;}
 
 

+ 2 - 2
src/js/thinkTank/thinkerDetail.js

@@ -116,7 +116,7 @@ $(function () {
             $.ajax({
                 method: "post",
                 dataType: "json",
-                url: globalConfig.context + "/api/user/portal/demandInterest",
+                url: globalConfig.context + "/api/user/interest/interestUser",
                 data: {
                     id:theId
                 },
@@ -133,7 +133,7 @@ $(function () {
             $.ajax({
                 method: "post",
                 dataType: "json",
-                url: globalConfig.context + "/api/user/portal/demandCancelInterest",
+                url: globalConfig.context + "/api/user/interest/cancelInterest",
                 data: {
                     id:theId
                 },