diff --git a/view/css/admin_style.css b/view/css/admin_style.css index d594e1e..d694db3 100644 --- a/view/css/admin_style.css +++ b/view/css/admin_style.css @@ -1,4 +1,4 @@ -@media screen and (max-width: 1350px){ +@media screen and (max-width: 950px){ .admin-container-outer .admin-layui-header{ height: 48px !important; background-color: #1890FF !important; @@ -152,10 +152,10 @@ a, article, aside, b, body, button, dd, div, dl, dt, figcaption, figure, footer, -webkit-font-smoothing: antialiased; } .admin-layui-nav-item-a-child{ - font-family: PingFangSC-Medium,Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif !important; + font-family: PingFangSC-Medium; color: rgba(99, 108, 120, 1) !important; } .admin-layui-nav-item-title-a > span{ - font-family: PingFangSC-Medium,Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif !important; + font-family: PingFangSC-Medium; color: rgba(0, 0, 0, 1) !important; } \ No newline at end of file diff --git a/view/css/common.css b/view/css/common.css index e69de29..88c9601 100644 --- a/view/css/common.css +++ b/view/css/common.css @@ -0,0 +1,55 @@ +@font-face { + font-family: 'icomoon'; + src: url('/font/icomoon.eot?mle4db'); + src: url('/font/icomoon.eot?mle4db#iefix') format('embedded-opentype'), + url('/font/icomoon.ttf?mle4db') format('truetype'), + url('/font/icomoon.woff?mle4db') format('woff'), + url('/font/icomoon.svg?mle4db#icomoon') format('svg'); + font-weight: normal; + font-style: normal; + font-display: block; + } + + [class^="icon-"], [class*=" icon-"] { + /* use !important to prevent issues with browser extensions that change fonts */ + font-family: 'icomoon' !important; + speak: never; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + + /* Better Font Rendering =========== */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + } + + .icon-uniE9001:before { + content: "\e907"; + color: #c4c7cc; + } + .icon--:before { + content: "\e906"; + color: #c4c7cc; + } + .icon--1:before { + content: "\e902"; + color: #c4c7cc; + } + .icon-1:before { + content: "\e903"; + color: #c4c7cc; + } + .icon--2:before { + content: "\e904"; + color: #31b927; + } + .icon-2:before { + content: "\e905"; + color: #f21019; + } + .icon-uniE900:before { + content: "\e901"; + color: #c4c7cc; + } diff --git a/view/font/icomoon.eot b/view/font/icomoon.eot new file mode 100644 index 0000000..1ee2494 Binary files /dev/null and b/view/font/icomoon.eot differ diff --git a/view/font/icomoon.svg b/view/font/icomoon.svg new file mode 100644 index 0000000..af70308 --- /dev/null +++ b/view/font/icomoon.svg @@ -0,0 +1,17 @@ + + + \ No newline at end of file diff --git a/view/font/icomoon.ttf b/view/font/icomoon.ttf new file mode 100644 index 0000000..27835e1 Binary files /dev/null and b/view/font/icomoon.ttf differ diff --git a/view/font/icomoon.woff b/view/font/icomoon.woff new file mode 100644 index 0000000..43771b1 Binary files /dev/null and b/view/font/icomoon.woff differ diff --git a/view/images/admin_index_dashed_line.png b/view/images/admin_index_dashed_line.png new file mode 100644 index 0000000..1d75ac2 Binary files /dev/null and b/view/images/admin_index_dashed_line.png differ diff --git a/view/images/right_arr.png b/view/images/right_arr.png new file mode 100644 index 0000000..5b03f8b Binary files /dev/null and b/view/images/right_arr.png differ diff --git a/view/templates/include/admin_leftmenu.html b/view/templates/include/admin_leftmenu.html index d6bd0ef..a00c4ca 100644 --- a/view/templates/include/admin_leftmenu.html +++ b/view/templates/include/admin_leftmenu.html @@ -16,7 +16,7 @@ -