xiuno_plugin/z_postajax/hook/header_link_after.htm

28 lines
527 B
HTML
Raw Normal View History

2018-11-15 17:37:09 +08:00
<style>
/* 全局的动态导航条样式 可以打包到css文件 不是很重要,也可以放到页面最后加载 */
.navbar {
width: 100%;
background: none;
-webkit-transition: all .4s ease;
transition: all .4s ease;
position: fixed;
z-index: 9999;
top: 0
}
.yya {
position: fixed;
left: 0;
top: 0;
background: rgba(0, 0, 0, .6);
box-shadow: 0 0 1px rgba(0,0,0,.15)
}
.gizle {
top: -100px;
}
.sabit {
top: 0;
z-index: 9999;
}
</style>