|
@@ -649,190 +649,6 @@
|
|
|
}
|
|
|
|
|
|
/******** describe: 关于我们 author: TX date:2020-08-07 ********/
|
|
|
- .client-aboutUs-page{
|
|
|
-
|
|
|
- // banner
|
|
|
- .aboutUs-banner{width: 100%;height: 305px;background-image: url("~static/images/client/aboutUs/aboutUs-banner-bg.png");
|
|
|
- span{width: 1260px;overflow: hidden;display: block;margin: 0 auto;}
|
|
|
- img{width: 1260px;overflow: hidden;margin: 0 auto;display: block}
|
|
|
- }
|
|
|
-
|
|
|
- // 公司简介
|
|
|
- .company-profile-box{
|
|
|
- padding: 48px 0;
|
|
|
- font-size: 0;
|
|
|
-
|
|
|
- img{margin: 48px auto;display: block;}
|
|
|
- p{@include setFontStyle(-2);color: rgba(0,0,0,0.65);line-height: 40px;text-align: justify;margin: 0 60px}
|
|
|
- }
|
|
|
-
|
|
|
- // 品牌介绍
|
|
|
- .brand-introduction-box{
|
|
|
- .brand-introduction-content{
|
|
|
- width: 100%;
|
|
|
- padding: 42px;
|
|
|
- box-sizing: border-box;
|
|
|
- background: #fbfbfb;
|
|
|
- border-radius: 8px;
|
|
|
- float: right;
|
|
|
- .brand-introduction-left{
|
|
|
- display: inline-block;
|
|
|
- vertical-align: middle;
|
|
|
- padding-right: 42px;
|
|
|
- border-right: 1px solid #ddd;
|
|
|
- h4{@include setFontStyle(6);color: rgba(0,0,0,0.75);margin-bottom: 36px}
|
|
|
- img{margin-bottom: 36px;}
|
|
|
- }
|
|
|
- span{width: 740px;@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 40px;display: inline-block;vertical-align: middle;padding-left: 42px;text-align: justify;}
|
|
|
-
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- // 企业文化
|
|
|
- .corporate-culture-box{
|
|
|
- padding-bottom: 80px;
|
|
|
- li{
|
|
|
- width:25%;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: middle;
|
|
|
- div{
|
|
|
- margin-right: 16px;
|
|
|
- margin-bottom: 16px;
|
|
|
- padding: 40px 0;
|
|
|
- border: 6px solid #f7f7f7;
|
|
|
- text-align: center;
|
|
|
- i{width: 70px;height: 70px;display:inline-block;margin-bottom: 16px;}
|
|
|
- h5{@include setFontStyle(0);color: rgba(0,0,0,0.85);margin-bottom: 16px;}
|
|
|
- p{@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 24px;}
|
|
|
- }
|
|
|
- }
|
|
|
- li:nth-child(1){i{background-image: url("~static/images/client/aboutUs/corporate-culture-icon1.png");} }
|
|
|
- li:nth-child(2){i{background-image: url("~static/images/client/aboutUs/corporate-culture-icon2.png");} }
|
|
|
- li:nth-child(3){i{background-image: url("~static/images/client/aboutUs/corporate-culture-icon3.png");} }
|
|
|
- li:nth-child(4){i{background-image: url("~static/images/client/aboutUs/corporate-culture-icon4.png");} }
|
|
|
- li:last-child{
|
|
|
- div{margin-right: 0;}
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- // 企业发展历程
|
|
|
- .enterprise-development-box{
|
|
|
- // 覆盖饿了么tab样式
|
|
|
- .enterprise-development-tab{
|
|
|
- .el-tabs__nav-wrap::after,.el-tabs__active-bar{display: none;}
|
|
|
- .el-tabs__header{
|
|
|
- margin: 0;
|
|
|
- .el-tabs__nav{width: 100%;padding-bottom: 20px;border-bottom: 1px dotted #6c9ce1;}
|
|
|
- .el-tabs__nav-wrap,.el-tabs__nav-scroll{overflow: visible}
|
|
|
- }
|
|
|
- .el-tabs__item{width: 170px;height: 45px;line-height:45px;border: 1px solid #3e7ee7;background: #fff;padding: 0;text-align: center;border-radius: 4px;margin-right: 24px;position: relative;}
|
|
|
- .el-tabs__item.is-active{background: #3e7ee7;color: #fff}
|
|
|
- .el-tabs__item:after{width: 14px;height: 14px;content: "";display: inline-block;border-radius: 50%;background: #888;position: absolute;bottom: -28px;left: 50%;margin-left: -7px;}
|
|
|
- .el-tabs__item.is-active:after{background: #3e7ee7;}
|
|
|
- .el-tabs__content{overflow: visible}
|
|
|
- }
|
|
|
-
|
|
|
- // 企业发展历程内容部分
|
|
|
- li{
|
|
|
- width: 25%;display: inline-block;padding: 36px 24px 60px;background:#fbfbfb;box-sizing: border-box;min-height: 196px;vertical-align: top;
|
|
|
- div{width: 250px;border-bottom: 1px solid #eee;}
|
|
|
- img{margin-bottom: 14px;}
|
|
|
- i{min-width:34px;display:inline-block;color: #3e7ee7;font-style: normal;margin-right: 10px;}
|
|
|
- p{@include setFontStyle(-4);color: rgba(0,0,0,.65);margin-top: 14px;}
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- // 联系我们
|
|
|
- .contact-us-box{
|
|
|
- padding: 80px 0;
|
|
|
- border-top: 1px solid #ddd;
|
|
|
- .contact-container-box{
|
|
|
- width: 460px;
|
|
|
- padding: 0 40px;
|
|
|
- box-sizing: border-box;
|
|
|
- color: rgba(0,0,0,0.85);
|
|
|
- float: left;
|
|
|
- h4{@include setFontStyle(10);color: #3e7ee7;margin-bottom: 60px;margin-top: 20px;}
|
|
|
- h5{@include setFontStyle(0);color: #333;margin-bottom: 32px;}
|
|
|
- li{
|
|
|
- margin-bottom: 24px;
|
|
|
- i{width: 22px;height: 24px;display: inline-block;background-repeat: no-repeat;background-position: center;background-size: cover;margin-right: 16px;vertical-align: middle;}
|
|
|
- span{@include setFontStyle(-4);color: rgba(0,0,0,0.64);vertical-align: middle;}
|
|
|
- }
|
|
|
- li:nth-child(3) {
|
|
|
- i {background-image: url("~static/images/client/aboutUs/contact-us-icon1.png");}
|
|
|
- }
|
|
|
- li:nth-child(4) {
|
|
|
- i {background-image: url("~static/images/client/aboutUs/contact-us-icon3.png");}
|
|
|
- }
|
|
|
- li:nth-child(5) {
|
|
|
- i {background-image: url("~static/images/client/aboutUs/contact-us-icon4.png");}
|
|
|
- }
|
|
|
- li:nth-child(6) {
|
|
|
- //i {background-image: url("~static/images/client/aboutUs/contact-us-icon4.png");}
|
|
|
- }
|
|
|
- }
|
|
|
- img{float: right}
|
|
|
- }
|
|
|
- @media (max-width: 768px){
|
|
|
- // banner
|
|
|
- .aboutUs-banner{
|
|
|
- height: 150px;
|
|
|
- span{width: 100%;}
|
|
|
- img{width: auto;height: 150px;}
|
|
|
- }
|
|
|
- // 公司简介
|
|
|
- .company-profile-box{
|
|
|
- img{margin: 20px auto;max-width: 100%;}
|
|
|
- p{@include setFontStyle(-6);color: rgba(85, 85, 85, 1);line-height: 24px;margin: 0 10px 6px;}
|
|
|
- }
|
|
|
-
|
|
|
- // 品牌介绍
|
|
|
- .brand-introduction-box{
|
|
|
- background-color: rgb(238, 238, 238);
|
|
|
- .brand-introduction-content{
|
|
|
- background-color: transparent;padding: 24px 10px;
|
|
|
- .brand-introduction-left{
|
|
|
- display: block;border-right:0;padding-right:0;
|
|
|
- h4{font-size: 18px;color: rgba(0, 0, 0, 1);text-align: center;margin-bottom: 20px;font-weight: 700;}
|
|
|
- img{margin: 0 auto 24px;max-width: 230px;display: block;}
|
|
|
- }
|
|
|
- span{width: 100%;display: block;padding-left: 0;font-size: 14px;color: rgba(85, 85, 85, 1);line-height: 24px;}
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- // 企业文化
|
|
|
- .corporate-culture-box{
|
|
|
- padding: 50px 0 0;
|
|
|
- li{
|
|
|
- width:100%;
|
|
|
- div{
|
|
|
- height: 70px;margin: 0 10px 16px;border: 0;box-shadow: rgb(206, 206, 206) 0 0 6px -1px;padding: 14px 0;
|
|
|
- i{display: unset;float: left;margin-left: 30px;margin-bottom: 0;}
|
|
|
- h5{font-weight: 700;font-size: 16px;color: #101010;margin: 12px 0;}
|
|
|
- p{font-size: 14px;color: #101010;}
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- // 联系我们
|
|
|
- .contact-us-box{
|
|
|
- padding: 54px 10px 0;border: 0;line-height: 1;font-size: 0;
|
|
|
- .contact-container-box{
|
|
|
- width: 100%;
|
|
|
- padding: 0;
|
|
|
- color: rgba(0,0,0,0.85);
|
|
|
- float: unset;
|
|
|
- h4{@include setFontStyle(-2);font-weight: 700;color: rgba(0, 0, 0, 1);margin-bottom: 24px;margin-top:0;text-align: center;}
|
|
|
- h5{@include setFontStyle(-4);font-weight: 700;color: rgba(0, 0, 0, 1);margin-bottom: 24px;}
|
|
|
- li{
|
|
|
- span{color: rgba(0,0,0,0.54);}
|
|
|
- }
|
|
|
- }
|
|
|
- img{float: unset;width: calc(100% + 50px);margin: 0 -25px;}
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
|
|
|
/******** describe: 新闻资讯 author: TX date:2020-08-10 ********/
|
|
|
.client-newsInfor-page{
|