|
@@ -326,9 +326,9 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
|
|
|
/**************** 网站内容 ****************/
|
|
|
/* 网站标题 */
|
|
|
.client-title{
|
|
|
- @include setFontStyle(10);color: #333;letter-spacing: 0;padding-top: 80px;text-align: center;
|
|
|
+ @include setFontStyle(10);color: #333;letter-spacing: 0;padding-top: 80px;text-align: center;font-weight: 800;
|
|
|
// head移动端响应式
|
|
|
- @media (max-width: 768px){@include setFontStyle(-4);padding-top: 20px;font-weight: 700;color: rgb(16, 16, 16);}
|
|
|
+ @media (max-width: 768px){@include setFontStyle(-2);padding-top: 20px;font-weight: 700;color: rgb(16, 16, 16);}
|
|
|
}
|
|
|
|
|
|
/* 网站副标题 */
|
|
@@ -812,25 +812,26 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
|
|
|
|
|
|
/* 底部跳转 */
|
|
|
.bottom-btn-box{
|
|
|
- height: 80px;position: fixed;bottom: 0;left: 0;right: 0;font-size: 0;background: #fff;z-index: 99999;border-top: 1px solid #ccc;
|
|
|
+ height: 65px;position: fixed;bottom: 0;left: 0;right: 0;font-size: 0;background: #fff;z-index: 99999;border-top: 1px solid #ccc;
|
|
|
li{width: 50%;margin: 0;padding: 0;}
|
|
|
.el-menu {
|
|
|
box-sizing: border-box;
|
|
|
padding: 10px;
|
|
|
- height: 80px;
|
|
|
+ height: 65px;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
}
|
|
|
|
|
|
.el-menu-item {
|
|
|
- a{width: 100%;height: 40px;line-height: 40px;display: inline-block;text-align: center;font-size: 13px;color: #333; border: 1px solid #00b96b;border-radius: 8px ;}
|
|
|
+ a{width: 100%;height: 40px;display: inline-flex;align-items:center;justify-content:center;text-align: center;font-size: 13px;color: #333; border: 1px solid #00b96b;border-radius: 8px;box-sizing: border-box;}
|
|
|
}
|
|
|
li:nth-child(1){
|
|
|
margin-right: 20px;
|
|
|
+ span{color: #00b96b;font-size: 14px;}
|
|
|
}
|
|
|
li:nth-child(2) a {color:#fff;background: #00b96b; span{color: #fff;}}
|
|
|
- i{width:22px;height: 22px;background-size:cover;display: inline-block;margin: 0 auto 3px;}
|
|
|
- span{color: #333;}
|
|
|
+ i{width:22px;height: 22px;background-size:cover;display: inline-block;margin-right: 8px;}
|
|
|
li:nth-child(1) i{background-image: url("~static/gangweiIcon/z140.png");}
|
|
|
li:nth-child(2) i{background-image: url("~static/gangweiIcon/z141.png");}
|
|
|
li.is-active span{color: #2881db;}
|