游戏日报 标题样式
This commit is contained in:
parent
6b74265530
commit
72f4f9ea07
@ -18,11 +18,11 @@
|
|||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1.title {
|
||||||
margin: 30px 0 20px;
|
margin: 30px 0 20px;
|
||||||
font-size: 32px;
|
font-size: 32px !important;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
text-align: center;
|
text-align: center !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.date {
|
.date {
|
||||||
@ -88,7 +88,7 @@
|
|||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>金蚕游戏日报 · OPS</h1>
|
<h1 class="title">金蚕游戏日报 · OPS</h1>
|
||||||
<p class="date">2019-10-23</p>
|
<p class="date">2019-10-23</p>
|
||||||
{% for line in data %}
|
{% for line in data %}
|
||||||
<div class="section">
|
<div class="section">
|
||||||
@ -117,21 +117,11 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<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>
|
|
||||||
{% for item in line.get('all') %}
|
{% for item in line.get('all') %}
|
||||||
<td>{{ item }}</td>
|
<td>{{ item }}</td>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tr> -->
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user