更新(20191119)
This commit is contained in:
@@ -101,3 +101,13 @@ html {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
@keyframes ToolPanelShow {
|
||||
from {
|
||||
bottom: -110%;
|
||||
opacity: 0;
|
||||
}
|
||||
to {
|
||||
bottom: 0;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
@@ -208,13 +208,14 @@ footer p {
|
||||
/* 工具面板 */
|
||||
|
||||
.tool-panel {
|
||||
/* visibility: hidden; */
|
||||
display: none;
|
||||
z-index: 100;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
bottom: -110%;
|
||||
opacity: 0;
|
||||
bottom: 0;
|
||||
opacity: 1;
|
||||
transition: all 0.5s;
|
||||
animation: ToolPanelShow 0.5s;
|
||||
}
|
||||
|
||||
.tool-panel-bar {
|
||||
|
Reference in New Issue
Block a user