|
@@ -2189,6 +2189,22 @@
|
|
li:nth-child(6) div{background-image: url("~static/images/client/component/product-function-bj6.png");}
|
|
li:nth-child(6) div{background-image: url("~static/images/client/component/product-function-bj6.png");}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ // 应用场景
|
|
|
|
+ .application-scenario-box{
|
|
|
|
+ .application-scenario-list{
|
|
|
|
+ display: flex;justify-content: space-between;margin: 90px 0;
|
|
|
|
+ li{width: 345px;height: 358px;position: relative}
|
|
|
|
+ li:nth-child(1){background-image: url("~static/images/client/course/course-platform-img5.png");}
|
|
|
|
+ li:nth-child(2){background-image: url("~static/images/client/course/course-platform-img6.png");}
|
|
|
|
+ li:nth-child(3){background-image: url("~static/images/client/course/course-platform-img7.png");}
|
|
|
|
+ p{width:80%;font-size: 16px;font-weight: 400;text-align: justify;color: #565656;
|
|
|
|
+ margin: 170px auto 0;line-height: 26px;}
|
|
|
|
+ h4{font-size: 24px;font-weight: 400;color: #fff;position: absolute;bottom: 20px;
|
|
|
|
+ left: 0;right: 0;}
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
@media (max-width: 768px){
|
|
@media (max-width: 768px){
|
|
// 产品功能
|
|
// 产品功能
|
|
.course-product-function {
|
|
.course-product-function {
|
|
@@ -2200,6 +2216,17 @@
|
|
div {width: 283px;height: 84px;margin: 10px auto;padding: 8px 16px;}
|
|
div {width: 283px;height: 84px;margin: 10px auto;padding: 8px 16px;}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ // 应用场景
|
|
|
|
+ .application-scenario-box{
|
|
|
|
+ .application-scenario-list{
|
|
|
|
+ flex-wrap: wrap;justify-content: center;margin: 16px 0;
|
|
|
|
+ li{width: 283px;height: 294px;background-position: center;background-repeat: no-repeat;
|
|
|
|
+ background-size: contain;margin: 16px 6px;}
|
|
|
|
+ p{width:86%;font-size: 12px;margin: 120px auto 0;line-height: 22px;}
|
|
|
|
+ h4{font-size: 14px;bottom: 20px;}
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|