From cecb6f1a2e6e7f43601ec4aeac481817f9979422 Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 17 Mar 2022 23:49:04 +0800 Subject: * paginate --- res/styles.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'res/styles.css') diff --git a/res/styles.css b/res/styles.css index 92fdd2d..e7e8c08 100644 --- a/res/styles.css +++ b/res/styles.css @@ -151,6 +151,7 @@ body{ #music_player_container { max-width: 95%; margin: 0 auto; + margin-top: 10px; } #music_player_container .music_cover{ @@ -195,4 +196,32 @@ body{ font-weight:bold; } +#paginate { + width: 100%; +} + +#paginate a { + color:rgb(0, 0, 0); + text-decoration-line: none; + display: block; + width: 30px; + height: 30px; + text-align: center; + line-height: 30px; + float:left; + margin-right: 5px; +} + +#paginate a:hover{ + color:#fff; + background-color: #000; + text-decoration-line: none; + display: block; +} +#paginate .current{ + color:#fff; + background-color: #000; + text-decoration-line: none; + display: block; +} \ No newline at end of file -- cgit v1.1-26-g67d0