Browse Source

缩减间距

master
453530270@qq.com 3 years ago
parent
commit
b49718011d
  1. 5
      src/views/WhView.vue

5
src/views/WhView.vue

@ -177,6 +177,9 @@
.jgbox .jgcon .jgitem .jgival { .jgbox .jgcon .jgitem .jgival {
font-size: 1.06rem; font-size: 1.06rem;
font-weight: bold; font-weight: bold;
/* 动画效果 */
-webkit-animation: ani_sc 5s infinite forwards;
animation: ani_sc 5s infinite forwards;
} }
.jgbox .jgcon .jgitem .jgdesc { .jgbox .jgcon .jgitem .jgdesc {
@ -284,7 +287,7 @@
/* 图书馆趋势 */ /* 图书馆趋势 */
.tsgbox { .tsgbox {
margin-top: 3rem; margin-top: 1.21rem;
} }
.tsgbox .tsg_title { .tsgbox .tsg_title {

Loading…
Cancel
Save