From b0fc61bd7b9debecbee9643679a9b86baf75a499 Mon Sep 17 00:00:00 2001 From: shuzheng <469741414@qq.com> Date: Sun, 5 Mar 2017 22:09:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=BF=A1=E6=81=AF=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E5=9B=BE=E6=94=AF=E6=8C=81=E5=A4=9A=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E5=88=87=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zheng-ui/src/css/admin.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zheng-ui/src/css/admin.css b/zheng-ui/src/css/admin.css index 6fc1af16..43db157f 100644 --- a/zheng-ui/src/css/admin.css +++ b/zheng-ui/src/css/admin.css @@ -55,7 +55,7 @@ a, a:hover, a:active, a:focus {text-decoration: none; -webkit-user-drag: none;} #sidebar {position: fixed; width: 268px; background: #fff; height: calc(100% - 70px); top: 70px; transition: all; -webkit-transition-duration: .3s; transition-duration: .3s; z-index: 10; overflow-y: auto; box-shadow: 1px 0 4px rgba(0,0,0,.3);} /* 侧边栏个人信息 */ -.s-profile>a{display:block;height:129px;margin-bottom:5px;width:100%;background:url(../images/profile-menu.png) left top no-repeat;background-size:100%;text-decoration:none} +.s-profile>a{display:block;height:129px;margin-bottom:5px;width:100%;background-size:100%;text-decoration:none} .s-profile>a .sp-pic{padding:12px} .s-profile>a .sp-pic>img{width:47px;height:47px;border-radius:50%;border:3px solid rgba(0,0,0,.14);box-sizing:content-box} .s-profile>a .sp-info{background:rgba(0,0,0,.37);padding:7px 14px;color:#fff;margin-top:20px;position:relative}