diff --git a/view/css/admin_style.css b/view/css/admin_style.css index a965e8d..4cc56e7 100644 --- a/view/css/admin_style.css +++ b/view/css/admin_style.css @@ -309,7 +309,7 @@ body{ } @media screen and (min-width:1270px) and (max-width:1440px){ .admin-layui-col-top-right{ - min-width: 788px; + min-width: 702px; } .admin-layui-col-top-left{ min-width: 259px; @@ -342,13 +342,13 @@ body{ .admin-layui-body{ padding: 12px 12px 12px 0px; } - .admin-layui-col-bottom-list{ + /* .admin-layui-col-bottom-list{ min-width: 208px; } .admin-layui-col-bottom-list-last{ padding-right: 0px !important; min-width: 207px !important; - } + } */ } @media screen and (min-width:1200px) and (max-width:1260px){ .admin-layui-col-top-right{ @@ -385,13 +385,13 @@ body{ .admin-layui-body{ padding: 12px 12px 12px 0px; } - .admin-layui-col-bottom-list{ + /* .admin-layui-col-bottom-list{ min-width: 208px; } .admin-layui-col-bottom-list-last{ padding-right: 0px !important; min-width: 207px !important; - } + } */ } .admin-index-top-item-header{ width: 100%; @@ -778,4 +778,29 @@ body{ white-space: nowrap; position: relative; top: -1px; - } \ No newline at end of file + } + .admin-container-outer .layui-nav .layui-nav-item a{ + padding: 0px 37px !important; + } + .admin-container-outer .admin-layui-nav-tree{ + margin-top: 9px !important; + } + .layui-col-lg2dot4,.layui-col-md2dot4,.layui-col-sm2dot4,.layui-col-xs2dot4{position:relative;display:block;box-sizing:border-box} + .layui-col-xs2dot4{float:left} + .layui-col-xs2dot4{width:19.9999992%} + .layui-col-xs-offset2dot4{margin-left:19.9999992%} + @media screen and (min-width:768px){ + .layui-col-sm2dot4{float:left} + .layui-col-sm2dot4{width:19.9999992%} + .layui-col-sm-offset2dot4{margin-left:19.9999992%} + } + @media screen and (min-width:992px){ + .layui-col-md2dot4{float:left} + .layui-col-md2dot4{width:19.9999992%} + .layui-col-md-offset2dot4{margin-left:19.9999992%} + } + @media screen and (min-width:1200px){ + .layui-col-lg2dot4{float:left} + .layui-col-lg2dot4{width:19.9999992%} + .layui-col-lg-offset2dot4{margin-left:19.9999992%} + } \ No newline at end of file diff --git a/view/templates/index/home.html b/view/templates/index/home.html index 195c036..4bb98e4 100644 --- a/view/templates/index/home.html +++ b/view/templates/index/home.html @@ -26,7 +26,7 @@ {include file="include/admin_leftmenu.html"}