From 2cda36a7c493ce72ed850086ab5d9c44e2bcd45b Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 7 Apr 2016 15:29:54 +0800 Subject: [PATCH] improve header site style --- site/component/Header/index.less | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/site/component/Header/index.less b/site/component/Header/index.less index d76ce8f2d5..ad6e4c4b18 100644 --- a/site/component/Header/index.less +++ b/site/component/Header/index.less @@ -23,12 +23,13 @@ #logo { float: left; - height: 60px; - margin: 20px 45px 20px 0; + height: 80px; + line-height: 80px; } #logo img { - height: 40px; + height: 80px; + line-height: 80px; width: 40px; margin-right: 8px; } @@ -38,8 +39,8 @@ float: right; font-size: 14px; font-family: "Hiragino Sans GB", "Microsoft YaHei", sans-serif; - height: 40px; - line-height: 40px; + height: 80px; + line-height: 80px; text-transform: uppercase; } @@ -47,13 +48,14 @@ border-left: 1px solid #EBEDEE; float: left; height: 22px; + line-height: 22px; padding-left: 30px; - margin: 32px auto 0; + margin: 29px auto 0; } #search-box .ant-select { font-size: 14px; - margin-top: -2px; + margin-top: -3px; width: 230px; }