t

来源:互联网 发布:韶关网络问政平台12345 编辑:程序博客网 时间:2024/06/08 19:08

<html>
<head>
  <title>floor</title>
  <style>
    #container{
      border: solid #ccc 1px;
      width: 800px;
      height: 200px;
    }
    .post{
      border-bottom: dashed #ccc 1px;
      margin: 5px;
      padding: 2px;
    }
    .user{
      margin-right: 0px;
      float: left;
    }
  </style>
</head>
<body>
  <div id="container">
    <div class="post">
      <div class="header_post"><div class="user">the user</div><div align="right" style="">2009-06-18</div></div>
      <div class="body_post">this is a test news</div>
      <div class="footer_post"><div align="right">Reply</div></div>
    </div>
  </div>
</body>
</html>
<script>

</script>