Browse Source

魔域专题修改、笑傲江湖3专题修改

PC-20180523CIYM\Administrator 5 years ago
parent
commit
13a0b21cc3

BIN
2019专题/1911笑傲江湖3专题/src/img/btn-primary-play-new.png


BIN
2019专题/1911笑傲江湖3专题/src/img/pc/bg-primary-new.jpg


+ 14 - 11
2019专题/1911笑傲江湖3专题/src/sass/global.scss

@@ -294,27 +294,30 @@ body {
         }
     }
     .mod-primary {
-        height: 1026px;
-        background-image: url(../img/pc/bg-primary.jpg);
+        height: 951px;
+        background-image: url(../img/pc/bg-primary-new.jpg);
         .btn-popup-video {
-            height: 78px;
-            width: 78px;
+            background: url(../img/btn-primary-play.png?__sprite) top left no-repeat;
+        }
+        .btn-popup-video {
+            height: 98px;
+            width: 104px;
             display: block;
             position: absolute;
-            top: 331px;
-            left: 50%;
-            margin-left: 152px;
-            background: url(../img/btn-primary-play.png?__sprite) top left no-repeat;
-            transition: opacity 0.3s;
+            top: 226px;
+            right: 50%;
+            margin-right: 53px;
+            background: url(../img/btn-primary-play-new.png) top left no-repeat !important;
+            transition: transform 0.3s;
             cursor: pointer;
             &:hover {
-                @include opacity(0.9);
+                transform: translate(0, -5px);
             }
         }
         .tools-wrap {
             width: 846px;
             position: absolute;
-            top: 771px;
+            top: 696px;
             left: 50%;
             margin-left: -423px;
             .btns {

BIN
2019专题/1911魔域专题/src/img/bg-playway.jpg


+ 1 - 1
2019专题/1911魔域专题/src/sass/global.scss

@@ -523,7 +523,7 @@ body {
     }
     .mod-playway {
         height: 1042px;
-        background-image: url(../img/bg-playway.jpg);
+        background-image: url(../img/bg-playway.jpg?1);
         .mod-inner {
             width: 1180px;
             .lists {