liting2017 6 years ago
parent
commit
b5da0ee8e7

+ 3 - 2
src/css/newMenu/companyProfile.css

@@ -2,7 +2,7 @@
     border-bottom:3px solid #eaeaea;
 }
 .componyLogo{
-    width: 353px;
+    width:600px;
     height: 80px;
     z-index: 50;
     position: relative;
@@ -17,6 +17,7 @@
     position: absolute;
     bottom: 0px;
     z-index: 60;
+    overflow: hidden;
     border-radius: 5px;
 }
 .componyLogo div img{
@@ -27,7 +28,7 @@
 }
 .componyLogo p{
     position: absolute;
-    right: 0;
+    left:120px;
     top: 0;
     height: 80px;
     line-height: 80px;

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

@@ -510,4 +510,6 @@ input:focus{
 /* #LRMINIBar{
     opacity: 0;
 } */
-
+#LRfloater0{
+    left: -150px!important;
+}

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

@@ -855,6 +855,4 @@ input:-webkit-autofill {
 .carousel img{
 	width: 100%;
 }
- #LRfloater0{
-    left: -150px!important;
-} 
+

+ 1 - 1
src/css/newMenu/services.css

@@ -112,7 +112,7 @@
 }
 .subsidy .subsidyTxt ul li{
    display: inline-block;
-    width: 250px;
+    width: 249px;
     padding-top: 22px;
     padding-bottom: 15px;
     padding-left: 12px;

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

@@ -127,5 +127,13 @@ div.pointer{cursor: pointer;}
 .main_introduce>ul>li:hover{cursor: pointer;box-shadow: 2px 4px 8px #cccccc;transition: all .5s;}
 .list_none{width:550px;height:150px;background:url("../../../img/all_null.png") no-repeat;margin:50px auto;}
 .imgnull{width:260px;height:211px;background:url("../../../img/zhuanliimg_null.png") no-repeat;background-size: 260px 211px;}
-
+.inline_span .companyName{
+    display: inline-block;
+    width: 250px;
+    overflow: hidden;
+    text-overflow: ellipsis;
+    -o-text-overflow: ellipsis;
+    white-space: nowrap;
+    vertical-align: top
+}
 

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

@@ -123,4 +123,12 @@ text-align: justify;}
 .list_none{width:550px;height:150px;background:url("../../../img/all_null.png") no-repeat;margin:50px auto;}
 .imgnull{width:260px;height:211px;background:url("../../../img/zhuanliimg_null.png") no-repeat;background-size: 260px 211px;}
 
+.inline_span .companyName{
+    display: inline-block;
+    width: 250px;
+    overflow: hidden;
+    text-overflow: ellipsis;
+    -o-text-overflow: ellipsis;
+    white-space: nowrap;
+}
 

+ 3 - 1
src/css/thinkTank/policyList.css

@@ -100,5 +100,7 @@
     height: 100%;
 }
 
-
+.content_left img{
+    width: 100%;
+}
 

+ 2 - 1
src/js/newMenu/shopList.js

@@ -118,6 +118,7 @@ $(function(){
         let checkArr =[];
         $('.checkSingle').click(function(){
             let checks = $(this).prop('checked');
+            let checkList = $('.shopBox .checkSingle:checked');
             if(checks){
                 checkArr.push(checks);
                 $(this).parents('li').addClass('active')
@@ -134,7 +135,7 @@ $(function(){
                 $('.checkboxAll').prop('checked',false);
                 $('.checkboxAll').siblings('.checkImg').addClass('checkNoImg')
             }
-            if(checkArr.length){
+            if(checkList.length>0){
                 $('.orderOk').addClass('active');
             }else{
                 $('.orderOk').removeClass('active');

+ 4 - 2
src/js/thinkTank/policyList.js

@@ -29,13 +29,15 @@ $(function () {
 					hashArr.map(item => {
 						if (item.indexOf('name') > -1) {
 							let names = item.split('=')
-							theKeyword = names[1]
+							theKeyword = names[1];
+							$('#search_on input').val(theKeyword);
 						}
 					})
 				} else {
 					if (newHash.indexOf('name') > -1) {
 						let names = newHash.split('=')
-						theKeyword = names[1]
+						theKeyword = names[1];
+						$('#search_on input').val(theKeyword);
 					}
 				}
 				loadDate()