|
@@ -5,7 +5,7 @@
|
|
|
/******** describe: 网站首页 author: TX date:2020-07-30 ********/
|
|
|
.website-index-page{
|
|
|
width: 100%;
|
|
|
-
|
|
|
+ min-width: 1240px;
|
|
|
/* 网站banner */
|
|
|
.website-banner{
|
|
|
width: 100%;
|
|
@@ -103,11 +103,11 @@
|
|
|
}
|
|
|
|
|
|
/* 网站标题 */
|
|
|
- .website-index-title{ @include setFontStyle(14);color: rgba(0,0,0,0.85);letter-spacing: 0;padding-top: 96px;text-align: center;}
|
|
|
+ .website-index-title{ @include setFontStyle(14);color: rgba(0,0,0,0.85);letter-spacing: 0;padding-top: 80px;text-align: center;}
|
|
|
|
|
|
/* 产品和服务 */
|
|
|
.products-services-box{
|
|
|
- padding: 136px 0 30px;
|
|
|
+ padding: 116px 0 30px;
|
|
|
li{
|
|
|
width: 33.33%;
|
|
|
display: inline-block;
|
|
@@ -127,11 +127,11 @@
|
|
|
}
|
|
|
//内容区域
|
|
|
.products-services-content{
|
|
|
- padding: 120px 32px 48px 32px;
|
|
|
+ padding: 110px 32px 48px 32px;
|
|
|
transition: .3s all linear;
|
|
|
- @include setFontStyle(-4);
|
|
|
- h2{@include setFontStyle(4);color: rgba(0,0,0,0.85);text-align: center;margin-bottom: 24px;}
|
|
|
- p{line-height: 24px;color: rgba(0,0,0,0.65);margin-bottom: 56px;text-align: justify;min-height: 144px;@include multi-line-ellipsis(6);}
|
|
|
+ @include setFontStyle(-6);
|
|
|
+ h2{@include setFontStyle(2);color: rgba(0,0,0,0.85);text-align: center;margin-bottom: 16px;}
|
|
|
+ p{line-height: 22px;color: rgba(0,0,0,0.65);margin-bottom: 32px;text-align: justify;min-height: 136px;@include multi-line-ellipsis(6);}
|
|
|
a{background: #2B5CFD;border-radius: 4px;color: rgba(255, 255, 255, 0.85);cursor: pointer;width: 120px;height: 32px;line-height: 32px;display: block;text-align: center;margin: 0 auto;}
|
|
|
}
|
|
|
}
|
|
@@ -185,21 +185,22 @@
|
|
|
/* 行业学习需求 */
|
|
|
.website-demand-box{
|
|
|
background: #F9FAFF;
|
|
|
- padding-bottom: 96px;
|
|
|
+ padding-bottom: 80px;
|
|
|
// 行业ul
|
|
|
.industry-box{
|
|
|
+ margin-top: 8px;
|
|
|
li{
|
|
|
- width: 25%;display: inline-block;padding-top: 56px;height: 147px;overflow: hidden;
|
|
|
+ width: 25%;display: inline-block;margin-top: 32px;height: 147px;overflow: hidden;
|
|
|
img{margin: 0 auto;display: block;transition: all .2s linear;}
|
|
|
- div{transition: all .25s linear;}
|
|
|
- h2{@include setFontStyle(4);color: rgba(0,0,0,0.85);text-align: center;margin: 24px 0 16px;}
|
|
|
- p{@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 24px;margin: 0 8px 8px;min-height: 48px;text-align: center;@include multi-line-ellipsis(2);}
|
|
|
- a{@include setFontStyle(-4);width: max-content;display: block;color: #2B5CFD;line-height: 24px;margin: 0 auto;}
|
|
|
+ div{transition: all .25s linear;text-align: center;}
|
|
|
+ h2{@include setFontStyle(2);color: rgba(0,0,0,0.85);text-align: center;margin: 24px 0 16px;}
|
|
|
+ p{@include setFontStyle(-6);color: rgba(0,0,0,0.65);line-height: 22px;margin: 0 8px 8px;min-height: 48px;@include multi-line-ellipsis(2);}
|
|
|
+ a{@include setFontStyle(-6);display: block;color: #2B5CFD;line-height: 24px;margin: 0 auto;}
|
|
|
}
|
|
|
li:hover{
|
|
|
img{opacity: 0;transform: translateY(10px);}
|
|
|
div{margin-top: -147px}
|
|
|
- h2{@include setFontStyle(0);margin-top: 80px;}
|
|
|
+ h2{@include setFontStyle(-2);margin-top: 80px;}
|
|
|
a{cursor: pointer;}
|
|
|
}
|
|
|
}
|
|
@@ -213,32 +214,39 @@
|
|
|
width: 20%;
|
|
|
display: inline-block;
|
|
|
}
|
|
|
- img{margin: 16px auto;}
|
|
|
+ img{margin: 16px auto;transition: all 0.5s;}
|
|
|
+ li:hover{
|
|
|
+ img{transform: scale(1.1);box-shadow: 0 4px 8px 0 rgba(214, 214, 214, 0.76);border-radius: 8px}
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
|
|
|
/* 我们始终专注教育系统研发更懂用户需求 */
|
|
|
.website-cert-box{
|
|
|
background: #F9FAFF;
|
|
|
- padding-bottom: 96px;
|
|
|
+ padding-bottom: 80px;
|
|
|
+ .website-index-title{padding-bottom: 8px;}
|
|
|
.cert-img-box{
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
- margin: 56px 0;
|
|
|
- img{width: 16%;border: 2px solid #2B5CFD;border-radius: 8px;}
|
|
|
+ margin: 32px 0;
|
|
|
+ span{display:block;border: 2px solid #2B5CFD;border-radius: 8px;padding:5px;overflow: hidden;}
|
|
|
+ img{width: 200px;height:280px;transition: all 0.5s;}
|
|
|
+ img:hover{transform: scale(1.1);}
|
|
|
}
|
|
|
- a{width:238px;height:40px;line-height: 40px;margin: 0 auto;text-align: center;@include setFontStyle(-4);display:block;background: #2B5CFD;border-radius: 4px;color: rgba(255,255,255,0.85);}
|
|
|
+ a{width:238px;height:40px;line-height: 40px;margin: 40px auto 0;text-align: center;@include setFontStyle(-4);display:block;background: #2B5CFD;border-radius: 4px;color: rgba(255,255,255,0.85);}
|
|
|
+ a:hover{cursor: pointer}
|
|
|
}
|
|
|
|
|
|
/* 为什么选择我们 */
|
|
|
.website-chose-box{
|
|
|
- padding-bottom: 96px;
|
|
|
+ padding-bottom: 80px;
|
|
|
.chose-img-box{
|
|
|
li{
|
|
|
width: 25%;display: inline-block;
|
|
|
- div{width: 205px;height: 205px;border-radius:50%;position:relative;margin: 56px auto 24px;transition: all 0.3s;}
|
|
|
- i{width: 70px;height: 70px;position: absolute;top: 65px;left: 45px;}
|
|
|
- h2{@include setFontStyle(4);text-align: center;color: rgba(0,0,0,0.85);}
|
|
|
+ div{width: 190px;height: 190px;border-radius:50%;position:relative;margin: 40px auto 24px;transition: all 0.3s;background-size: cover}
|
|
|
+ i{width: 62px;height: 62px;position: absolute;top: 65px;left: 45px;background-size: cover;}
|
|
|
+ h2{@include setFontStyle(2);text-align: center;color: rgba(0,0,0,0.85);}
|
|
|
}
|
|
|
li:nth-child(1){
|
|
|
div{background-image: url("~@/assets/images/website/index/" + "index-chose-service.png");}
|
|
@@ -279,12 +287,12 @@
|
|
|
/* 行业资讯 */
|
|
|
.website-industry-information{
|
|
|
background: #F9FAFF;
|
|
|
- padding-bottom: 96px;
|
|
|
+ padding-bottom: 80px;
|
|
|
// 轮播组件
|
|
|
.el-carousel{
|
|
|
- margin-top: 56px;
|
|
|
+ margin-top: 40px;
|
|
|
.el-carousel__container{
|
|
|
- height: 400px;
|
|
|
+ height: 360px;
|
|
|
}
|
|
|
|
|
|
}
|
|
@@ -293,7 +301,7 @@
|
|
|
border-radius: 8px;
|
|
|
.website-img-box{
|
|
|
width: 200px;
|
|
|
- height: 400px;
|
|
|
+ height: 360px;
|
|
|
background-repeat: no-repeat;
|
|
|
background-size: cover;
|
|
|
background-position: center;
|
|
@@ -302,13 +310,14 @@
|
|
|
}
|
|
|
.website-content-box{
|
|
|
margin-left: 200px;
|
|
|
- padding: 40px 32px;
|
|
|
- h1{@include setFontStyle(4);color: rgba(0,0,0,0.85);margin-bottom: 24px;}
|
|
|
- p{@include setFontStyle(-4);color: rgba(0,0,0,0.64);line-height: 24px;@include multi-line-ellipsis(9);min-height: 216px;margin-bottom: 24px;}
|
|
|
+ padding:32px;
|
|
|
+ h1{@include setFontStyle(2);color: rgba(0,0,0,0.85);margin-bottom: 16px;}
|
|
|
+ p{@include setFontStyle(-4);color: rgba(0,0,0,0.64);line-height: 24px;@include multi-line-ellipsis(9);min-height: 200px;margin-bottom: 24px;}
|
|
|
a{width: 132px;height: 32px;line-height:32px;display: inline-block;@include setFontStyle(-4);background: #2B5CFD;border-radius: 4px;color: rgba(255,255,255,0.85);text-align: center}
|
|
|
}
|
|
|
}
|
|
|
.el-carousel__item.is-active{
|
|
|
+ height: 350px;
|
|
|
box-shadow: 0 4px 8px 0 rgba(214, 214, 214, 0.76);
|
|
|
.website-img-box{width: 400px;}
|
|
|
.website-content-box{
|
|
@@ -316,6 +325,8 @@
|
|
|
p{@include multi-line-ellipsis(9);}
|
|
|
}
|
|
|
}
|
|
|
+ //指示器
|
|
|
+ .el-carousel__indicators{display: none}
|
|
|
}
|
|
|
}
|
|
|
}
|