知道自己的不足的地方 ,这节课几乎是学过的内容 还是有些没有理解 我自己下去也会反思下自己,应该多敲敲代码
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Document</title>
<style type="text/css">
.wb{border: 8px solid pink;width: 642px;height: 200px;margin: 0px auto;}
img{float: left;margin-top: 10px;margin-left: 10px;}
#wb_wz{float: right;margin-top: 10px;font-size: 14px;color: #9E9E9E;margin-right: 15px;}
#wb_text{width: 625px;height: 113px;border: 1px solid #ccc;margin:5px 5px;}
#poc #poc6,#poc1,#poc2,#poc3,#poc4,#poc5{width: 30px;font-size: 12px;height: 25px;float:left;padding-left: 25px;line-height: 25px;}
#poc6{background: url(images/an5.png) no-repeat left center; }
#poc1{background: url(images/an4.png) no-repeat left center; }
#poc2{background: url(images/an3.png) no-repeat left center; }
#poc3{background: url(images/an2.png) no-repeat left center; }
#poc4{background: url(images/an1.png) no-repeat left center; width: 40px;}
#poc5{margin-left: 160px;color: #ccc; margin-left: 170px;}
#anniu{background: #FFC09F;width: 90px;height: 30px; border-radius: 12px;margin-top: -5px;margin-left: 15px;border: none;color: #fff}
</style>
</head>
<body>
<div>
<img src="images/12.png">
<div id="wb_wz">还可以输入的<i></i>字</div>
<textarea id="wb_text"></textarea>
<div id="poc">
<span id="poc6">表情</span>
<span id="poc1">图片</span>
<span id="poc2">视频</span>
<span id="poc3">话题</span>
<span id="poc4">长微博</span>
<span id="poc5">公开</span>
<input type="button" value="发布" id="anniu">
</div>
</div>
</body>
</html>