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

79 lines
1.0 KiB

преди 6 години
body {
background: #f5f7f9;
}
.navbar-default{
border-color: #f8d9ea !important;
}
.img-circle{
width: 36px;
height: 36px;
margin-top: 2px;
}
преди 6 години
.img-circle-large{
width: 110px;
height: 110px;
}
преди 6 години
.root-container {
преди 6 години
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
}
.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 години
right: 11px;
top: 11px;
}
.login-footer .wxcode{
margin-right: 20px;
}