mirror of
https://github.com/Buriburizaem0n/live2d.git
synced 2026-02-04 03:20:02 +00:00
changed css file
This commit is contained in:
@@ -49,12 +49,20 @@
|
|||||||
transform: translateY(0);
|
transform: translateY(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 500px) {
|
||||||
#waifu {
|
#waifu {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 1024px) {
|
||||||
|
#waifu-tool {
|
||||||
|
opacity: 1 !important; /* 手机和平板设备上始终显示 */
|
||||||
|
transition: none; /* 去掉渐变效果,工具栏立即显示 */
|
||||||
|
z-index: 10; /* 确保工具栏在 canvas 之上 */
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/*对话框*/
|
/*对话框*/
|
||||||
#waifu-tips {
|
#waifu-tips {
|
||||||
animation: shake 50s ease-in-out 5s infinite;
|
animation: shake 50s ease-in-out 5s infinite;
|
||||||
|
|||||||
Reference in New Issue
Block a user