码农笔录博客源码
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.

80 lines
1.1 KiB

6 years ago
body {
6 years ago
font-size: 14px !important;
background: #fff;
6 years ago
}
.navbar-default{
border-color: #f8d9ea !important;
}
.img-circle{
width: 36px;
height: 36px;
margin-top: 2px;
}
6 years ago
.img-circle-large{
width: 110px;
height: 110px;
}
6 years ago
.root-container {
height: 100%;
width: 100%;
max-width: 100%;
}
6 years ago
.nav-container {
max-height: 40px;
6 years ago
position: fixed;
width: 100%;
z-index: 1000;
left: 0;
top: 0;
6 years ago
}
6 years ago
.nav-container .sui-navbar .navbar-inner {
6 years ago
padding: 0 50px;
}
::-webkit-scrollbar {
6 years ago
width: 0px;
height: 0px;
}
::-webkit-scrollbar-track-piece {
background-color: rgba(0, 0, 0, 0);
-webkit-border-radius: 6px;
}
6 years ago
.cursor {
cursor: pointer
}
.footer-root{
position: relative;
width: 100%;
height: 105px;
}
.footer-friend{
text-align: center;
height: 25px;
line-height: 25px;
color: #555;
}
.footer-friend a{
color: #555;
text-decoration: none;
}
.wxcode{
position: absolute;
6 years ago
right: 11px;
top: 11px;
}
.login-footer .wxcode{
margin-right: 20px;
}