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

1

@@ -22,11 +22,7 @@ body { @@ -22,11 +22,7 @@ body {
22 } 22 }
23 23
24 .top { 24 .top {
25 - /* width: 7.5rem; */  
26 -}  
27 -  
28 -.top_img img {  
29 - width: 7.5rem; 25 + width: 100%;
30 } 26 }
31 27
32 .vi_maks .vi_video { 28 .vi_maks .vi_video {
@@ -57,8 +53,6 @@ body { @@ -57,8 +53,6 @@ body {
57 position: relative; 53 position: relative;
58 } 54 }
59 55
60 -body {}  
61 -  
62 .vi_maks { 56 .vi_maks {
63 width: 100%; 57 width: 100%;
64 height: 100%; 58 height: 100%;
@@ -72,7 +66,8 @@ body {} @@ -72,7 +66,8 @@ body {}
72 /* 地球 */ 66 /* 地球 */
73 67
74 .top_earth { 68 .top_earth {
75 - /* width: 7.5rem; */ 69 + width: 100%;
  70 + overflow: hidden;
76 background-image: url("../images/cicon_07@2x.png"); 71 background-image: url("../images/cicon_07@2x.png");
77 background-size: cover; 72 background-size: cover;
78 background-repeat: no-repeat; 73 background-repeat: no-repeat;
@@ -347,8 +342,11 @@ body {} @@ -347,8 +342,11 @@ body {}
347 } 342 }
348 343
349 .center { 344 .center {
350 - /* width: 7.5rem; */  
351 - /* background: rgba(60, 60, 148, 1); */ 345 + width: 100%;
  346 +}
  347 +
  348 +.video {
  349 + width: 100%;
352 } 350 }
353 351
354 .center_card { 352 .center_card {