0

私のウェブサイトは web.guru99.com です

投稿を複数のページに分割し<!–nextpage–&gt;ました。見栄えをよくするためにカスタム スタイルを適用したい

あちこち検索しましたが、役立つコンテンツが見つからず、これを解決しようとしています

2週間から.しかし成功しなかった

現在、ページネーションは次のようになっています – http://screencast.com/t/onGdJWET

そして、私はこのようにしたい – http://screencast.com/t/GAqxExyivB

どうすればそれを達成できますか。

助けてください。

4

1 に答える 1

0
.pagination_split_post span {
display: block;
float: left;
width: 25px;
height: 25px;
border: 1px solid gray;
margin-left: 5px;
text-align: center;
padding-bottom: 10px;
background: #64a9dc;
border-radius: 3px;
box-shadow: 0 1px 2px gray;
color: white;
text-shadow: 0 1px 1px gray;
}

.pagination_split_post a span {
background: white;
color: gray;
}
于 2013-10-04T11:26:25.333 に答える