求大神看看有没有问题
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>无标题文档</title>
<style type="text/css">
/*reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin: 0;padding: 0;list-style: none;font:12px/1.5 "Arial", "sans-serif", "微软雅黑", "宋体", "Tahoma"}
/*公共样式*/
body{ padding-top:50px; line-height:20px}
.userPic{padding:5px; border:1px #ccc solid}
.demo01, .demo02{ margin-bottom:20px}
p{ text-indent:2em}
.demo1{width:600px;overflow:hidden;}
.demo1 .left{width:100px;float:left;}
.demo1 .left img{margin-left:20px;}
.demo1 .right{width:458px;float:right;padding:20px;background:#31C89B;border:1px solid #000000;}
.demo1 .right h6{margin-bottom:5px;}
.demo1 .right span{color:#999;float:right;margin-top:-100px;}
.demo2{width:600px;overflow:hidden;}
.demo2 img{float:left;margin-left:20px;}
.demo2 .right{width:458px;float:right;padding:20px;line-height:20px;background:#31C89B;border:1px solid #000000;position:relative;}
.demo2 .right h6{margin-bottom:5px;}
.demo2 .right span{font-size:10px;color:#F1EBEB;position:absolute;top:5px;right:10px;}
.demo3{width:460px;position:relative;padding:20px;margin-left:100px;background:#31C89B;border:1px solid #000000;}
.demo3 img{margin-left:20px;;position:absolute;top:0;left:-100px;}
.demo3 h6{margin-bottom:5px;}
.demo3 span{font-size:10px;color:#F1EBEB;position:absolute;top:5px;right:10px;}
</style>
</head>
<body>
<div class="demo1">
<div class="left">
<img src="images/head01.jpg"/>
</div>
<div class="right">
<h6>樱桃小丸子</h6>
<p>奥鹏教育是由教育部高等教育司2001年12月批准立项试点,2005年4月正式批准运营的远程教育公共服务体系,为遍布全国的学员提供学历(专升本,高起专)和非学历教育咨询、报名、学习辅导、课程考试、交费等7X24小时学习支持服务400-810-6736。</p>
<span>10分钟前</span>
</div>
</div>
<br/> <br/> <br/>
<div class="demo2">
<img src="images/head01.jpg"/>
<div class="right">
<h6>樱桃小丸子</h6>
<p>奥鹏教育是由教育部高等教育司2001年12月批准立项试点,2005年4月正式批准运营的远程教育公共服务体系,为遍布全国的学员提供学历(专升本,高起专)和非学历教育咨询、报名、学习辅导、课程考试、交费等7X24小时学习支持服务400-810-6736。</p>
<span>10分钟前</span>
</div>
</div>
<br/><br/><br/>
<div class="demo3">
<img src="images/head01.jpg"/>
<h6>樱桃小丸子</h6>
<p>奥鹏教育是由教育部高等教育司2001年12月批准立项试点,2005年4月正式批准运营的远程教育公共服务体系,为遍布全国的学员提供学历(专升本,高起专)和非学历教育咨询、报名、学习辅导、课程考试、交费等7X24小时学习支持服务400-810-6736。</p>
<span>10分钟前</span>
</div>
</body>
</html>