看板娘优化
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user