|
@@ -128,6 +128,8 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
|
|
font-family: "Helvetica Neue", Helvetica, Arial, "微软雅黑", sans-serif;
|
|
font-family: "Helvetica Neue", Helvetica, Arial, "微软雅黑", sans-serif;
|
|
color: #2C3E50;
|
|
color: #2C3E50;
|
|
min-width: 1240px;
|
|
min-width: 1240px;
|
|
|
|
+ // head移动端响应式
|
|
|
|
+ @media (max-width: 768px){min-width: unset;}
|
|
}
|
|
}
|
|
|
|
|
|
/* 饿了么右侧生成的间距 */
|
|
/* 饿了么右侧生成的间距 */
|
|
@@ -136,7 +138,10 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
|
|
}
|
|
}
|
|
|
|
|
|
/* 网站主体部分 */
|
|
/* 网站主体部分 */
|
|
-.client-container{width: 1200px;margin: 0 auto;}
|
|
|
|
|
|
+.client-container{
|
|
|
|
+ width: 1200px;margin: 0 auto;
|
|
|
|
+ @media (max-width: 768px){width: auto;padding: 0 15px;max-width: 100%;box-sizing: border-box;}
|
|
|
|
+}
|
|
.client-container-middle{width: 960px;margin: 0 auto;}
|
|
.client-container-middle{width: 960px;margin: 0 auto;}
|
|
|
|
|
|
/* 网站头部导航栏 */
|
|
/* 网站头部导航栏 */
|
|
@@ -225,6 +230,38 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ // head移动端响应式
|
|
|
|
+ @media (max-width: 768px){
|
|
|
|
+ // head
|
|
|
|
+ height: 60px;border-bottom: 1px solid #e7e7e7;
|
|
|
|
+
|
|
|
|
+ //头部左侧区域 logo
|
|
|
|
+ .head-left{
|
|
|
|
+ justify-content: space-between;height: 60px;align-items: center;padding:0;
|
|
|
|
+ >a{width: 92px;height: 46px;background-size: contain;margin:0;}
|
|
|
|
+ }
|
|
|
|
+ //头部导航
|
|
|
|
+ .el-menu{position: absolute;margin: 0;left: 0;right: 0;height: 100vh;transition: 0.5s;top: 61px;}
|
|
|
|
+ // 手机菜单关闭
|
|
|
|
+ .head-nav-up{height: 0;display:none;opacity: 0;}
|
|
|
|
+ // 手机菜单开启
|
|
|
|
+ .head-nav-down{height: 100vh;display:block;opacity: 1;}
|
|
|
|
+ // li
|
|
|
|
+ .el-menu--horizontal>.el-menu-item{float: none;height: 60px;line-height: 60px;border-bottom: 1px solid #e9e9e9;margin:0 18px;
|
|
|
|
+ border-bottom-color:#e9e9e9!important;font-weight: 700;font-size: 16px;color: rgb(16, 16, 16);}
|
|
|
|
+ .el-menu--horizontal>.el-menu-item a{width: 100%}
|
|
|
|
+ .el-menu--horizontal>.el-menu-item:last-child{border: 0;}
|
|
|
|
+ .el-menu--horizontal > .el-menu-item.is-active{border-bottom: 1px solid #e9e9e9;border-bottom-color: #e9e9e9 !important;}
|
|
|
|
+ // 咨询电话
|
|
|
|
+ .phone-tel-box{color: rgb(0, 84, 145);font-size: 14px;font-weight: bold;line-height: 60px;}
|
|
|
|
+
|
|
|
|
+ // 按钮
|
|
|
|
+ .phone-nav-btn{width:30px;height:30px;background-image: url("~static/images/client/component/head-btn-icon.svg");}
|
|
|
|
+
|
|
|
|
+ // 布局
|
|
|
|
+ .head-layout{display: block}
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
/* 网站头部导栏 - 面包屑 */
|
|
/* 网站头部导栏 - 面包屑 */
|
|
@@ -256,7 +293,11 @@ 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;}
|
|
|
|
|
|
+.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);}
|
|
|
|
+}
|
|
|
|
|
|
/* 网站副标题 */
|
|
/* 网站副标题 */
|
|
.client-subtitle-title{width: 650px;@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 30px;margin:0 auto;margin-top: 16px;text-align: center}
|
|
.client-subtitle-title{width: 650px;@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 30px;margin:0 auto;margin-top: 16px;text-align: center}
|
|
@@ -269,7 +310,11 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
|
|
.client-default-white-Btn{display: block;@include setFontStyle(-4);background: #fff;color: #2B5CFD;border-radius: 4px;transition: .3s all linear;text-align: center;}
|
|
.client-default-white-Btn{display: block;@include setFontStyle(-4);background: #fff;color: #2B5CFD;border-radius: 4px;transition: .3s all linear;text-align: center;}
|
|
.client-default-white-Btn:hover{background: #fff;cursor: pointer;}
|
|
.client-default-white-Btn:hover{background: #fff;cursor: pointer;}
|
|
// 免费试用按钮
|
|
// 免费试用按钮
|
|
-.free-trial-default-btn{width: 238px;height: 40px;line-height: 40px;margin: 40px auto 0;display: block;@include setFontStyle(-4);background: #3e7ee7;color: rgba(255, 255, 255, 0.85);border-radius: 4px;transition: .3s all linear;text-align: center;}
|
|
|
|
|
|
+.free-trial-default-btn{
|
|
|
|
+ width: 238px;height: 40px;line-height: 40px;margin: 40px auto 0;display: block;@include setFontStyle(-4);background: #3e7ee7;
|
|
|
|
+ color: rgba(255, 255, 255, 0.85);border-radius: 4px;transition: .3s all linear;text-align: center;
|
|
|
|
+ @media (max-width: 768px){width: 122px;height: 35px;line-height: 35px;margin: 16px auto 28px;}
|
|
|
|
+}
|
|
.free-trial-default-btn:hover{cursor: pointer;}
|
|
.free-trial-default-btn:hover{cursor: pointer;}
|
|
|
|
|
|
/* 网站底部footer */
|
|
/* 网站底部footer */
|
|
@@ -325,6 +370,13 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
|
|
}
|
|
}
|
|
//底部版权
|
|
//底部版权
|
|
h5{@include setFontStyle(-8);color: #B8B8B8;text-align: center;padding: 16px 0 24px;border-top: 1px solid #333B4C;}
|
|
h5{@include setFontStyle(-8);color: #B8B8B8;text-align: center;padding: 16px 0 24px;border-top: 1px solid #333B4C;}
|
|
|
|
+ @media (max-width: 768px) {
|
|
|
|
+ .phone-footer-box {
|
|
|
|
+ text-align: center;padding: 20px 0;
|
|
|
|
+ a,p{@include setFontStyle(-10);color: #fff;padding: 6px 0}
|
|
|
|
+ a{display: block}
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
/* 网站分页 */
|
|
/* 网站分页 */
|
|
@@ -538,6 +590,21 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
|
|
a,div.client-default-Btn{margin-right: 24px}
|
|
a,div.client-default-Btn{margin-right: 24px}
|
|
span.client-default-Btn{background: #fff;color: #3e7ce7;margin-right: 0;}
|
|
span.client-default-Btn{background: #fff;color: #3e7ce7;margin-right: 0;}
|
|
}
|
|
}
|
|
|
|
+ @media (max-width: 768px){
|
|
|
|
+ // 头部图片
|
|
|
|
+ img{width: 100%;height: auto;float: none;}
|
|
|
|
+ // 内容区域
|
|
|
|
+ .products-services-content{
|
|
|
|
+ width: 100%;float: none;padding: 0 10px;margin: 0;
|
|
|
|
+ @include setFontStyle(-6);
|
|
|
|
+ h5{@include setFontStyle(-6);font-weight: 700;color: rgba(0, 0, 0, 1);}
|
|
|
|
+ i{width:34px;height:3px;margin: 10px 0;}
|
|
|
|
+ p{margin-bottom: 30px;color: rgba(85, 85, 85, 1);}
|
|
|
|
+ .client-btn-box{text-align: center;margin-bottom: 40px;}
|
|
|
|
+ .client-default-Btn,.client-default-white-Btn{width: 120px;height: 35px;line-height: 35px;}
|
|
|
|
+ a,div.client-default-Btn{margin-right: 16px}
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
.products-contrary-box{
|
|
.products-contrary-box{
|
|
// 头部图片
|
|
// 头部图片
|
|
@@ -573,3 +640,15 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
|
|
p{@include setFontStyle(-6);height: 66px;line-height: 22px;color: rgba(0, 0, 0, 0.65);@include multi-line-ellipsis(3);}
|
|
p{@include setFontStyle(-6);height: 66px;line-height: 22px;color: rgba(0, 0, 0, 0.65);@include multi-line-ellipsis(3);}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+// 麦塔栅格
|
|
|
|
+// 大于768的隐藏
|
|
|
|
+ @media screen and (min-width: 769px) {
|
|
|
|
+ .mta-hidden-sm{display: none!important;}
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+// 小于769的隐藏
|
|
|
|
+ @media screen and (max-width: 769px) {
|
|
|
|
+ .mta-hidden-xs{display: none!important;}
|
|
|
|
+ }
|