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