From 6534d35eb5b19aba5dd5ebb99f281aafbb4e1a64 Mon Sep 17 00:00:00 2001 From: daiao <358551898@qq.com> Date: Mon, 26 Jun 2017 15:25:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B6=E9=83=A8=E5=AF=BC=E8=88=AA=E6=A0=8F?= =?UTF-8?q?=E7=9A=84=E5=A4=B4=E5=83=8F=E4=B8=8B=E6=8B=89=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E5=8F=88=E5=8F=91=E7=94=9F=E4=BA=86=E7=A8=8D=E5=BE=AE=E5=81=8F?= =?UTF-8?q?=E4=B8=80=E7=82=B9=E5=B0=B1=E6=94=B6=E8=B5=B7=E6=9D=A5=E7=9A=84?= =?UTF-8?q?=E6=83=85=E5=86=B5=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/stylesheets/css/edu-public.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/stylesheets/css/edu-public.css b/public/stylesheets/css/edu-public.css index f46372ea4..c08418325 100644 --- a/public/stylesheets/css/edu-public.css +++ b/public/stylesheets/css/edu-public.css @@ -15,15 +15,15 @@ input.header-search-input{ width:150px; height:30px; padding:0 5px; border-style .new-container-inner02{width:1200px; margin:0px auto; padding:50px 0;} .inner-nav-mes{ font-size:16px; color:#fff; margin-right:35px; margin-top:18px; } .inner-nav-cir{ background:#ff6530; color:#fff; border-radius:15px;padding:0 5px; display: inline-block; font-size:10px; height:17px; line-height:17px;} -.inner-nav-user{ width: 75px; height: 45px; margin-top:5px; position: relative;} +.inner-nav-user{ width: 75px; height: 45px; margin-top:5px; position: relative; padding: 0 40px;} .inner-nav-user-img{ width: 40px; height: 40px; border-radius:50px;} select.header-search-select{ border:none; font-size:14px; padding:5px; background: none;} .edu-unlogin-nav a{ color:#fff!important; font-size:14px; line-height:50px;} .edu-unlogin-nav a:hover{ color:#3b94d6;} .edu-unlogin-nav{ font-size:12px; color:#fff; line-height:50px;} -.task-user-dropdown{font-size:12px; line-height: 1.9; width:120px; background-color:#fff; border-radius:3px; box-shadow: 0px 2px 8px rgba(146, 153, 169, 0.5); position:relative; top:8px; right:32px; display: none; z-index:999;} -.task-user-dropdown font{ border: 1px solid #dddddd; display: block; border-width: 8px; position: absolute; top: -15px;left:60px; border-style:solid; border-color: transparent transparent #fff transparent;font-size: 0;line-height: 0; box-shadow:2px rgba(146, 153, 169, 0.5); } +.task-user-dropdown{font-size:12px; line-height: 1.9; width:120px; background-color:#fff; border-radius:3px; box-shadow: 0px 2px 8px rgba(146, 153, 169, 0.5); position:relative; top:5px; right:32px; display: none; z-index:999;} +.task-user-dropdown font{ border: 1px solid #dddddd; display: block; border-width: 8px; position: absolute; top: -13px;left:60px; border-style:solid; border-color: transparent transparent #fff transparent;font-size: 0;line-height: 0; box-shadow:2px rgba(146, 153, 169, 0.5); } .task-user-dropdown-nav { padding-top:5px; } .task-user-dropdown-nav li { display: inline-block; text-align: center; width:100%; height: 30px; line-height: 30px;} .task-user-dropdown-nav li:hover{ background:#eee;}