作者 zhangwei
1 个管道 的构建 通过 耗费 0 秒

1

... ... @@ -22,11 +22,7 @@ body {
}
.top {
/* width: 7.5rem; */
}
.top_img img {
width: 7.5rem;
width: 100%;
}
.vi_maks .vi_video {
... ... @@ -57,8 +53,6 @@ body {
position: relative;
}
body {}
.vi_maks {
width: 100%;
height: 100%;
... ... @@ -72,7 +66,8 @@ body {}
/* 地球 */
.top_earth {
/* width: 7.5rem; */
width: 100%;
overflow: hidden;
background-image: url("../images/cicon_07@2x.png");
background-size: cover;
background-repeat: no-repeat;
... ... @@ -347,8 +342,11 @@ body {}
}
.center {
/* width: 7.5rem; */
/* background: rgba(60, 60, 148, 1); */
width: 100%;
}
.video {
width: 100%;
}
.center_card {
... ...