From dfb39335661ebea43675f2b1da5c9bd43d3be292 Mon Sep 17 00:00:00 2001 From: "mail_yanpeng@163.com" Date: Mon, 13 May 2019 18:17:31 +0800 Subject: [PATCH] page --- static/css/common.css | 22 ++++++++++++++++++++++ views/T.header.tpl | 4 ++-- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/static/css/common.css b/static/css/common.css index f005111..9e243c9 100644 --- a/static/css/common.css +++ b/static/css/common.css @@ -99,4 +99,26 @@ a{ .footer-container{ background-color: #393D49; padding: 30px 5% 0 5%; +} + +.pagination{ + margin: 18px 0; +} + +.pagination ul li{ + line-height: 20px; + width: 20px; + height: 20px; + display: inline-block; + border-color: #28a3ef; + font-size: 16px; +} +.pagination ul li .next .prev{ + font-size: 20px !important; +} +.pagination ul .active{ + background-color: #28a3ef; +} +.pagination ul .active a{ + color: #fff; } \ No newline at end of file diff --git a/views/T.header.tpl b/views/T.header.tpl index 56da05c..8066977 100644 --- a/views/T.header.tpl +++ b/views/T.header.tpl @@ -8,10 +8,10 @@ {{else}} {{end}} - - + + {{end}} \ No newline at end of file