26 lines
581 B
Plaintext
26 lines
581 B
Plaintext
<style>
|
|
.universal-table-show {
|
|
border: 1px solid #eee;
|
|
border-collapse: collapse;
|
|
}
|
|
.universal-table-show.table td{
|
|
padding: 15px 18px;
|
|
}
|
|
.table-title {
|
|
border-right: 1px solid #eee;
|
|
}
|
|
|
|
</style>
|
|
<table class="table table-striped universal-table-show">
|
|
<tbody data-level="0" data-list="entry">
|
|
<tr>
|
|
<td class="col-md-2 table-title">{{title}}</td>
|
|
<td>{{text}}</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<div class="view_count pull-right">
|
|
<i class="fa fa-eye">{{view_count_head}}:</i>
|
|
<span class="view-count">{{view_count}}</span>
|
|
</div>
|