From 454cb208f72445070d2676986aa69180851a335f Mon Sep 17 00:00:00 2001 From: ZHAOTONGHUA <2066753415@qq.com> Date: Tue, 19 Nov 2019 10:56:16 +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/views/common/index.php | 2 +- frontend/web/assets/css/popUps.css | 18 +++++++++++++----- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/frontend/views/common/index.php b/frontend/views/common/index.php index 7d06940..c929b6b 100644 --- a/frontend/views/common/index.php +++ b/frontend/views/common/index.php @@ -130,7 +130,7 @@ - + diff --git a/frontend/web/assets/css/popUps.css b/frontend/web/assets/css/popUps.css index 2acf13b..81fdfd6 100644 --- a/frontend/web/assets/css/popUps.css +++ b/frontend/web/assets/css/popUps.css @@ -21,26 +21,34 @@ font-size:20px; } .jump{ + width:80px; background-color: coral; font-size:16px; color:#fff; padding: 10px 20px; border-radius: 6px; - margin-top:50%; + margin-left:450px; + margin-bottom:20px; + text-align: center; } .Previous{ - background-color: coral; + width:100px; + text-align: center; + background-color: #4fbd51; font-size:16px; color:#fff; padding: 10px 20px; border-radius: 6px; - margin-top:50%; + margin-top:20px; } .nextPage{ - background-color: coral; + width: 100px; + background-color: #4fbd51; font-size:16px; color:#fff; padding: 10px 20px; border-radius: 6px; - margin-top:50%; + margin-top: -42px; + margin-left: 145px; + text-align: center; } \ No newline at end of file