|
@@ -16,7 +16,7 @@
|
|
}
|
|
}
|
|
/* banner-box */
|
|
/* banner-box */
|
|
.client-banner-box{
|
|
.client-banner-box{
|
|
- .el-carousel__container{height: 395px;}
|
|
|
|
|
|
+ .el-carousel__container{height: 395px;cursor: pointer;}
|
|
.el-carousel__item{
|
|
.el-carousel__item{
|
|
.index-carousel-box{width:100%;height: 395px;display: block;background-position: center;background-repeat: no-repeat;background-color: #010619;}
|
|
.index-carousel-box{width:100%;height: 395px;display: block;background-position: center;background-repeat: no-repeat;background-color: #010619;}
|
|
}
|
|
}
|
|
@@ -279,7 +279,7 @@
|
|
.platform-products-experience{
|
|
.platform-products-experience{
|
|
p{font-size: 20px;line-height: 20px;text-align: center;margin: 30px 0 42px;}
|
|
p{font-size: 20px;line-height: 20px;text-align: center;margin: 30px 0 42px;}
|
|
.experience-ul-box{
|
|
.experience-ul-box{
|
|
- margin: 0 -16px;
|
|
|
|
|
|
+ margin: 0 -16px;text-align: center;
|
|
li{
|
|
li{
|
|
width:25%;display: inline-block;text-align: center;font-size: 16px;
|
|
width:25%;display: inline-block;text-align: center;font-size: 16px;
|
|
div{margin: 0 16px;padding:32px 18px;box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px 0px;border-radius: 10px;position: relative}
|
|
div{margin: 0 16px;padding:32px 18px;box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px 0px;border-radius: 10px;position: relative}
|
|
@@ -1000,5 +1000,15 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ /******** describe: 体验中心 author: TX date:2021-06-09 ********/
|
|
|
|
+ .tiyan-center-page{
|
|
|
|
+ .tiyan-center-register{
|
|
|
|
+ background: #3776ff;text-align: center;padding: 52px 0;margin-top: 70px;
|
|
|
|
+ h5{font-size: 42px;color: #fff;margin: 24px 0;}
|
|
|
|
+ p{font-size: 32px;color: #fff;margin-bottom: 52px;}
|
|
|
|
+ span{font-size: 52px;color: #ffff00}
|
|
|
|
+ a{width: 355px;height: 60px;line-height: 60px;text-align: center;background: #ff4d4d;border-radius: 4px;display: inline-block;color: #fff;}
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|