mirror of
https://github.com/stevenjoezhang/live2d-widget.git
synced 2024-11-25 14:21:28 +08:00
Update waifu_right.css
This commit is contained in:
parent
8576718258
commit
14a128ff16
@ -1,4 +1,3 @@
|
|||||||
/* 看板娘隐藏后的“看板娘”按钮 */
|
|
||||||
#waifu-toggle {
|
#waifu-toggle {
|
||||||
background-color: #fa0;
|
background-color: #fa0;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
@ -24,14 +23,13 @@
|
|||||||
margin-right: -20px;
|
margin-right: -20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 看板娘主体 */
|
|
||||||
#waifu {
|
#waifu {
|
||||||
bottom: -1000px;
|
bottom: -1000px;
|
||||||
right: 0;
|
right: 0;
|
||||||
line-height: 0;
|
line-height: 0;
|
||||||
|
margin-bottom: -10px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
transform: translateY(3px);
|
transform: translateY(3px);
|
||||||
/* margin-bottom: -10px; */
|
|
||||||
transition: transform .3s ease-in-out, bottom 3s ease-in-out;
|
transition: transform .3s ease-in-out, bottom 3s ease-in-out;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
}
|
}
|
||||||
@ -40,7 +38,6 @@
|
|||||||
transform: translateY(0);
|
transform: translateY(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 看板娘对话框 */
|
|
||||||
#waifu-tips {
|
#waifu-tips {
|
||||||
animation: shake 50s ease-in-out 5s infinite;
|
animation: shake 50s ease-in-out 5s infinite;
|
||||||
background-color: rgba(236, 217, 188, .5);
|
background-color: rgba(236, 217, 188, .5);
|
||||||
@ -59,7 +56,6 @@
|
|||||||
transition: opacity 1s;
|
transition: opacity 1s;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
/* display: none !important; */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#waifu-tips.waifu-tips-active {
|
#waifu-tips.waifu-tips-active {
|
||||||
@ -82,7 +78,6 @@
|
|||||||
cursor: grabbing;
|
cursor: grabbing;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 工具栏 */
|
|
||||||
#waifu-tool {
|
#waifu-tool {
|
||||||
color: #aaa;
|
color: #aaa;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
@ -97,7 +92,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#waifu-tool span {
|
#waifu-tool span {
|
||||||
color: #5b6c7d;
|
color: #7b8c9d;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: block;
|
display: block;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
@ -105,10 +100,8 @@
|
|||||||
transition: color .3s;
|
transition: color .3s;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 工具栏触碰后的颜色 */
|
|
||||||
#waifu-tool span:hover {
|
#waifu-tool span:hover {
|
||||||
color: #0684bd;
|
color: #0684bd; /* #34495e */
|
||||||
/* color: #34495e; */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes shake {
|
@keyframes shake {
|
||||||
|
Loading…
Reference in New Issue
Block a user