Last active
August 29, 2015 14:05
-
-
Save imEhllBdPGMVaArZ/d93c84f4b996a99e4f5a to your computer and use it in GitHub Desktop.
问答社区列表条目的结构
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="pub_item"> | |
<div class="pub_item_wrap clearfix"> | |
<div class="pub_summary"> | |
<div class="pub_title"><a href="#">标题名称</a></div> | |
<div class="pub_meta clearfix"> | |
<small class="meta_item timestamp">2014-5-14 18:20</small> | |
<small class="meta_item">217浏览</small> | |
<p class="meta_cont">The quick, brown fox jumps over a lazy dog.</p> | |
</div> | |
<div class="pub_action"> | |
<a href="#" class="edit">修改</a> | |
<a href="#" class="del">删除</a> | |
</div> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment