Browse Source

youhua 运用

liting2017 6 years ago
parent
commit
73749e1b5c
2 changed files with 14 additions and 8 deletions
  1. 12 5
      src/css/newMenu/services.css
  2. 2 3
      src/js/newMenu/services.js

+ 12 - 5
src/css/newMenu/services.css

@@ -707,11 +707,18 @@
     text-overflow:ellipsis; 
     -o-text-overflow:ellipsis;
 }
+.searchLeft a{
+    cursor: pointer;
+}
+.reldemand span{
+    cursor: pointer;
+}
 .applicationGj ul li p{
     height: 40px;
     overflow: hidden;
     font-size: 14px;
     color: #787878;
+    padding: 0 10px;
     text-align: justify
 }
 .applicationGj ul li a{
@@ -876,7 +883,7 @@
 .applicationMSBody ul li div p{
     font-size: 16px;
     margin-bottom: 10px;
-    color: #1797e9;
+    color: #666;
     overflow: hidden;
     display: -webkit-box;              
     text-overflow: ellipsis;            
@@ -989,7 +996,7 @@
     margin-bottom: 30px;
 }
 .gfLeft .gfLeftBox p{
-    color: #3e8ae0;
+    color: #666;
     margin-bottom: 6px;
     font-size:16px;
 }
@@ -1032,9 +1039,9 @@
 .gfRightList ul li p{
     font-size:16px;
     color: #242424;
-    margin-bottom: 40px; 
-    margin-top: 10px;
-    color: #3e8ae0;
+    margin-bottom: 30px; 
+    margin-top: 20px;
+    color: #666;
     height: 44px;
     overflow: hidden;
 }

+ 2 - 3
src/js/newMenu/services.js

@@ -1,10 +1,9 @@
-// import 'css/bootstrap.less';
+
 import 'bootstrap/dist/js/bootstrap.js';
 import 'css/newMenu/public.css';
 import 'css/newMenu/header.css';
 import 'css/newMenu/services.css';
 import 'js/public.js';
-import 'js/newMenu/map.js';
 
 $(function () {
     init();
@@ -25,7 +24,7 @@ $(function () {
                 window.location.href= globalConfig.context+'/user/account/index.html#/achievement';
             }
         })
-        $('.shopLeftTwo a').click(function(){
+        $('.shopLeftTwo a,.reldemand span').click(function(){
             let loginTxt=$('.head_login')[0];
             if(loginTxt&&($(loginTxt).text())=='登录'){
                 $('.head_login').click();