样式修改

This commit is contained in:
yulixing 2019-11-25 17:29:41 +08:00
parent 18599e4433
commit b46a81bee4

View File

@ -90,20 +90,27 @@
<body>
<h1 class="title">TAPTAP数据周报· OPS</h1>
<p class="date">{{ day }}</p>
<p class="tags">{{ "各榜单TAGS分布(前三)" }}</p>
{% for key in tags.keys() %}
<table>
<thead>
<tr>
<td>{{ key }}</td>
{% for one in tags.get(key) %}
<td>{{ one[0] }}</td>
<td>{{ one[1] }}</td>
{% endfor %}
</tr>
</thead>
</table>
{% endfor %}
<div class="section">
<div class="info">
<span>{{ "各榜单TAGS分布(前三)" }}</span>
</div>
{% for key in tags.keys() %}
<div class="panel">
<table>
<tbody>
<tr>
<td>{{ key }}</td>
{% for one in tags.get(key) %}
<td>{{ one[0] }}</td>
<td>{{ one[1] }}</td>
{% endfor %}
</tr>
</tbody>
</table>
</div>
{% endfor %}
</div>
{% for key in data %}
<div class="section">