|
@@ -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>
|