码农笔录博客源码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
487 B

преди 6 години
.root-container{
position: absolute;
height: 100%;
width: 100%;
max-width: 100%;
}
преди 6 години
.nav-container{
преди 6 години
max-height: 40px;
преди 6 години
position: fixed;
width: 100%;
z-index: 1000;
преди 6 години
left: 0;
top: 0;
преди 6 години
}
.nav-container .sui-navbar .navbar-inner{
padding: 0 50px;
преди 6 години
}
::-webkit-scrollbar {
преди 6 години
width: 0px;
преди 6 години
height: 0px;
}
::-webkit-scrollbar-track-piece {
background-color: rgba(0, 0, 0, 0);
-webkit-border-radius: 6px;
}
.cursor{
cursor: pointer
}