From 4a9e9a2fd9a611623e7b63e42cd948b8bfbd4de3 Mon Sep 17 00:00:00 2001 From: wlh Date: Thu, 14 Aug 2014 14:40:38 +0800 Subject: [PATCH] modify height --- 5cm/webapp/css/main.css | 22 +++++++++++----------- 5cm/webapp/less/main.css | 4 ++-- 5cm/webapp/lib/index.html | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/5cm/webapp/css/main.css b/5cm/webapp/css/main.css index 1e911d0..3e23d98 100644 --- a/5cm/webapp/css/main.css +++ b/5cm/webapp/css/main.css @@ -17,23 +17,23 @@ img { cursor: pointer; } .header { - height: 50px; + height: 45px; width: 100%; background-color: #000000; } #header_back { - height: 50px; - width: 40px; + height: 45px; + width: 30px; float: left; background-image: url('../../public/images/antenna2.png'); background-repeat: no-repeat; background-position: center; - background-size: 40px 40px; + background-size: 30px 30px; } #header_title { - height: 50px; - line-height: 50px; - margin: auto 40px; + height: 45px; + line-height: 45px; + margin: auto 30px; font-size: 20px; color: #FFF; } @@ -44,11 +44,11 @@ img { background-color: #1C1817; position: fixed; bottom: 0; - height: 50px; + height: 45px; width: 100%; } .toolbar { - height: 50px; + height: 45px; width: 20%; display: inline-block; float: left; @@ -58,12 +58,12 @@ img { .toolbar_img { height: 50px; width: 50px; - margin: 0px auto; + margin: -2.5px auto; } /*---------login---------*/ .login { position: absolute; - top: 50px; + top: 45px; bottom: 50px; right: 0; left: 0; diff --git a/5cm/webapp/less/main.css b/5cm/webapp/less/main.css index 096de7b..c4cd0ce 100644 --- a/5cm/webapp/less/main.css +++ b/5cm/webapp/less/main.css @@ -1,7 +1,7 @@ -@header_height:50px; +@header_height:45px; @float_left:left; @float_right:right; -@logo_pc_height:40px; +@logo_pc_height:30px; @font_size:16px; body{ diff --git a/5cm/webapp/lib/index.html b/5cm/webapp/lib/index.html index e46d2ae..ef8b82b 100644 --- a/5cm/webapp/lib/index.html +++ b/5cm/webapp/lib/index.html @@ -2,11 +2,11 @@ - 首页 +