Browse Source

Merge branch 'master' of http://192.168.0.115:3000/chenzhiguang/xinjiang_army

shaogen1995 3 years ago
parent
commit
45fc1e8a60

BIN
web/src/assets/images/xinjiang/jugong/jugongone.png


BIN
web/src/assets/images/xinjiang/jugong/jugongone1.png


+ 5 - 6
web/src/views/sacrifice/index.vue

@@ -56,7 +56,7 @@ export default {
       this.baiji = true;
       setTimeout(() => {
         this.baiji = false;
-      }, 9 * 1000);
+      }, 9.5 * 1000);
       mournVisit({ id: this.$route.params.id })
     },
     getDetail() {
@@ -109,7 +109,7 @@ export default {
     }
     .jugong {
       position: absolute;
-      width: 170px;
+      width: 150px;
       height: 346px;
       bottom: 10%;
       left: 50%;
@@ -118,13 +118,12 @@ export default {
       .jubox {
         position: absolute;
         left: 0;
-        width: 1870px;
+        width: 55050px;
         height: 346px;
         background-size: 100% 100%;
       }
       .jugongone {
-        animation: jugone 1.5s 0s steps(11) 5;
-        animation-direction: alternate;
+        animation: jugone 9s steps(367) 1;
       }
     }
     .sbtn {
@@ -152,7 +151,7 @@ export default {
 
 @keyframes jugone {
   100% {
-    left: -1870px;
+    left: -55050px;
   }
 }
 </style>