Browse Source

幻想全明星专区

sa03 6 years ago
parent
commit
79c3d0ffd5

BIN
2018专区/幻想全明星/src/img/bg-section1.png


+ 11 - 0
2018专区/幻想全明星/src/sass/global.scss

@@ -943,6 +943,17 @@ body {
 
 .dw-mod-video {
     height: 402px;
+    position: relative;
+    &:before{
+        content: "";
+        position: absolute;
+        top: -20px;
+        margin-left: -619px;
+        left: 50%;
+        width: 1238px;
+        height: 438px;
+        background: url(../img/bg-section1.png);
+    }
     .g-tab__nav {
         float: right;
         margin-right: 10px;

+ 2 - 1
2018专区/幻想全明星/src/sass/modules/_hero.scss

@@ -61,7 +61,8 @@
 }
 
 .dw-mod-hero .list-hero {
-    *zoom:1;margin-right: -16px
+    *zoom:1;
+    margin-right: -20px;
 }
 
 .dw-mod-hero .list-hero:before,.dw-mod-hero .list-hero:after {