浏览代码

头部样式修改

tanxue 2 年之前
父节点
当前提交
6fff1a2d39
共有 1 个文件被更改,包括 3 次插入4 次删除
  1. 3 4
      assets/scss/cus-client/cus-client-common.scss

+ 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;}