mirror of
https://github.com/vastxie/99AI.git
synced 2025-09-18 17:56:36 +08:00
9 lines
735 B
CSS
9 lines
735 B
CSS
|
|
/**
|
|
* 由 Fantastic-admin 提供技术支持
|
|
* Powered by Fantastic-admin
|
|
* https://fantastic-admin.github.io
|
|
*/
|
|
|
|
.topbar-container[data-v-012f7d01]{position:absolute;top:0;z-index:999;display:flex;flex-direction:column;box-shadow:0 1px 0 0 var(--g-border-color);transition:width .3s,top .3s,transform .3s,box-shadow .3s}.topbar-container.topbar-fixed[data-v-012f7d01],.topbar-container.topbar-sticky[data-v-012f7d01]{position:fixed}.topbar-container.topbar-fixed.shadow[data-v-012f7d01],.topbar-container.topbar-sticky.shadow[data-v-012f7d01]{box-shadow:0 10px 10px -10px var(--g-box-shadow-color)}.topbar-container.topbar-sticky.hide[data-v-012f7d01]{top:calc((var(--g-tabbar-height) + var(--g-toolbar-height)) * -1)!important}
|