From 669614c659dc407557c26f2147603cfdac26fec1 Mon Sep 17 00:00:00 2001 From: ZHAOTONGHUA <2066753415@qq.com> Date: Tue, 19 Nov 2019 15:11:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E6=80=81=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/web/assets/css/popUps.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/frontend/web/assets/css/popUps.css b/frontend/web/assets/css/popUps.css index 53efa42..2ffffd2 100644 --- a/frontend/web/assets/css/popUps.css +++ b/frontend/web/assets/css/popUps.css @@ -24,6 +24,7 @@ font-size:20px; } .jump{ + cursor: pointer; position:absolute; width:80px; background-color: coral; @@ -31,12 +32,13 @@ color:#fff; padding: 10px 20px; border-radius: 6px; - top:200px; + top:30%; left:65%; z-index: 2002; text-align: center; } .Previous{ + cursor: pointer; width:100px; text-align: center; background-color: #1ecd97; @@ -47,10 +49,10 @@ margin-top: 20px; } .nextPage{ + cursor: pointer; width: 100px; - background-color: #1ecd97; font-size:16px; - color:#fff; + color:#1ecd97; padding: 10px 20px; border-radius: 40px; text-align: center; @@ -58,4 +60,8 @@ margin-left:130px; border: 2px solid #1ecd97; transition: background-color .3s +} +.nextPage:hover{ + background-color: #1ecd97; + color:#fff; } \ No newline at end of file