modify height

This commit is contained in:
wlh
2014-08-14 14:40:38 +08:00
parent 8c3ffea809
commit 4a9e9a2fd9
3 changed files with 14 additions and 14 deletions
+11 -11
View File
@@ -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;