From c671f0f1440755e2f37429596dd27ef0b95089de Mon Sep 17 00:00:00 2001 From: Jason <1432334894@qq.com> Date: Tue, 2 Aug 2022 19:14:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=95=E9=83=A8footer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/css/admin_style.css | 42 +++++++++++++++++++++++++++++ view/images/menuleft_bottom_line.png | Bin 0 -> 175 bytes view/templates/include/admin_leftmenu.html | 10 +++++++ 3 files changed, 52 insertions(+) create mode 100644 view/images/menuleft_bottom_line.png diff --git a/view/css/admin_style.css b/view/css/admin_style.css index f1d5d6f..b41d99a 100644 --- a/view/css/admin_style.css +++ b/view/css/admin_style.css @@ -711,4 +711,46 @@ body{ } .admin-container-outer .layui-laypage .layui-laypage-curr .layui-laypage-em{ background-color: rgba(24, 144, 255, 1) !important; + } + .admin-menuleft-footer{ + position: absolute; + left: 0px; + bottom: 0px; + width: 200px; + height: 86px; + margin: 0 auto; + box-sizing: border-box; + overflow: hidden; + } + .admin-menuleft-footer img{ + width: 156px; + height: 1px; + display:block; + margin:0 auto; + } + .admin-menuleft-footer div{ + width: 100%; + font-size: 12px; + text-align: center; + } + .admin-menuleft-footer div:nth-child(2){ + height: 15px; + font-family: PingFang-SC-Light; + color: rgba(0,0,0,0.33); + line-height: 15px; + margin-top: 9px; + } + .admin-menuleft-footer div:nth-child(3){ + height: 19px; + font-family: PingFang-SC-Light; + color: rgba(0,0,0,0.33); + line-height: 19px; + margin-top: 2px; + } + .admin-menuleft-footer div:nth-child(4){ + height: 19px; + font-family: PingFangSC-Regular; + color: #3D7FFF; + line-height: 19px; + margin-top: 2px; } \ No newline at end of file diff --git a/view/images/menuleft_bottom_line.png b/view/images/menuleft_bottom_line.png new file mode 100644 index 0000000000000000000000000000000000000000..69becce766671d1f7f628e42d3424968ead21819 GIT binary patch literal 175 zcmeAS@N?(olHy`uVBq!ia0vp^bAgzVgAGU?XGPcVbv~PUa<$;Y(gU^>+0VzpO7sn6{ r(d3kbgb6H3ZVGa&ixnOE1uFO$T-_O&x430Z0V(!$^>bP0l+XkK?$aLz literal 0 HcmV?d00001 diff --git a/view/templates/include/admin_leftmenu.html b/view/templates/include/admin_leftmenu.html index 4e0801d..f887467 100644 --- a/view/templates/include/admin_leftmenu.html +++ b/view/templates/include/admin_leftmenu.html @@ -1,3 +1,7 @@ +{literal} + +{/literal}
    @@ -49,5 +53,11 @@
+
\ No newline at end of file