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 0000000..69becce Binary files /dev/null and b/view/images/menuleft_bottom_line.png differ 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}
\ No newline at end of file