Commit 991067855868af20675c9b2846ba02ce8f2a15c3

Authored by liuqimichale
1 parent 79843366

index 调用排行榜

css/libCss/common.css
... ... @@ -228,6 +228,11 @@ section{
228 228 height: 581px;
229 229 background-color: #fff;
230 230 }
  231 +.ranking-list{
  232 + height: 534px;
  233 +}
  234 +.ranking-list li{
231 235  
  236 +}
232 237  
233 238 /*API别表----------------------------------------*/
234 239 \ No newline at end of file
... ...
index.html
... ... @@ -83,6 +83,10 @@
83 83 <div class="link-con-title border-bottom1">
84 84 <span>调用排行榜</span>
85 85 </div>
  86 + <ul class="ranking-list">
  87 + <li>1</li>
  88 + <li>2</li>
  89 + </ul>
86 90 </div>
87 91 </div>
88 92  
... ...