blogbeta1
//html
//css
/通用样式/
body {
margin: 0;
background: #eeeeee;
}
a {
text-decoration: none;
}
ul {
list-style-type: none;
}
/左/
.blog_left {
float: left;
width: 25%;
height: 100%;
background: #4e4e4e;
position: fixed;
top: 0;
left: 0;
}
.picture {
border: 5px solid white;
border-radius: 50%;
height: 150px;
width: 150px;
margin: 20px auto;
overflow: hidden;
}
.picture img {
width: 100%;
background-position: 100px,100px;
}
.info {
font-size: 14px;
color: darkgray;
text-align: center;
}
.motto {
font-size: 14px;
color: #277a23;
text-align: center;
}
.about_me {
font-size: 14px;
color: #3b43a9;
text-align: center;
}
.signal {
font-size: 14px;
color: #3b43a9;
text-align: center;
}
/右/
.blog_right {
float: right;
width: 75%;
height: 100px;
}
.shang {
background-color: white;
margin: 20px 40px 20px 10px;
box-shadow: 5px 5px 5px rgba(129,70,34,0.8);
}
.shang .title {
font-size: 36px;
margin-left: 18px;
}
.shang .date {
float: right;
margin: 20px;
}
.zhong {
text-indent: 25px;
}
.xia {
padding: 10px 20px 10px 20px;
}