修改分页样式

This commit is contained in:
Anyon 2020-09-21 15:33:12 +08:00
parent 1dff474ea9
commit c8fb9dd0dd
5 changed files with 15 additions and 8 deletions

View File

@ -36,9 +36,10 @@
left: 0;
right: 0;
bottom: 0;
padding: 5px 20px;
position: fixed;
background: #fff;
text-indent: 20px;
border-top: 1px solid #dedede;
}
</style>
{/block}

View File

@ -50,9 +50,10 @@
left: 0;
right: 0;
bottom: 0;
padding: 5px 20px;
position: fixed;
background: #fff;
text-indent: 20px;
border-top: 1px solid #dedede;
}
</style>
{/block}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -943,6 +943,8 @@
.pagination-container {
margin-top: 20px;
line-height: 30px;
padding-top: 5px;
padding-bottom: 5px;
> span {
color: #666;
@ -953,17 +955,19 @@
margin: 0;
padding: 0;
float: right;
height: 30px;
display: inline-block;
> li:last-child, > li:first-child {
> a, > span {
font-size: 16px;
line-height: 27px;
}
}
> li {
z-index: 1;
height: 30px;
line-height: 30px;
display: inline-block;
&.active {
@ -989,17 +993,18 @@
border: 1px solid #DCDCDC;
display: inline-block;
box-sizing: border-box;
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
text-indent: 0;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2) inset;
}
> span {
cursor: default;
background: #DCDCDC;
cursor: default
}
> a:hover {
background: #DCDCDC;
border-color: #009688;
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .4) inset;
}
}
}