网站状态css
This commit is contained in:
parent
d83ea7ecd8
commit
743fee80e3
|
@ -208,9 +208,9 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="clearfix"></div>
|
<div class="clearfix"></div>
|
||||||
|
|
||||||
<div style="padding-top: 40px"></div>
|
<div style="width:100%;">
|
||||||
<h3 style="margin-left: 5px; color: #e8770d;">
|
<div style="width:600px;margin:0px auto;margin-top:80px;">
|
||||||
<table width="500px">
|
<table style="width:600px;font-size:15px; color: #e8770d;">
|
||||||
<tr>
|
<tr>
|
||||||
<td><strong>当前网站状态</strong></td>
|
<td><strong>当前网站状态</strong></td>
|
||||||
<td>活跃课程: <%=@courseCount%></td>
|
<td>活跃课程: <%=@courseCount%></td>
|
||||||
|
@ -219,6 +219,5 @@
|
||||||
<td>学生: <%=@studentCount%> 名<td>
|
<td>学生: <%=@studentCount%> 名<td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</h3>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
|
@ -241,9 +241,11 @@
|
||||||
|
|
||||||
<div style="padding-top: 40px"></div>
|
<div style="padding-top: 40px"></div>
|
||||||
|
|
||||||
<div class="clearfix">
|
<div class="clearfix"></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>
|
<tr>
|
||||||
<td><strong>当前网站状态</strong></td>
|
<td><strong>当前网站状态</strong></td>
|
||||||
<td>活跃项目:<%=@projectCount%>个</td>
|
<td>活跃项目:<%=@projectCount%>个</td>
|
||||||
|
@ -251,5 +253,5 @@
|
||||||
<td>开发者:<%=@developerCount%>个 </td>
|
<td>开发者:<%=@developerCount%>个 </td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</h3>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue