From e73cbd4d70596b180c85a3a30637d5de4f2fe05a Mon Sep 17 00:00:00 2001 From: augushong Date: Mon, 3 May 2021 20:53:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=8D=A1=E7=89=87=E5=AF=BC?= =?UTF-8?q?=E8=88=AA;=E5=8E=BB=E9=99=A4=E5=90=8E=E5=8F=B0=E7=9A=84?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demo/nav.html | 106 +++++++++++++++++++++++++- public/cdn/layui-ul-change.css | 3 + public/cdn/layui-ul.css | 130 +++++++++++++++++++++++++------- view/admin/common/_require.html | 1 - 4 files changed, 211 insertions(+), 29 deletions(-) diff --git a/demo/nav.html b/demo/nav.html index 0800e28..5cbbf2d 100644 --- a/demo/nav.html +++ b/demo/nav.html @@ -213,4 +213,108 @@ 导航4 - \ No newline at end of file + + +
+ 简单二级导航 +
+
+ +
+
资金管理
+ +
+ +
+
+
+
+ 选项菜单导航 +
+
+
+
+
+ +
+
+
+ 登录密码 +
+
+ 建议您使用字母和数字的组合、混合大小写、在组合中加入下划线等符号。 +
+
+
+
+
+ 修改密码 +
+
+
+
+
+
+ +
+
+
+ 资金密码 +
+
+ 资金密码用于提现、绑定银行卡等操作,可保障资金安全 +
+
+
+
+
+ 找回资金密码 +
+
+ 修改资金密码 +
+
+
+
+
+
+ +
+
+
+ 比特币转出 +
+
+ 系统维护,不能转出 +
+
+
+
+
+ 立即转出 +
+ +
+
+
+
+
+ diff --git a/public/cdn/layui-ul-change.css b/public/cdn/layui-ul-change.css index 4c0746a..f42ab68 100644 --- a/public/cdn/layui-ul-change.css +++ b/public/cdn/layui-ul-change.css @@ -64,6 +64,9 @@ .layui-btn{ background-color: #66CCFF; } +.layui-btn.layui-btn-disabled{ + background-color: #FBFBFB; +} .layui-form-radio > i:hover, .layui-form-radioed > i{ color: #66CCFF; } diff --git a/public/cdn/layui-ul.css b/public/cdn/layui-ul.css index e5307ab..e6792cd 100644 --- a/public/cdn/layui-ul.css +++ b/public/cdn/layui-ul.css @@ -884,45 +884,121 @@ } -.ul-ad-list{ +.ul-ad-list {} -} -.ul-ad-item{ - box-shadow: 1px 1px 8px #666; +.ul-ad-item { + box-shadow : 1px 1px 8px #666; background-color: #fff; - display: flex; - align-items: center; - justify-content: space-between; - padding: 15px; - margin-bottom: 15px; + display : flex; + align-items : center; + justify-content : space-between; + padding : 15px; + margin-bottom : 15px; } -.ul-ad-left{ - width: 68%; - height: 160px; +.ul-ad-left { + width : 72%; + height: 170px; } -.ul-ad-img{ - height: 100%; - width: 100%; - background-size: cover; + +.ul-ad-img { + height : 100%; + width : 100%; + background-size : cover; background-position: center; } -.ul-ad-right{ - width: 28%; +.ul-ad-right { + width: 25%; } -.ul-ad-title{ - font-size: 28px; +.ul-ad-title { + font-size : 28px; font-weight: 100; - margin: 0; - color: #e4393c; + margin : 0; + color : #e4393c; } -.ul-ad-desc{ - font-size: 14px; -color: #666666; -margin: 26px 0; -line-height: 24px; +.ul-ad-desc { + font-size : 14px; + color : #666666; + margin : 26px 0; + line-height: 24px; +} + +.ul-nav-tree-2 {} + +.ul-nav-tree-2-group-title { + + font-size : 14px; + height : 32px; + line-height: 32px; + color : #253647; + font-weight: 600; + +} + +.ul-nav-tree-2-item-title { + font-size : 14px; + color : #999; + padding-left: 15px; + line-height : 24px; +} + +.ul-nav-tree-2-item:hover .ul-nav-tree-2-item-title { + color : #6cf; + text-decoration: underline; +} + +.ul-nav-card-item { + + padding : 0 15px; + border : 1px solid #ddd; + border-radius : 6px; + height : 82px; + margin-bottom : 10px; + display : flex; + align-items : center; + justify-content: space-between; +} + +.ul-nav-card-item-left { + display : flex; + align-items : center; + justify-content: flex-start; +} + +.ul-nav-card-item-icon { + font-size : 28px; + width : 50px; + height : 50px; + border-radius : 5px; + line-height : 50px; + text-align : center; + background : #2E4158; + display : inline-block; + color : #fff; + vertical-align: bottom; +} + +.ul-nav-card-item-info { + margin-left: 10px; +} + +.ul-nav-card-item-title { + font-size : 14px; + color : #253647; + font-weight: 700; +} + +.ul-nav-card-item-desc { + line-height: 28px; + color: #666; + font-size: 12px; +} + +.ul-nav-card-item.disabled .ul-nav-card-item-icon{ + background-color: #908b8b; + } \ No newline at end of file diff --git a/view/admin/common/_require.html b/view/admin/common/_require.html index ce76e33..34a6515 100644 --- a/view/admin/common/_require.html +++ b/view/admin/common/_require.html @@ -81,7 +81,6 @@ }) -{:get_system_config('site_tongji')}