diff --git a/view.lnk b/view.lnk new file mode 100644 index 0000000..40af315 Binary files /dev/null and b/view.lnk differ diff --git a/view/css/admin_style.css b/view/css/admin_style.css new file mode 100644 index 0000000..d594e1e --- /dev/null +++ b/view/css/admin_style.css @@ -0,0 +1,161 @@ +@media screen and (max-width: 1350px){ + .admin-container-outer .admin-layui-header{ + height: 48px !important; + background-color: #1890FF !important; + } + .admin-container-outer .admin-layui-header *{ + line-height: 48px !important; + } + .admin-container-outer .admin-layui-nav-img{ + width: 24px !important; + height: 24px !important; + margin-right: 8px !important; + } + .header_user_name{ + color:#FFFFFF !important; + } + .admin-container-outer .header_user_info{ + padding: 0 32px !important; + } + .admin-container-outer .admin-menu-list{ + top: 48px !important; + width: 188px !important; + background-color: #FFFFFF !important; + } + .admin-container-outer .admin-menu-layui-side-scroll{ + width: 188px !important; + } + .admin-container-outer .admin-layui-nav-tree{ + background-color:#FFFFFF !important; + width: 188px !important; + padding-left: 38px !important; + } + .admin-container-outer .admin-layui-nav-item-a{ + padding: 0px !important; + margin-right: 0px !important; + } + .admin-header-user-info{ + padding: 0px !important; + } + .admin_logout_img{ + width: 14px !important; + height: auto !important; + border-radius:unset !important; + margin-right: 0px !important; + } + @media screen and (max-width: 768px) { + .layui-layout-admin .layui-layout-left, + .layui-layout-admin .layui-body, + .layui-layout-admin .layui-footer{left: 0;} + .layui-layout-admin .layui-side{left: -300px;} + } + .layui-nav-itemed>.admin-layui-nav-child{ + background-color: #ffffff !important; + } + + .layui-nav-item>.admin-layui-nav-item-title-a{ + color: #000000 !important; + } +} + +body{ + background: #F0F2F5; +} +.admin-container-outer .admin-layui-header{ + background-color: #1890FF !important; +} +.admin_logout_img{ + width: 20px !important; + border-radius:unset !important; + height: auto !important; +} +.admin-container-outer .admin-layui-nav-tree{ + background-color:#FFFFFF !important; + color: #000000 !important; +} +/* .admin-menu-list a{ + color: black !important; +} */ +.admin-menu-list .layui-this a,.layui-nav-tree .layui-nav-child dd.layui-this{ + background-color:rgba(24, 144, 255, 0.13) !important; + color: rgba(24, 144, 255, 1) !important; +} +.admin-layui-nav-item-a-child{ + background-color: #FFFFFF !important; +} +.admin-menu-list .layui-nav-itemed>.layui-nav-child{ + background-color: #FFFFFF !important; +} +.admin-menu-list .layui-icon-down:before{ + content: ""; +} +.admin-menu-list .layui-nav-bar{ + left:196px !important; + background-color: rgba(24, 144, 255, 1) !important; + border-radius: 4px !important; + width: 4px !important; + height: 29px !important; + margin-top: 5.5px !important; + top:55px; +} +.admin-layui-nav-item-a-child-img{ + width: 16px; + height: auto; +} +.admin-select{ + display: none; +} +.admin-menu-list .layui-this .admin-select{ + display: inline-block !important; +} +.admin-menu-list .layui-this .admin-no-select{ + display: none !important; +} +.layui-nav-tree .layui-nav-child dd.layui-this::after{ + content: ""; + display: block; + position: absolute; + z-index: 8; + left:196px !important; + background-color: rgba(24, 144, 255, 1) !important; + border-radius: 4px !important; + width: 4px !important; + height: 29px !important; + margin-top: 5.5px !important; + top: 0px; +} +.admin_menu_line{ + height: 1px; + width: 62px; + margin-left: 20px; + margin-top: 5px; +} +.admin_menu_line img{ + width: 100%; + height: 1px; + vertical-align: top; +} +.admin-layui-nav-child{ + color:red !important; +} +a, article, aside, b, body, button, dd, div, dl, dt, figcaption, figure, footer, h1, h2, h3, h4, h5, h6, header, i, input, li, nav, p, section, select, span, textarea, ul { + padding: 0; + margin: 0; + list-style: none; + font-style: normal; + text-decoration: none; + border: none; + font-weight: 400; + -webkit-box-sizing: border-box; + box-sizing: border-box; + -webkit-tap-highlight-color: transparent; + -webkit-font-smoothing: antialiased; +} +.admin-layui-nav-item-a-child{ + font-family: PingFangSC-Medium,Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif !important; + 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; + color: rgba(0, 0, 0, 1) !important; +} \ No newline at end of file diff --git a/view/images/admin_logo.png b/view/images/admin_logo.png index 6519086..4346748 100644 Binary files a/view/images/admin_logo.png and b/view/images/admin_logo.png differ diff --git a/view/images/admin_logo.svg b/view/images/admin_logo.svg new file mode 100644 index 0000000..109a090 --- /dev/null +++ b/view/images/admin_logo.svg @@ -0,0 +1,16 @@ + + + 编组 49 + + + + + + + + + + + + + \ No newline at end of file diff --git a/view/images/admin_menu_left_line.png b/view/images/admin_menu_left_line.png new file mode 100644 index 0000000..8daa87a Binary files /dev/null and b/view/images/admin_menu_left_line.png differ diff --git a/view/images/header_user_logo.png b/view/images/header_user_logo.png index a3f6ef8..00fc710 100644 Binary files a/view/images/header_user_logo.png and b/view/images/header_user_logo.png differ diff --git a/view/images/left_menu_bule_1.png b/view/images/left_menu_bule_1.png new file mode 100644 index 0000000..93a89c7 Binary files /dev/null and b/view/images/left_menu_bule_1.png differ diff --git a/view/images/left_menu_bule_1.svg b/view/images/left_menu_bule_1.svg new file mode 100644 index 0000000..6a1a513 --- /dev/null +++ b/view/images/left_menu_bule_1.svg @@ -0,0 +1,19 @@ + + + 编组 12 + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/view/images/left_menu_bule_2.png b/view/images/left_menu_bule_2.png new file mode 100644 index 0000000..0ba51f8 Binary files /dev/null and b/view/images/left_menu_bule_2.png differ diff --git a/view/images/left_menu_bule_2.svg b/view/images/left_menu_bule_2.svg new file mode 100644 index 0000000..e5a2c9b --- /dev/null +++ b/view/images/left_menu_bule_2.svg @@ -0,0 +1,16 @@ + + + 编组 13 + + + + + + + + + + + + + \ No newline at end of file diff --git a/view/images/left_menu_bule_3.png b/view/images/left_menu_bule_3.png new file mode 100644 index 0000000..0f00ac7 Binary files /dev/null and b/view/images/left_menu_bule_3.png differ diff --git a/view/images/left_menu_bule_3.svg b/view/images/left_menu_bule_3.svg new file mode 100644 index 0000000..c32042d --- /dev/null +++ b/view/images/left_menu_bule_3.svg @@ -0,0 +1,23 @@ + + + 编组 14 + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/view/images/left_menu_bule_4.png b/view/images/left_menu_bule_4.png new file mode 100644 index 0000000..8db81dc Binary files /dev/null and b/view/images/left_menu_bule_4.png differ diff --git a/view/images/left_menu_bule_4.svg b/view/images/left_menu_bule_4.svg new file mode 100644 index 0000000..4d783a1 --- /dev/null +++ b/view/images/left_menu_bule_4.svg @@ -0,0 +1,18 @@ + + + 编组 15 + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/view/images/left_menu_grey_1.png b/view/images/left_menu_grey_1.png new file mode 100644 index 0000000..0f3f332 Binary files /dev/null and b/view/images/left_menu_grey_1.png differ diff --git a/view/images/left_menu_grey_1.svg b/view/images/left_menu_grey_1.svg new file mode 100644 index 0000000..da1f497 --- /dev/null +++ b/view/images/left_menu_grey_1.svg @@ -0,0 +1,19 @@ + + + 编组 3 + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/view/images/left_menu_grey_2.png b/view/images/left_menu_grey_2.png new file mode 100644 index 0000000..3e9704f Binary files /dev/null and b/view/images/left_menu_grey_2.png differ diff --git a/view/images/left_menu_grey_2.svg b/view/images/left_menu_grey_2.svg new file mode 100644 index 0000000..4d49548 --- /dev/null +++ b/view/images/left_menu_grey_2.svg @@ -0,0 +1,16 @@ + + + 编组 6 + + + + + + + + + + + + + \ No newline at end of file diff --git a/view/images/left_menu_grey_3.png b/view/images/left_menu_grey_3.png new file mode 100644 index 0000000..d159e25 Binary files /dev/null and b/view/images/left_menu_grey_3.png differ diff --git a/view/images/left_menu_grey_3.svg b/view/images/left_menu_grey_3.svg new file mode 100644 index 0000000..966f571 --- /dev/null +++ b/view/images/left_menu_grey_3.svg @@ -0,0 +1,23 @@ + + + 编组 10 + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/view/images/left_menu_grey_4.png b/view/images/left_menu_grey_4.png new file mode 100644 index 0000000..c436ce0 Binary files /dev/null and b/view/images/left_menu_grey_4.png differ diff --git a/view/images/left_menu_grey_4.svg b/view/images/left_menu_grey_4.svg new file mode 100644 index 0000000..e54c6b5 --- /dev/null +++ b/view/images/left_menu_grey_4.svg @@ -0,0 +1,18 @@ + + + 编组 11 + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/view/images/logout.png b/view/images/logout.png new file mode 100644 index 0000000..1934d6b Binary files /dev/null and b/view/images/logout.png differ diff --git a/view/images/logout.svg b/view/images/logout.svg new file mode 100644 index 0000000..0d703a5 --- /dev/null +++ b/view/images/logout.svg @@ -0,0 +1,18 @@ + + + 编组 16 + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/view/templates/include/admin_header.html b/view/templates/include/admin_header.html index 384cf05..d228d58 100644 --- a/view/templates/include/admin_header.html +++ b/view/templates/include/admin_header.html @@ -1,6 +1,6 @@ -
+