|
@@ -881,8 +881,23 @@ client-banner-box.client-banner-index {
|
|
|
transform: translate(-50%);
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ @media (max-width: 768px) {
|
|
|
+ width: 100%;
|
|
|
+ height: auto;
|
|
|
+ >div.client-platform-banner {
|
|
|
+ width: 100%;
|
|
|
+ height: 200px;
|
|
|
+ background-size: cover;
|
|
|
+ background-position: center;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
/***************************** 解决方案 子页面 三个 video *************/
|
|
|
.client-anli-box {
|
|
|
height: 600px;
|