码农笔录博客源码
您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。

67 行
979 B

.me-menu {
6 年前
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 年前
height: 100%;
margin: 50px 4% 0 0;
6 年前
}
.me-blog-list {
6 年前
margin-left: 300px;
}
.me-blog-list p {
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%;
}