|
@@ -257,43 +257,30 @@
|
|
|
/* 网站banner */
|
|
|
.client-exam-banner{
|
|
|
width: 100%;
|
|
|
- height: 400px;
|
|
|
- background-image: url("~static/images/client/exam/exam-banner-background.png");
|
|
|
+ height: 395px;
|
|
|
+ background-color:#031073;
|
|
|
+ background-image: url("~static/images/client/index/index-banner-background.png");
|
|
|
background-position-x: center;
|
|
|
-
|
|
|
- /* banner文字区域 */
|
|
|
- .exam-banner-container{
|
|
|
- width:500px;
|
|
|
- display: inline-block;
|
|
|
- margin-left: 150px;
|
|
|
- h4{@include setFontStyle(40);color: #FFF;letter-spacing: 0;padding-top: 110px;}
|
|
|
- p{@include setFontStyle(0);color: #FFF;margin: 16px 0;}
|
|
|
- i{width:1px;height:16px;display:inline-block;margin: 0 24px;background: #DFE6FE;vertical-align: middle;}
|
|
|
- a{width: 132px;height: 32px;line-height: 32px;display: inline-block;@include setFontStyle(-4);color: #2B5CFD;background: #FFFFFF;text-align:center;border-radius: 4px;}
|
|
|
- }
|
|
|
+ background-repeat: no-repeat;
|
|
|
}
|
|
|
|
|
|
/* 产品优势 */
|
|
|
- .exam-product-advantages{
|
|
|
- width: 100%;display: flex;justify-content: space-between;margin: 48px 0;
|
|
|
- li{width: 250px;padding: 32px 0;border-radius: 8px;transition: .3s all linear;}
|
|
|
- li:hover{background: #F9FAFF;cursor: default}
|
|
|
- img{display: block;margin: 0 auto;}
|
|
|
- h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);text-align: center;margin: 16px 0 8px;}
|
|
|
- p{@include setFontStyle(-6);height:66px;line-height: 22px;color: rgba(0,0,0,0.65);padding:0 24px;margin-bottom: 21px;text-align: center;@include multi-line-ellipsis(3);}
|
|
|
+ .exam-products-services{
|
|
|
+ .products-services-box{width: 1200px;margin: 0 auto;}
|
|
|
+ li:not(:last-child){border-bottom:1px solid #eee; }
|
|
|
}
|
|
|
|
|
|
/* 产品功能 */
|
|
|
.exam-product-function{
|
|
|
- background: #F9FAFF;
|
|
|
+ background: #f8f8f8;
|
|
|
padding-bottom: 32px;
|
|
|
// ul
|
|
|
.product-function-box{
|
|
|
- margin-top: 24px;
|
|
|
+ margin-top: 48px;
|
|
|
li{
|
|
|
width: 50%;display: inline-block;transition: .3s all linear;
|
|
|
- div{padding: 24px 32px;margin: 0 32px;}
|
|
|
- i{width: 40px;height: 40px;float:left;background-size: cover;background-repeat: no-repeat;}
|
|
|
+ div{padding: 12px 8px;margin: 0 32px 24px;background: #fff;}
|
|
|
+ i{width: 120px;height: 80px;margin-right:24px;float:left;background-size: cover;background-repeat: no-repeat;}
|
|
|
h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 8px;margin-left: 56px;}
|
|
|
p{@include setFontStyle(-6);height:66px;line-height: 22px;color: rgba(0,0,0,0.65);margin-left: 56px;@include multi-line-ellipsis(3);}
|
|
|
}
|
|
@@ -309,102 +296,52 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- /* 产品展示 */
|
|
|
- .exam-product-show{
|
|
|
- background: #0E1F3C;
|
|
|
- h4{color: #fff;}
|
|
|
- // 轮播外层容器
|
|
|
- .product-show-container{max-width: 1600px;margin: 0 auto;}
|
|
|
- .el-carousel{
|
|
|
- min-height: 360px;padding: 48px 0 80px;
|
|
|
- // 轮播内容区
|
|
|
- .el-carousel__container{width: 1360px;height: 360px;margin: 0 auto;}
|
|
|
- }
|
|
|
- // 后方卡片
|
|
|
- .el-carousel__item{
|
|
|
- width:560px;
|
|
|
- .el-carousel__mask{background: transparent;}
|
|
|
- .product-show-carousel{
|
|
|
- width:350px;
|
|
|
- padding-top: 70px;
|
|
|
- margin: 0 auto;
|
|
|
- img{width:100%;height: 198px;border-radius: 8px;}
|
|
|
- h5{@include setFontStyle(-4);color: rgba(255,255,255,0.65);margin-top: 16px;text-align: center;}
|
|
|
- }
|
|
|
- }
|
|
|
- // 前方卡片(active)
|
|
|
- .el-carousel__item.is-active{
|
|
|
- width: 560px;
|
|
|
- .product-show-carousel{
|
|
|
- width: 560px;
|
|
|
- padding-top: 0;
|
|
|
- img{height: 315px;}
|
|
|
- }
|
|
|
- }
|
|
|
- // 轮播下方进度标签
|
|
|
- .el-carousel__indicators--outside{display: none}
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
/* 应用场景 */
|
|
|
.exam-application-scenarios{
|
|
|
background: #F9FAFF;
|
|
|
- .application-scenarios-box{padding: 120px 0 80px;margin: 0 -16px;}
|
|
|
+ padding-bottom: 80px;
|
|
|
+ .application-scenarios-box{margin: 48px -12px 0;}
|
|
|
li{
|
|
|
width: 33.33%;
|
|
|
display: inline-block;
|
|
|
vertical-align: top;
|
|
|
- position: relative;
|
|
|
- transition: .3s all linear;
|
|
|
+ color: #fff;
|
|
|
.application-scenarios-img{
|
|
|
width: 116px;
|
|
|
height: 116px;
|
|
|
- position: absolute;
|
|
|
- top: -70px;
|
|
|
- left: 50%;
|
|
|
- margin-left: -58px;
|
|
|
- background-size: cover;
|
|
|
-
|
|
|
+ background-size: cover;
|
|
|
+ margin: 0 auto 24px;
|
|
|
i{width:32px;height:32px;display: block;background-size: cover;position: absolute;}
|
|
|
}
|
|
|
.application-scenarios-content{
|
|
|
- padding: 80px 24px 40px;
|
|
|
- margin: 0 16px;
|
|
|
+ padding: 60px 24px 40px;
|
|
|
+ margin: 0 12px;
|
|
|
background: #FFF;
|
|
|
border-radius: 8px;
|
|
|
- h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);text-align: center;margin-bottom: 16px;}
|
|
|
- p{@include setFontStyle(-6);line-height: 22px;color: rgba(0,0,0,0.65);text-align: justify;@include multi-line-ellipsis(5);min-height: 110px;max-height: 110px}
|
|
|
+ h5{@include setFontStyle(-2);text-align: center;margin-bottom: 16px;}
|
|
|
+ p{@include setFontStyle(-6);line-height: 22px;text-align: justify;@include multi-line-ellipsis(5);min-height: 110px;max-height: 110px}
|
|
|
}
|
|
|
}
|
|
|
- li:hover{
|
|
|
- margin-top: -16px;cursor: default;
|
|
|
- }
|
|
|
li:nth-child(1){
|
|
|
.application-scenarios-img {
|
|
|
background-image: url("~static/images/client/exam/application-scenarios-img1.svg");
|
|
|
- i{top: 48px;left: 42px;background-image: url("~static/images/client/exam/application-scenarios-icon1.svg");animation: 3s scenariosImgUpDown1 linear infinite;}
|
|
|
+ i{top: 48px;left: 42px;background-image: url("~static/images/client/exam/application-scenarios-icon1.svg");}
|
|
|
}
|
|
|
+ .application-scenarios-content{background: #ffbf00;}
|
|
|
}
|
|
|
li:nth-child(2){
|
|
|
.application-scenarios-img {
|
|
|
background-image: url("~static/images/client/exam/application-scenarios-img2.svg");
|
|
|
- i{top: 35px;left: 38px;background-image: url("~static/images/client/exam/application-scenarios-icon2.svg");animation: 3s scenariosImgUpDown2 linear infinite;}
|
|
|
+ i{top: 35px;left: 38px;background-image: url("~static/images/client/exam/application-scenarios-icon2.svg");}
|
|
|
}
|
|
|
+ .application-scenarios-content{background: #3799db;}
|
|
|
}
|
|
|
li:nth-child(3){
|
|
|
.application-scenarios-img {
|
|
|
background-image: url("~static/images/client/exam/application-scenarios-img3.svg");
|
|
|
- i{top: 35px;left: 32px;background-image: url("~static/images/client/exam/application-scenarios-icon3.svg");animation: 3s scenariosImgUpDown2 linear infinite;}
|
|
|
+ i{top: 35px;left: 32px;background-image: url("~static/images/client/exam/application-scenarios-icon3.svg");}
|
|
|
}
|
|
|
- }
|
|
|
- // 应用场景图标动画
|
|
|
- @keyframes scenariosImgUpDown1 {
|
|
|
- 0%, to {top: 48px;}
|
|
|
- 50% {top: 40px;}
|
|
|
- }
|
|
|
- @keyframes scenariosImgUpDown2 {
|
|
|
- 0%, to {top: 35px;}
|
|
|
- 50% {top: 28px;}
|
|
|
+ .application-scenarios-content{background: #63ba86;}
|
|
|
}
|
|
|
}
|
|
|
}
|