From 484d07d445a70ff88d61e65f578e26589a70ed02 Mon Sep 17 00:00:00 2001 From: ZHAOTONGHUA <2066753415@qq.com> Date: Tue, 19 Nov 2019 09:54:48 +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 | 6 +++--- frontend/web/assets/css/model.css | 14 +++++++++++--- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/frontend/views/common/index.php b/frontend/views/common/index.php index 95c5ac4..d4e527f 100644 --- a/frontend/views/common/index.php +++ b/frontend/views/common/index.php @@ -106,10 +106,10 @@
模态弹窗
-
跳过
+
跳过
权限管理,系统管理功能,用户设置,权限管理,权限分配,部门管理
- -
下一步
+ +
下一步
diff --git a/frontend/web/assets/css/model.css b/frontend/web/assets/css/model.css index 61b4481..54bc785 100644 --- a/frontend/web/assets/css/model.css +++ b/frontend/web/assets/css/model.css @@ -23,19 +23,27 @@ color:#fff; font-size:20px; } -.operation-button{ +.jump{ background-color: coral; font-size:16px; color:#fff; padding: 10px 20px; border-radius: 6px; -} -.jump{ margin-top:50%; } .Previous{ + background-color: coral; + font-size:16px; + color:#fff; + padding: 10px 20px; + border-radius: 6px; margin-top:50%; } .nextPage{ + background-color: coral; + font-size:16px; + color:#fff; + padding: 10px 20px; + border-radius: 6px; margin-top:50%; } \ No newline at end of file