Skip to content

Commit 4127207

Browse files
committed
替换留言页图片,优化小船消失动画
1 parent f3428ea commit 4127207

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"less": "3.8.1",
1717
"less-loader": "4.1.0",
1818
"marked": "0.5.2",
19+
"npm": "^8.19.2",
1920
"vue": "2.5.17",
2021
"vue-canvas-nest": "2.0.0",
2122
"vue-particles": "1.0.9",

src/components/MainPage/MessageBoard.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -717,14 +717,14 @@ export default {
717717
animation-delay: 2s;
718718
-webkit-animation-delay: 2s;
719719
width: 62vh;
720-
height: 16vh;
720+
height: 32vh;
721721
}
722722
723723
// 船缩小的动画
724724
@keyframes boatSmall{
725725
0% {
726726
width: 62vh;
727-
height: 16vh;
727+
height: 32vh;
728728
opacity: 1;
729729
}
730730
100% {

src/static/img/boat.png

156 KB
Loading

0 commit comments

Comments
 (0)