根据老师的自己做了一点点修改,敲得

原创 2018-11-14 12:46:52 127
摘要:<!DOCTYPE html><html><head> <meta charset="UTF-8"> <title>Document</title> <style type="text/css"> *{padding: 0px;marg


QQ图片20181114124619.png<!DOCTYPE html>
<html>
<head>
 <meta charset="UTF-8">
 <title>Document</title>
 <style type="text/css">
 *{padding: 0px;margin: 0px;}
 body{font-size: 12px}
    .box{width: 650px;height: 200px;border: 1px solid #ccc;margin: 0px auto;padding: 10px}
    img{float: left;width: 150px;height: 24px;}
    .box1{float: left;margin-left: 255px;width: 150px;height: 24px;text-align: right;font-size: 14px;color: #888;}
    .box1 span{font-size: 16px;font-weight: bold;}
     #text{width: 650px;height: 100px;border: 1px solid #888;margin-top: 5px}
    .box #sp4,#sp1,#sp2,#sp3{float: left;width 30px;height: 30px;line-height: 32px;padding-left: 30px}
    #sp4{margin-left:300px;margin-right: 15px;color: #ccc;}    #but{float: right;width: 88px;height: 30px;border: none;background: #ffc09f;color: #fff;}
     </style>
    }
 <script type="text/javascript"></script>
</head>
   <div>
      <img src="css/image.jpg">
      <div>还可以输入
          <span id="number">字</span>
      </div>
      <textarea id="text"></textarea>
      <span id="sp1">表情</span>
      <span id="sp2">图片</span>
      <span id="sp3">视频</span>
      <span id="sp4">公开</span>
      <input type="button" value="发布" id="but">
    </div> 
</body>
</html>

发布手记

热门词条