网站状态css

This commit is contained in:
yanxd 2014-04-04 21:43:06 +08:00
parent d83ea7ecd8
commit 743fee80e3
2 changed files with 11 additions and 10 deletions

View File

@ -208,9 +208,9 @@
</div>
<div class="clearfix"></div>
<div style="padding-top: 40px"></div>
<h3 style="margin-left: 5px; color: #e8770d;">
<table width="500px">
<div style="width:100%;">
<div style="width:600px;margin:0px auto;margin-top:80px;">
<table style="width:600px;font-size:15px; color: #e8770d;">
<tr>
<td><strong>当前网站状态</strong></td>
<td>活跃课程: <%=@courseCount%></td>
@ -219,6 +219,5 @@
<td>学生: <%=@studentCount%> 名<td>
</tr>
</table>
</h3>
</div>
</div>

View File

@ -241,9 +241,11 @@
<div style="padding-top: 40px"></div>
<div class="clearfix">
<h3 style="margin-left: 5px; color: #e8770d;">
<table width = "500px">
<div class="clearfix"></div>
<div style="width:100%;">
<div style="width:600px;margin:0px auto;margin-top:80px;">
<table style="width:600px;font-size:15px; color: #e8770d;">
<tr>
<td><strong>当前网站状态</strong></td>
<td>活跃项目:<%=@projectCount%>个</td>
@ -251,5 +253,5 @@
<td>开发者:<%=@developerCount%>个 </td>
</tr>
</table>
</h3>
</div>
</div>