码农笔录博客源码
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

102 Zeilen
1.5 KiB

vor 6 Jahren
body {
vor 6 Jahren
font-size: 14px !important;
background: #fff;
vor 6 Jahren
}
vor 5 Jahren
a{
color: #28a3ef;
text-decoration: none;
}
.layui-nav{
text-align: right;
}
vor 6 Jahren
.navbar-default{
border-color: #f8d9ea !important;
}
vor 6 Jahren
.img-circle-large{
width: 110px;
height: 110px;
}
vor 6 Jahren
.root-container {
height: 100%;
width: 100%;
max-width: 100%;
}
vor 6 Jahren
.nav-container {
vor 5 Jahren
max-height: 50px;
vor 6 Jahren
position: fixed;
width: 100%;
z-index: 1000;
left: 0;
top: 0;
vor 6 Jahren
}
vor 5 Jahren
.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;
}
vor 6 Jahren
vor 5 Jahren
.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after{
height: 2px;
}
::-webkit-scrollbar {
vor 5 Jahren
width: 1px;
/*height: 0px;*/
}
::-webkit-scrollbar-track-piece {
background-color: rgba(0, 0, 0, 0);
-webkit-border-radius: 6px;
}
vor 6 Jahren
.cursor {
cursor: pointer
}
.footer-root{
vor 5 Jahren
color: rgba(255,255,255,.7);
position: relative;
width: 100%;
height: 105px;
vor 5 Jahren
display: flex;
}
.footer-friend{
text-align: center;
height: 25px;
line-height: 25px;
}
.footer-friend a{
vor 5 Jahren
color: rgba(255,255,255,.7);
text-decoration: none;
}
vor 5 Jahren
.img-circle{
width: 36px;
height: 36px;
border-radius: 50%;
}
.login-footer .wxcode{
margin-right: 20px;
}
vor 5 Jahren
.layui-nav .layui-nav-item{
line-height: 48px;
}
.footer-container{
background-color: #393D49;
padding: 30px 5% 0 5%;
}