码农笔录博客源码
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

102 lines
1.5 KiB

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