Skip to content

Commit

Permalink
fix: pagination style (seatonjiang#216 seatonjiang#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenqic committed Feb 26, 2021
1 parent a2d9d2b commit f8061fe
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions assets/css/kratos.css
Original file line number Diff line number Diff line change
Expand Up @@ -514,28 +514,34 @@ button:focus {
}

.k-main .details .article .content .paginations {
padding-top: 20px;
width: 100%;
font-size: 14px;
}

.k-main .details .article .content .paginations span {
margin: 3px;
cursor: pointer;
display: inline-block;
}

.k-main .details .article .content .paginations a {
margin: 0 3px;
text-decoration: none;
}

.k-main .details .article .content .paginations a span {
padding: 7px 12px;
padding: 5px 12px;
border: solid 1px #00a2ff;
background-color: #f0f8ff;
color: #00a2ff;
font-weight: normal;
text-decoration: none;
}

.k-main .details .article .content .paginations .current span,
.k-main .details .article .content .paginations a span:hover {
padding: 7px 12px;
padding: 5px 12px;
border: solid 1px #00a2ff;
background: #00a2ff;
color: #ffffff;
color: #fff;
font-weight: 400;
}

Expand Down

0 comments on commit f8061fe

Please sign in to comment.