Browse Source

项目评论优化

liting2017 6 years ago
parent
commit
0790184004

+ 2 - 1
src/css/newMenu/achievementList.css

@@ -407,4 +407,5 @@
 .achievemrntImg {
     background: url(../../../img/initPic/achievementInit.jpg) no-repeat;
     background-size:100% 100%; 
-}
+}
+

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

@@ -76,11 +76,7 @@
 }
 /* 导航 */
 .navHeader {
-    position: absolute;
-    width: 1200px;
-    left: 50%;
-    margin-left: -600px;
-    z-index: 999;
+   
 }
 .navHeader .logo_photo{
     float: right;

+ 6 - 3
src/css/newMenu/public.css

@@ -800,8 +800,6 @@ a:active{text-decoration:none;}/* 指正在点的链接*/
 	box-shadow: 0 0 4px rgb(204, 203, 203);
 	bottom: 0;
 }
-
-
 .right_cebian {
 	width: 40px;
 	height: 120px;
@@ -895,4 +893,9 @@ input:-webkit-autofill {
 	width: 100%;
 	display: inline-block;
 }
-
+@media screen and (max-width: 1200px) {
+   #myCarousel,#bottom,.topNavBj,.topFixHeight{
+	   width: 1200px!important;
+	   margin: 0 auto;
+   }
+}

+ 11 - 0
src/css/newMenu/safeguarding.css

@@ -84,3 +84,14 @@
     line-height: 28px;
     text-align: justify;
 }
+
+
+@media screen and (max-width:1200px){
+    body{
+        width: 1200px;
+        margin: 0 auto;
+    }
+    .continueHighBanner{
+        width: 1200px!important;
+    }
+}

+ 10 - 1
src/css/newMenu/tradingIndex.css

@@ -501,7 +501,16 @@
     transition: all .2s ease-in-out;
     border-bottom: 4px solid #1697e9;
 }
-
+@media screen and (max-width:1200px){
+    body{
+        width: 1200px;
+        margin: 0 auto;
+    }
+    .patentHeader,.patentSolve{
+        width: 1200px!important;
+        margin: 0 auto;
+    }
+}
 
 
 

+ 5 - 0
src/css/technologyTrading/achievementDetail.css

@@ -137,3 +137,8 @@ div.pointer{cursor: pointer;}
     vertical-align: top
 }
 
+@media screen and (max-width:1200px){
+    #all_achievement{
+        width: 1200px;
+    }
+}

+ 5 - 0
src/css/technologyTrading/demandDetail.css

@@ -132,3 +132,8 @@ text-align: justify;}
     white-space: nowrap;
 }
 
+@media screen and(max-width:1200px){
+    #all_achievement{
+        width: 1200px;
+    }
+}

+ 1 - 1
src/js/newMenu/achievement.js

@@ -1,4 +1,4 @@
-import 'css/bootstrap.less';
+// import 'css/bootstrap.less';
 import 'bootstrap/dist/js/bootstrap.js';
 import 'css/newMenu/public.css';
 import 'css/newMenu/header.css'

+ 2 - 4
src/js/newMenu/serviceDetails.js

@@ -108,7 +108,7 @@ $(function () {
         $.ajax({
             method: "get",
             dataType: "json",
-            url: globalConfig.context + "/open/comment/list",
+            url: globalConfig.context + "/open/unlanded/comment/list",
             data: {
                 pageNo: pageNo || 1,
                 pageSize:4,
@@ -128,7 +128,7 @@ $(function () {
                         theArrs.push(`
                         <li>
                         <div class="stasf">
-                            <p>用户名 :<span class="uName">${thisdata.commenter?thisdata.commenter:'匿名'}</span></p>
+                            <p>用户名 :<span class="uName">${thisdata.uname}</span></p>
                             <div class="satisfied">
                                 <span>满意度:</span>
                                 <ol>
@@ -271,8 +271,6 @@ $(function () {
                 $('#commentArea').val('');
                 $('.ulStar span').removeClass('glyphicon-star').addClass('glyphicon-star-empty');
                 loadDate();
-            }).error(error=>{
-                console.log(error)
             })
         })
     }