@@ -296,7 +296,7 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
.client-title{
@include setFontStyle(10);color: rgba(0,0,0,0.85);letter-spacing: 0;padding-top: 80px;text-align: center;
// head移动端响应式
- @media (max-width: 768px){@include setFontStyle(-2);padding-top: 20px;font-weight: 700;color: rgb(16, 16, 16);}
+ @media (max-width: 768px){@include setFontStyle(-4);padding-top: 20px;font-weight: 700;color: rgb(16, 16, 16);}
}
/* 网站副标题 */