游戏日报 标题样式

This commit is contained in:
yulixing 2019-10-23 15:27:18 +08:00
parent 6b74265530
commit 72f4f9ea07

View File

@ -18,11 +18,11 @@
color: #333;
}
h1 {
h1.title {
margin: 30px 0 20px;
font-size: 32px;
font-size: 32px !important;
font-weight: 500;
text-align: center;
text-align: center !important;
}
.date {
@ -88,7 +88,7 @@
</style>
</head>
<body>
<h1>金蚕游戏日报 · OPS</h1>
<h1 class="title">金蚕游戏日报 · OPS</h1>
<p class="date">2019-10-23</p>
{% for line in data %}
<div class="section">
@ -117,21 +117,11 @@
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>1</td>
<td>1</td>
<td>1</td>
<td>1</td>
<td>1</td>
<td>1</td>
<td>1</td>
</tr>
<!-- <tr>
<tr>
{% for item in line.get('all') %}
<td>{{ item }}</td>
{% endfor %}
</tr> -->
</tr>
</tbody>
</table>
</div>