看板娘优化

This commit is contained in:
结发受长生
2018-05-27 14:11:56 +08:00
parent d101a69a3b
commit 63e80ebd82
9 changed files with 78 additions and 128 deletions
@@ -1,4 +1,4 @@
.waifu
.banner
position: fixed
bottom: 0
left: 0
@@ -8,14 +8,14 @@
-webkit-transform: translateY(3px)
transform: translateY(3px)
.waifu:hover
.banner:hover
-webkit-transform: translateY(0)
transform: translateY(0)
@media (max-width: 768px)
.waifu
.banner
display: none
.waifu-tips
.banner-tips
opacity: 0
width: 250px
height: 70px
@@ -36,7 +36,7 @@
animation-name: shake
animation-timing-function: ease-in-out
.waifu #live2d
.banner #live2d
position: relative
@keyframes shake