This commit is contained in:
wlh
2014-08-14 13:27:42 +08:00
parent ff6bbcf95c
commit 4566cb9036
3 changed files with 10 additions and 9 deletions
+8 -8
View File
@@ -17,12 +17,12 @@ img {
cursor: pointer;
}
.header {
height: 80px;
height: 160px;
width: 100%;
background-color: #000000;
}
#header_back {
height: 80px;
height: 160px;
width: 40px;
float: left;
background-image: url('../../public/images/antenna2.png');
@@ -31,8 +31,8 @@ img {
background-size: 40px 40px;
}
#header_title {
height: 80px;
line-height: 80px;
height: 160px;
line-height: 160px;
margin: auto 40px;
font-size: 20px;
color: #FFF;
@@ -44,11 +44,11 @@ img {
background-color: #1C1817;
position: fixed;
bottom: 0;
height: 80px;
height: 160px;
width: 100%;
}
.toolbar {
height: 80px;
height: 160px;
width: 20%;
display: inline-block;
float: left;
@@ -58,12 +58,12 @@ img {
.toolbar_img {
height: 50px;
width: 50px;
margin: 15px auto;
margin: 55px auto;
}
/*---------login---------*/
.login {
position: absolute;
top: 80px;
top: 160px;
bottom: 50px;
right: 0;
left: 0;
+1 -1
View File
@@ -1,4 +1,4 @@
@header_height:80px;
@header_height:160px;
@float_left:left;
@float_right:right;
@logo_pc_height:40px;
+1
View File
@@ -6,6 +6,7 @@
<link rel="stylesheet" type="text/css" href="../css/main.css">
<script type="text/javascript" src="../js/sea2.3.js"></script>
<script type="text/javascript" src="../js/zepto.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, minimal-ui" />
</head>
<body>
<script>