baozw
4 years ago
3 changed files with 70 additions and 1 deletions
@ -1 +1,13 @@
|
||||
<p>similar-plans works!</p> |
||||
<div class="leisiTable"> |
||||
<table> |
||||
<thead > |
||||
<td style="width:40%;">单位名称</td> |
||||
<td style="width:10%;">始建于</td> |
||||
<td style="width:10%;">着火物</td> |
||||
<td style="width:10%;">点火位置</td> |
||||
<td style="width:10%;">相近度</td> |
||||
<td style="width:20%;">详情</td> |
||||
</thead> |
||||
<tbody id="shujubody"></tbody> |
||||
</table> |
||||
</div> |
||||
|
@ -0,0 +1,19 @@
|
||||
.leisiTable{ |
||||
border:1px solid #0E79A9; |
||||
height: 95%; |
||||
width: 100%; |
||||
background-color: #05385E; |
||||
margin-top: 50px; |
||||
table{ |
||||
width: 100%; |
||||
height: 100%; |
||||
thead{ |
||||
td{ |
||||
color:#F7BA2A; |
||||
height: 50px; |
||||
text-align:center; |
||||
border-bottom: 1px solid #0E79A9; |
||||
} |
||||
} |
||||
} |
||||
} |
Loading…
Reference in new issue