Skip to content

Commit a169970

Browse files
authored
修改了一些问题
1 parent a953aeb commit a169970

File tree

2 files changed

+5
-27
lines changed

2 files changed

+5
-27
lines changed

archive.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
<?php $this->pageNav('&nbsp;←&nbsp;', '&nbsp;→&nbsp;', '5', ''); ?>
3434
</div>
3535
<?php }; ?>
36-
<?php else : ?><article><em>空空如也 ...</em></article><?php endif; ?>
3736

3837

3938
</main>

style.css

Lines changed: 5 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -216,29 +216,8 @@ footer,footer a {
216216
}
217217

218218

219-
.page-indicator ol {
220-
list-style:none;
221-
display:inline-flex;
222-
padding:0;
223-
}
224-
.page-indicator .page-numbers,.page-indicator ol a {
225-
width:35px;
226-
height:35px;
227-
line-height:35px;
228-
margin-right:8px;
229-
display:inline-block;
230-
text-align:center;
231-
border-radius:4px;
232-
}
233-
.page-indicator .pagination a:hover,.page-indicator .pagination .current,.page-indicator ol a:hover,.page-indicator ol .current a {
234-
background:#333;
235-
color:#fff;
236-
text-decoration:none;
237-
}
238-
.page-indicator .page-numbers,.page-indicator ol a {
239-
background:#f8f8f8;
240-
color:#555
241-
}
242-
.page-indicator {
243-
margin:80px 0 50px
244-
}
219+
.post-pagination ol{list-style: none;display:inline-flex;padding: 0;}
220+
.linked-pagination span,.linked-pagination a:hover span,.post-pagination .page-numbers,.post-pagination ol a{width:35px;height:35px;line-height:35px;margin-right:8px;display:inline-block;text-align:center;border-radius:4px;}
221+
.linked-pagination span,.linked-pagination a:hover span,.post-pagination .pagination a:hover,.post-pagination .pagination .current,.post-pagination ol a:hover,.post-pagination ol .current a{background:#333;color:#fff}
222+
.linked-pagination a span,.post-pagination .page-numbers,.post-pagination ol a{background:#f8f8f8;color:#555}
223+
.linked-pagination,.post-pagination{margin:80px 0 50px}

0 commit comments

Comments
 (0)