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