|
@@ -369,12 +369,12 @@
|
|
|
|
|
|
/******** describe: 考试平台 author: TX date:2020-08-12 ********/
|
|
/******** describe: 考试平台 author: TX date:2020-08-12 ********/
|
|
.client-exam-page{
|
|
.client-exam-page{
|
|
- /* 网站banner */
|
|
|
|
- .client-exam-banner{
|
|
|
|
- width: 100%;
|
|
|
|
- height: 400px;
|
|
|
|
- background-image: url("~@/assets/images/client/exam/" + "exam-banner-background.png");
|
|
|
|
- background-position-x: center;
|
|
|
|
|
|
+ /* 网站banner */
|
|
|
|
+ .client-exam-banner{
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 400px;
|
|
|
|
+ background-image: url("~@/assets/images/client/exam/" + "exam-banner-background.png");
|
|
|
|
+ background-position-x: center;
|
|
|
|
|
|
/* banner文字区域 */
|
|
/* banner文字区域 */
|
|
.exam-banner-container{
|
|
.exam-banner-container{
|
|
@@ -394,7 +394,7 @@
|
|
li:hover{background: #F9FAFF;cursor: default}
|
|
li:hover{background: #F9FAFF;cursor: default}
|
|
img{display: block;margin: 0 auto;}
|
|
img{display: block;margin: 0 auto;}
|
|
h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);text-align: center;margin: 16px 0 8px;}
|
|
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: justify;@include multi-line-ellipsis(3);}
|
|
|
|
|
|
+ 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);}
|
|
}
|
|
}
|
|
|
|
|
|
/* 产品功能 */
|
|
/* 产品功能 */
|
|
@@ -427,32 +427,99 @@
|
|
.exam-product-show{
|
|
.exam-product-show{
|
|
background: #0E1F3C;
|
|
background: #0E1F3C;
|
|
h4{color: #fff;}
|
|
h4{color: #fff;}
|
|
- .product-show-container{width: 1500px;margin: 0 auto;}
|
|
|
|
|
|
+ // 轮播外层容器
|
|
|
|
+ .product-show-container{max-width: 1600px;margin: 0 auto;}
|
|
.el-carousel{
|
|
.el-carousel{
|
|
height: 360px;padding: 48px 0 80px;
|
|
height: 360px;padding: 48px 0 80px;
|
|
- .el-carousel__container{height: 360px;}
|
|
|
|
|
|
+ // 轮播内容区
|
|
|
|
+ .el-carousel__container{width: 1360px;height: 360px;margin: 0 auto;}
|
|
}
|
|
}
|
|
|
|
+ // 后方卡片
|
|
.el-carousel__item{
|
|
.el-carousel__item{
|
|
|
|
+ width:560px;
|
|
.el-carousel__mask{background: transparent;}
|
|
.el-carousel__mask{background: transparent;}
|
|
.product-show-carousel{
|
|
.product-show-carousel{
|
|
- width:280px;
|
|
|
|
- padding-top: 80px;
|
|
|
|
|
|
+ width:350px;
|
|
|
|
+ padding-top: 70px;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
- //background: red;
|
|
|
|
- img{width:100%;height: 158px}
|
|
|
|
- h5{@include setFontStyle(-6);color: rgba(255,255,255,0.65);margin-top: 16px;text-align: center;}
|
|
|
|
|
|
+ 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{
|
|
.el-carousel__item.is-active{
|
|
|
|
+ width: 560px;
|
|
.product-show-carousel{
|
|
.product-show-carousel{
|
|
width: 560px;
|
|
width: 560px;
|
|
- //background: blue;
|
|
|
|
padding-top: 0;
|
|
padding-top: 0;
|
|
- img{height: 315px}
|
|
|
|
|
|
+ img{height: 315px;}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ // 轮播下方进度标签
|
|
.el-carousel__indicators--outside{display: none}
|
|
.el-carousel__indicators--outside{display: none}
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ /* 应用场景 */
|
|
|
|
+ .exam-application-scenarios{
|
|
|
|
+ background: #F9FAFF;
|
|
|
|
+ .application-scenarios-box{height:266px;padding: 120px 0 80px;margin: 0 -16px;}
|
|
|
|
+ li{
|
|
|
|
+ width: 33.33%;
|
|
|
|
+ display: inline-block;
|
|
|
|
+ vertical-align: top;
|
|
|
|
+ position: relative;
|
|
|
|
+ transition: .3s all linear;
|
|
|
|
+ .application-scenarios-img{
|
|
|
|
+ width: 116px;
|
|
|
|
+ height: 116px;
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: -70px;
|
|
|
|
+ left: 50%;
|
|
|
|
+ margin-left: -58px;
|
|
|
|
+ background-size: cover;
|
|
|
|
+
|
|
|
|
+ i{width:32px;height:32px;display: block;background-size: cover;position: absolute;}
|
|
|
|
+ }
|
|
|
|
+ .application-scenarios-content{
|
|
|
|
+ padding: 80px 24px 40px;
|
|
|
|
+ margin: 0 16px;
|
|
|
|
+ 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}
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ li:hover{
|
|
|
|
+ margin-top: -16px;cursor: default;
|
|
|
|
+ }
|
|
|
|
+ li:nth-child(1){
|
|
|
|
+ .application-scenarios-img {
|
|
|
|
+ background-image: url("~@/assets/images/client/exam/" + "application-scenarios-img1.svg");
|
|
|
|
+ i{top: 48px;left: 42px;background-image: url("~@/assets/images/client/exam/" + "application-scenarios-icon1.svg");animation: 3s scenariosImgUpDown1 linear infinite;}
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ li:nth-child(2){
|
|
|
|
+ .application-scenarios-img {
|
|
|
|
+ background-image: url("~@/assets/images/client/exam/" + "application-scenarios-img2.svg");
|
|
|
|
+ i{top: 35px;left: 38px;background-image: url("~@/assets/images/client/exam/" + "application-scenarios-icon2.svg");animation: 3s scenariosImgUpDown2 linear infinite;}
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ li:nth-child(3){
|
|
|
|
+ .application-scenarios-img {
|
|
|
|
+ background-image: url("~@/assets/images/client/exam/" + "application-scenarios-img3.svg");
|
|
|
|
+ i{top: 35px;left: 32px;background-image: url("~@/assets/images/client/exam/" + "application-scenarios-icon3.svg");animation: 3s scenariosImgUpDown2 linear infinite;}
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ // 应用场景图标动画
|
|
|
|
+ @keyframes scenariosImgUpDown1 {
|
|
|
|
+ 0%, to {top: 48px;}
|
|
|
|
+ 50% {top: 40px;}
|
|
|
|
+ }
|
|
|
|
+ @keyframes scenariosImgUpDown2 {
|
|
|
|
+ 0%, to {top: 35px;}
|
|
|
|
+ 50% {top: 28px;}
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|