首页>评论列表

评论列表

文章转载,请注明出处 H-ui前端框架,网址http://www.h-ui.net/

  • 辉哥 评论于

    @某人 你是猴子派来的救兵吗?

  • 辉哥 评论于

    @某人 你是猴子派来的救兵来恶心我的吗?

HTML SCSS CSS
  1. <ul class="hui-comment">
  2. <li class="hui-comment-item clearfix">
  3. <a href="#"><i class="hui-avatar size-L radius"><img alt="" src="static/h-ui/images/ucenter/avatar-default.jpg"></i></a>
  4. <div class="hui-comment-main">
  5. <header class="hui-comment-header">
  6. <div class="hui-comment-meta">
  7. <a class="hui-comment-author" href="#">辉哥</a> 评论于
  8. <time title="2014年8月31日 下午3:20" datetime="2014-08-31T03:54:20">2014-8-31 15:20</time>
  9. </div>
  10. </header>
  11. <div class="hui-comment-body">
  12. <p><a href="#">@某人</a> 你是猴子派来的救兵吗?</p>
  13. </div>
  14. </div>
  15. </li>
  16.  
  17. <li class="hui-comment-item clearfix hui-comment-flip">
  18. <a href="#"><i class="hui-avatar size-L radius"><img alt="" src="//static.h-ui.net/h-ui/images/ucnter/hui-avatar-default.jpg"></i></a>
  19. <div class="hui-comment-main">
  20. <header class="hui-comment-header">
  21. <div class="hui-comment-meta">
  22. <a class="hui-comment-author" href="#">辉哥</a> 评论于
  23. <time title="2014年8月31日 下午3:20" datetime="2014-08-31T03:54:20">2014-8-31 15:20</time>
  24. </div>
  25. </header>
  26. <div class="hui-comment-body">
  27. <p><a href="#">@某人</a> 你是猴子派来的救兵来恶心我的吗?</p>
  28. </div>
  29. </div>
  30. </li>
  31. </ul>