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