From 541411ecdf6c9fa9b44e127a32d5db5b3fdf13ef Mon Sep 17 00:00:00 2001 From: augushong Date: Sun, 29 Mar 2020 12:00:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E7=9A=84=E5=8D=A1=E7=89=87=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 17 +++++++------ public/static/css/common.css | 43 +++++++++++++++++++++++++++++++++ view/admin/common/_require.html | 37 ---------------------------- 3 files changed, 52 insertions(+), 45 deletions(-) diff --git a/README.md b/README.md index c6c5512..53633b6 100644 --- a/README.md +++ b/README.md @@ -65,14 +65,15 @@ php think reset_password #### 功能 -- 服务器信息(0.2h,已完成) -- 系统配置(0.5h,已完成) -- 管理员管理(0.5h已完成) -- 账户管理(0.5h,已完成) -- 用户管理(0.5h已完成) -- 权限管理(1h已完成) -- 文件管理(2h已完成) -- 后台日志(1h已完成) +- 服务器信息 +- 系统配置 +- 管理员管理 +- 账户管理 +- 用户管理 +- 权限管理 +- 文件管理 +- 后台日志 +- 适配手机端,实现table转卡片样式 ### 完整安装 diff --git a/public/static/css/common.css b/public/static/css/common.css index 5855345..8c2c259 100644 --- a/public/static/css/common.css +++ b/public/static/css/common.css @@ -37,3 +37,46 @@ font-size: 35px; padding: 3px 5px; } + + +.main-container { + margin-top: 10px; +} + +.layui-table img { + max-width: 60px; + max-height: 60px; +} + +.table-card-box{ + margin-top: 15px; + background-color: #eee; + padding: 15px 5px; +} + +.table-card-item{ + + margin-top: 5px; + display: flex; + justify-content: flex-start; + align-items: flex-start; +} + +.table-card-item img{ + max-width: 60px; + max-height: 60px; +} + +.table-card-item .item-title{ + padding: 5px; + font-size: 16px; + width: 20%; +} +.table-card-item .item-value{ + padding: 5px; + margin: 5px; + background-color: #fff; + min-width: 80%; + white-space: normal; + word-break: break-all; +} \ No newline at end of file diff --git a/view/admin/common/_require.html b/view/admin/common/_require.html index 0eeb086..4db6db4 100644 --- a/view/admin/common/_require.html +++ b/view/admin/common/_require.html @@ -8,43 +8,6 @@ - -