Переглянути джерело

Merge remote-tracking branch 'origin/大连青谷网站' into 大连青谷网站

wangxy 2 роки тому
батько
коміт
d9e2209583

+ 3 - 4
assets/scss/cus-client/cus-client-common.scss

@@ -125,7 +125,7 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
 /************************ 网站公共class样式 author: TX  date:2020-07-30 **********************/
 /**************** 网站框架 ****************/
 .website-frame{
-  font-family: "Helvetica Neue", Helvetica, Arial, "微软雅黑", sans-serif;
+  font-family: "PingFang SC","微软雅黑", Arial,  sans-serif;
   color: #2C3E50;
   min-width: 1240px;
   // head移动端响应式
@@ -160,8 +160,7 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
 
   //头部导航
   .header-nav{
-    color: #333333;
-    >span,>a{margin: 0 30px}
+    >span,>a{margin: 0 30px;color: #333333;}
     >a:last-child{margin-right: 0;}
     >a:visited{color: #333333;}
     >a.active {color: #00B96B;position: relative;}
@@ -187,7 +186,7 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
   //头部右侧区域
   .head-right{
     display: flex;align-items:center;position: relative;border: 1px solid #00B96B;border-radius: 18px;
-      >a,.right-tel-btn{width:85px;height: 34px;line-height: 36px;@include setFontStyle(-7);display: inline-block;color:#00B96B;
+      >a,.right-tel-btn{width:85px;padding: 8px 0;@include setFontStyle(-7);display: inline-block;color:#00B96B;
         text-align: center;cursor: pointer;}
       .right-tel-btn{color: #fff;background: #00B96B;position: relative;border-radius: 0 18px 18px 0;cursor: default;}
       >a:hover{cursor: pointer;}

+ 1 - 1
layouts/templateA.vue

@@ -34,7 +34,7 @@
 </script>
 <style lang="scss">
   .nuxt-box:not(.client-index-page){
-    width: 100%;padding-top: 80px;
+    width: 100%;padding-top: 72px;
     // 移动端手机尺寸(0-768)
     @media (max-width: 768px){padding-top: 61px;}
   }

+ 1 - 1
layouts/templateB.vue

@@ -34,7 +34,7 @@
 </script>
 <style lang="scss" scoped>
   .nuxt-box:not(.client-index-page){
-    width: 100%;padding-top: 80px;
+    width: 100%;padding-top: 72px;
     // 移动端手机尺寸(0-768)
     @media (max-width: 768px){padding-top: 61px;}
   }