修改分页样式

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; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
padding: 5px 20px;
position: fixed; position: fixed;
background: #fff; background: #fff;
text-indent: 20px; border-top: 1px solid #dedede;
} }
</style> </style>
{/block} {/block}

View File

@ -50,9 +50,10 @@
left: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
padding: 5px 20px;
position: fixed; position: fixed;
background: #fff; background: #fff;
text-indent: 20px; border-top: 1px solid #dedede;
} }
</style> </style>
{/block} {/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 { .pagination-container {
margin-top: 20px; margin-top: 20px;
line-height: 30px; line-height: 30px;
padding-top: 5px;
padding-bottom: 5px;
> span { > span {
color: #666; color: #666;
@ -953,17 +955,19 @@
margin: 0; margin: 0;
padding: 0; padding: 0;
float: right; float: right;
height: 30px;
display: inline-block; display: inline-block;
> li:last-child, > li:first-child { > li:last-child, > li:first-child {
> a, > span { > a, > span {
font-size: 16px; font-size: 16px;
line-height: 27px;
} }
} }
> li { > li {
z-index: 1; z-index: 1;
height: 30px;
line-height: 30px;
display: inline-block; display: inline-block;
&.active { &.active {
@ -989,17 +993,18 @@
border: 1px solid #DCDCDC; border: 1px solid #DCDCDC;
display: inline-block; display: inline-block;
box-sizing: border-box; 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 { > span {
cursor: default;
background: #DCDCDC; background: #DCDCDC;
cursor: default
} }
> a:hover { > a:hover {
background: #DCDCDC;
border-color: #009688; border-color: #009688;
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .4) inset;
} }
} }
} }