diff --git a/source/components/_index.scss b/source/components/_index.scss index 11d2a59..38d409b 100644 --- a/source/components/_index.scss +++ b/source/components/_index.scss @@ -4,3 +4,4 @@ @import './list/ul-music-list/index'; @import './list/ul-order-list-simple-card/index'; @import './list/ul-site-group/index'; +@import './nav/ul-nav-info/index'; diff --git a/source/components/nav/ul-nav-info/_index.env b/source/components/nav/ul-nav-info/_index.env new file mode 100644 index 0000000..5f9cb41 --- /dev/null +++ b/source/components/nav/ul-nav-info/_index.env @@ -0,0 +1,5 @@ +title=多样导航列表 +padding=0 +margin=0 +gray=0 +mobile=1 \ No newline at end of file diff --git a/source/components/nav/ul-nav-info/_index.html b/source/components/nav/ul-nav-info/_index.html new file mode 100644 index 0000000..432024d --- /dev/null +++ b/source/components/nav/ul-nav-info/_index.html @@ -0,0 +1,82 @@ +
+
+
+
+
+ +
+
+ 设置 +
+
+
+ 设置系统信息 +
+
+
+
+ 新版本 +
+
+ +
+
+
+
+
+
+
+ +
+
+ 设置 +
+
+
+
+
+ 新版本 +
+
+ +
+
+
+
+
+
+
+ 设置 +
+
+
+
+
+ 新版本 +
+
+ +
+
+
+
+
+
+
+
+
+
+ 设置 +
+
+
+
+
+ 新版本 +
+
+ +
+
+
+
\ No newline at end of file diff --git a/source/components/nav/ul-nav-info/_index.md b/source/components/nav/ul-nav-info/_index.md new file mode 100644 index 0000000..e69de29 diff --git a/source/components/nav/ul-nav-info/_index.scss b/source/components/nav/ul-nav-info/_index.scss new file mode 100644 index 0000000..ab9460e --- /dev/null +++ b/source/components/nav/ul-nav-info/_index.scss @@ -0,0 +1,32 @@ +.ul-nav-info { + &__item { + display : flex; + align-items : center; + justify-content: space-between; + padding : 15px; + + + &__main { + &__info { + display : flex; + align-items : center; + justify-content: flex-start; + } + + &__icon { + margin-right: 10px; + } + + &__title { + font-size : 16px; + font-weight: 400; + } + + &__content { + margin-top: 5px; + color : #bbb; + font-size : 14px; + } + } + } +} \ No newline at end of file