码农笔录博客源码
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

67 wiersze
979 B

.me-menu {
6 lat temu
position: fixed;
top: 60px;
left: 20px;
width: 260px;
height: 100%;
background-color: #f9f9f9;
}
.me-menu p {
cursor: pointer;
font-size: 18px;
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 {
6 lat temu
height: 100%;
6 lat temu
margin: 50px 4% 0 0;
6 lat temu
}
.me-blog-list {
6 lat temu
margin-left: 300px;
}
6 lat temu
.me-blog-list p {
6 lat temu
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%;
6 lat temu
}