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

102 lines
1.5 KiB

6 years ago
body {
6 years ago
font-size: 14px !important;
background: #fff;
6 years ago
}
5 years ago
a{
color: #28a3ef;
text-decoration: none;
}
.layui-nav{
text-align: right;
}
6 years ago
.navbar-default{
border-color: #f8d9ea !important;
}
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 {
5 years ago
max-height: 50px;
6 years ago
position: fixed;
width: 100%;
z-index: 1000;
left: 0;
top: 0;
6 years ago
}
5 years ago
.nav-container li a:hover {
transform: rotate(5deg) scale(1.1);
}
.nav-container p {
display: inline-block;
float: left;
line-height: 48px;
font-size: 20px;
font-weight: 600;
}
6 years ago
5 years ago
.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after{
height: 2px;
}
::-webkit-scrollbar {
5 years ago
width: 1px;
/*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{
5 years ago
color: rgba(255,255,255,.7);
position: relative;
width: 100%;
height: 105px;
5 years ago
display: flex;
}
.footer-friend{
text-align: center;
height: 25px;
line-height: 25px;
}
.footer-friend a{
5 years ago
color: rgba(255,255,255,.7);
text-decoration: none;
}
5 years ago
.img-circle{
width: 36px;
height: 36px;
border-radius: 50%;
}
.login-footer .wxcode{
margin-right: 20px;
}
5 years ago
.layui-nav .layui-nav-item{
line-height: 48px;
}
.footer-container{
background-color: #393D49;
padding: 30px 5% 0 5%;
}