码农笔录博客源码
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

49 строки
718 B

6 лет назад
body {
/*background: #f5f7f9 url("/static/img/bg.jpg") repeat;*/
background: #f5f7f9;
}
.navbar-default{
border-color: #f8d9ea !important;
}
.img-circle{
width: 36px;
height: 36px;
margin-top: 2px;
}
.root-container {
6 лет назад
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 лет назад
}
6 лет назад
.nav-container .sui-navbar .navbar-inner {
6 лет назад
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;
}
6 лет назад
.cursor {
6 лет назад
cursor: pointer
}