diff --git a/src/views/WhView.vue b/src/views/WhView.vue index e7250e7..8d2fa23 100644 --- a/src/views/WhView.vue +++ b/src/views/WhView.vue @@ -177,6 +177,9 @@ .jgbox .jgcon .jgitem .jgival { font-size: 1.06rem; font-weight: bold; + /* 动画效果 */ + -webkit-animation: ani_sc 5s infinite forwards; + animation: ani_sc 5s infinite forwards; } .jgbox .jgcon .jgitem .jgdesc { @@ -284,7 +287,7 @@ /* 图书馆趋势 */ .tsgbox { - margin-top: 3rem; + margin-top: 1.21rem; } .tsgbox .tsg_title {