BJ_web_developers
/
javaplatform
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
991067855868af20675c9b2846ba02ce8f2a15c3
Authored by
liuqimichale
2017-11-21 09:34:37 +0800
1 parent
79843366
index 调用排行榜
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
css/libCss/common.css
index.html
css/libCss/common.css
View file @
9910678
...
...
@@ -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
View file @
9910678
...
...
@@ -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
...
...