码农笔录博客源码
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

34 linhas
487 B

.root-container{
position: absolute;
height: 100%;
width: 100%;
max-width: 100%;
}
6 anos atrás
.nav-container{
max-height: 40px;
6 anos atrás
position: fixed;
width: 100%;
z-index: 1000;
left: 0;
top: 0;
6 anos atrás
}
.nav-container .sui-navbar .navbar-inner{
padding: 0 50px;
}
::-webkit-scrollbar {
6 anos atrás
width: 0px;
height: 0px;
}
::-webkit-scrollbar-track-piece {
background-color: rgba(0, 0, 0, 0);
-webkit-border-radius: 6px;
}
.cursor{
cursor: pointer
}