SOURCE

console 命令行工具 X clear

                    
>
console
  <div class="hot-posts"> 
   <h2 class="title"> 最受喜欢 </h2> 
   <ul> 
    <li> <p> <span class="post-comments"> 评论 (10) </span> <span class="muted"> <a href="javascript:;" data-action="ding" data-id="890" id="Addlike" class="action"> <i class="fa fa-heart-o"> </i> <span class="count"> 2 </span> 喜欢 </a> </span> </p> <span class="label label-1"> 1 </span> <a href="https://www.lizenghai.com/futures_tools" title="期货结算单自动下载及分析工具"> 期货结算单自动下载及分析工具 </a> </li> 
    <li> <p> <span class="post-comments"> 评论 (5) </span> <span class="muted"> <a href="javascript:;" data-action="ding" data-id="898" id="Addlike" class="action"> <i class="fa fa-heart-o"> </i> <span class="count"> 1 </span> 喜欢 </a> </span> </p> <span class="label label-2"> 2 </span> <a href="https://www.lizenghai.com/archives/898.html" title="PyInstaller将Python文件打包为exe后如何反编译(破解源码)以及防止反编译"> PyInstaller将Python文件打包为exe后如何反编译(破解源码)以及防止反编译 </a> </li> 
    <li> <p> <span class="post-comments"> 评论 (2) </span> <span class="muted"> <a href="javascript:;" data-action="ding" data-id="865" id="Addlike" class="action"> <i class="fa fa-heart-o"> </i> <span class="count"> 1 </span> 喜欢 </a> </span> </p> <span class="label label-3"> 3 </span> <a href="https://www.lizenghai.com/archives/865.html" title="Spyder汉化包同步更新至官方Spyder3.2.8版本。"> Spyder汉化包同步更新至官方Spyder3.2.8版本。 </a> </li> 
    <li> <p> <span class="post-comments"> 评论 (2) </span> <span class="muted"> <a href="javascript:;" data-action="ding" data-id="1459" id="Addlike" class="action"> <i class="fa fa-heart-o"> </i> <span class="count"> 7 </span> 喜欢 </a> </span> </p> 
      <span class="label label-4"> 4 </span> 
      <a href="https://www.lizenghai.com/archives/1459.html" title="Python3爬虫教程及可视化数据分析系列图文教程"> Python3爬虫教程及可视化数据分析系列图文教程 </a>
     </li> 
    <li> <p> <span class="post-comments"> 评论 (2) </span> <span class="muted"> <a href="javascript:;" data-action="ding" data-id="1438" id="Addlike" class="action"> <i class="fa fa-heart-o"> </i> <span class="count"> 3 </span> 喜欢 </a> </span> </p> <span class="label label-5"> 5 </span> <a href="https://www.lizenghai.com/archives/1438.html" title="python爬虫实例二——网易云音乐歌曲和评论的可视化数据分析"> python爬虫实例二——网易云音乐歌曲和评论的可视化数据分析 </a> </li> 
   </ul> 
  </div>  
p {
  margin: 0 0 10px;
}

.hot-posts {
  clear: both;
  background-color: #fff;
}

.hot-posts h2 {
  line-height: 45px;
  font-weight: normal;
  color: #1abc9c;
  font-size: 16px;
}

.title {
  position: relative;
  height: 45px;
  border-bottom: 1px solid #90bba8;
  margin: 5px 20px;
}

.hot-posts ul {
  margin: 0 20px 10px;
  padding: 15px 0 10px;
  list-style: none;
  overflow: hidden;
}

li {
  line-height: 20px;
}

.hot-posts li {
  overflow: hidden;
  clear: both;
}

.hot-posts p {
  float: right;
  font-size: 14px;
  color: #777;
  font-size: 13px;
}

.label,
.badge {
  position: relative;
  display: inline-block;
  padding: 4px 6px 3px;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  background-color: #999;
}

.hot-posts a {
  font-size: 14px;
}

a {
  color: #00a67c;
  text-decoration: none;
}

.hot-posts .label {
  margin-right: 8px;
  padding: 2px 7px;
  top: -1px;
}

.label-1 {
  background-color: #fd8c84;
}

.label-1 {
  background-color: #fd8c84
}

.label-2 {
  background-color: #6fc299
}

.label-3 {
  background-color: #81c1f2
}