This commit is contained in:
wlh
2014-08-14 13:22:36 +08:00
parent 50a0b994ce
commit ff6bbcf95c
2 changed files with 9 additions and 9 deletions
+8 -8
View File
@@ -17,12 +17,12 @@ img {
cursor: pointer; cursor: pointer;
} }
.header { .header {
height: 60px; height: 80px;
width: 100%; width: 100%;
background-color: #000000; background-color: #000000;
} }
#header_back { #header_back {
height: 60px; height: 80px;
width: 40px; width: 40px;
float: left; float: left;
background-image: url('../../public/images/antenna2.png'); background-image: url('../../public/images/antenna2.png');
@@ -31,8 +31,8 @@ img {
background-size: 40px 40px; background-size: 40px 40px;
} }
#header_title { #header_title {
height: 60px; height: 80px;
line-height: 60px; line-height: 80px;
margin: auto 40px; margin: auto 40px;
font-size: 20px; font-size: 20px;
color: #FFF; color: #FFF;
@@ -44,11 +44,11 @@ img {
background-color: #1C1817; background-color: #1C1817;
position: fixed; position: fixed;
bottom: 0; bottom: 0;
height: 60px; height: 80px;
width: 100%; width: 100%;
} }
.toolbar { .toolbar {
height: 60px; height: 80px;
width: 20%; width: 20%;
display: inline-block; display: inline-block;
float: left; float: left;
@@ -58,12 +58,12 @@ img {
.toolbar_img { .toolbar_img {
height: 50px; height: 50px;
width: 50px; width: 50px;
margin: 5px auto; margin: 15px auto;
} }
/*---------login---------*/ /*---------login---------*/
.login { .login {
position: absolute; position: absolute;
top: 60px; top: 80px;
bottom: 50px; bottom: 50px;
right: 0; right: 0;
left: 0; left: 0;
+1 -1
View File
@@ -1,4 +1,4 @@
@header_height:60px; @header_height:80px;
@float_left:left; @float_left:left;
@float_right:right; @float_right:right;
@logo_pc_height:40px; @logo_pc_height:40px;