From 3c02fd2130b1c100a55ad549662904b3d9f76817 Mon Sep 17 00:00:00 2001 From: augushong Date: Mon, 4 Apr 2022 10:48:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=80=89=E9=A1=B9=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E5=AF=BC=E8=88=AA=E6=9E=81=E7=AE=80=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E9=A3=8E=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demo/pc/nav.html | 72 ++++++++++++++++++++++++ source/scss/nav/_index.scss | 3 +- source/scss/nav/_ul-nav-card-simple.scss | 10 ++++ 3 files changed, 84 insertions(+), 1 deletion(-) create mode 100644 source/scss/nav/_ul-nav-card-simple.scss diff --git a/demo/pc/nav.html b/demo/pc/nav.html index bdc7f23..efd9bd9 100644 --- a/demo/pc/nav.html +++ b/demo/pc/nav.html @@ -317,7 +317,79 @@ +
+ 选项菜单导航极简卡片风 +
+
+
+
+
+
+
+
+
+ 登录密码 +
+
+ 建议您使用字母和数字的组合、混合大小写、在组合中加入下划线等符号。 +
+
+
+
+
+ 修改密码 +
+
+
+
+
+
+ +
+
+
+ 资金密码 +
+
+ 资金密码用于提现、绑定银行卡等操作,可保障资金安全 +
+
+
+
+
+ 找回资金密码 +
+
+ 修改资金密码 +
+
+
+
+
+
+ +
+
+
+ 比特币转出 +
+
+ 系统维护,不能转出 +
+
+
+
+
+ 立即转出 +
+ +
+
+
+
+
+
操作导航 diff --git a/source/scss/nav/_index.scss b/source/scss/nav/_index.scss index 391f275..8077030 100644 --- a/source/scss/nav/_index.scss +++ b/source/scss/nav/_index.scss @@ -1 +1,2 @@ -@import './ul-nav-tree' \ No newline at end of file +@import './ul-nav-tree'; +@import './ul-nav-card-simple'; \ No newline at end of file diff --git a/source/scss/nav/_ul-nav-card-simple.scss b/source/scss/nav/_ul-nav-card-simple.scss new file mode 100644 index 0000000..af36b4a --- /dev/null +++ b/source/scss/nav/_ul-nav-card-simple.scss @@ -0,0 +1,10 @@ +.ul-nav-card-simple { + + .ul-nav-card-item { + border-radius : 6px; + background-color: rgba(255, 255, 255, 1); + box-shadow : 0px 8px 18px -8px #aebcca; + border : unset; + } + +} \ No newline at end of file