From d5f82b4a523da944ef949485ca063e8e19afa7a6 Mon Sep 17 00:00:00 2001 From: ZHAOTONGHUA <2066753415@qq.com> Date: Tue, 19 Nov 2019 16:21:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=A4=BA=E7=AE=AD=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/views/common/index.php | 3 ++- frontend/web/assets/css/popUps.css | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/frontend/views/common/index.php b/frontend/views/common/index.php index 39578d3..4adb560 100644 --- a/frontend/views/common/index.php +++ b/frontend/views/common/index.php @@ -108,9 +108,10 @@
跳过
+
系统管理功能
用户设置,权限管理,权限分配,部门管理。数据备份,还原,压缩。
客户字段自定义
菜单字段自定义
-
下一步
+
下一步
diff --git a/frontend/web/assets/css/popUps.css b/frontend/web/assets/css/popUps.css index 2c4e891..c39dcda 100644 --- a/frontend/web/assets/css/popUps.css +++ b/frontend/web/assets/css/popUps.css @@ -74,4 +74,11 @@ .nextPage:hover{ background-color: #1ecd97; color:#fff; +} +.point1{ + width: 525px; + height:174px; + background:url("../img/prompt.png") no-repeat center/cover; + position:absolute; + left:-525px; } \ No newline at end of file