码农笔录博客源码
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

73 lignes
1.0 KiB

.me-menu {
il y a 6 ans
position: fixed;
top: 60px;
left: 20px;
width: 260px;
height: 100%;
background-color: #f9f9f9;
}
.me-menu p {
cursor: pointer;
font-size: 15px;
color: #555;
margin: 0;
height: 32px;
line-height: 32px;
}
.me-menu .active {
color: #3CBEF8 !important
}
.me-menu p a {
margin-left: 5px;
color: #555;
text-decoration: none;
}
.me-menu .active span {
display: inline-block;
height: 100%;
width: 2px;
background-color: #3CBEF8;
}
.me-menu .active a {
color: #3CBEF8;
vertical-align: top;
height: 32px;
line-height: 32px;
display: inline-block;
}
.me-blog-root {
il y a 6 ans
height: 100%;
il y a 6 ans
margin: 50px 4% 0 0;
il y a 6 ans
}
.me-blog-list {
il y a 6 ans
margin-left: 300px;
}
il y a 6 ans
.me-blog-list p {
il y a 6 ans
height: 30px;
line-height: 30px;
margin: 0;
font-size: 15px;
}
.me-footer{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 110px;
padding: 0 4%;
il y a 6 ans
}
.info-header{
flex: 1;
}
.info-header span{
margin-right: 6px;
il y a 6 ans
}