mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
modify height
This commit is contained in:
+11
-11
@@ -17,23 +17,23 @@ img {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.header {
|
.header {
|
||||||
height: 50px;
|
height: 45px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
}
|
}
|
||||||
#header_back {
|
#header_back {
|
||||||
height: 50px;
|
height: 45px;
|
||||||
width: 40px;
|
width: 30px;
|
||||||
float: left;
|
float: left;
|
||||||
background-image: url('../../public/images/antenna2.png');
|
background-image: url('../../public/images/antenna2.png');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: 40px 40px;
|
background-size: 30px 30px;
|
||||||
}
|
}
|
||||||
#header_title {
|
#header_title {
|
||||||
height: 50px;
|
height: 45px;
|
||||||
line-height: 50px;
|
line-height: 45px;
|
||||||
margin: auto 40px;
|
margin: auto 30px;
|
||||||
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: 50px;
|
height: 45px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.toolbar {
|
.toolbar {
|
||||||
height: 50px;
|
height: 45px;
|
||||||
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: 0px auto;
|
margin: -2.5px auto;
|
||||||
}
|
}
|
||||||
/*---------login---------*/
|
/*---------login---------*/
|
||||||
.login {
|
.login {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50px;
|
top: 45px;
|
||||||
bottom: 50px;
|
bottom: 50px;
|
||||||
right: 0;
|
right: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
@header_height:50px;
|
@header_height:45px;
|
||||||
@float_left:left;
|
@float_left:left;
|
||||||
@float_right:right;
|
@float_right:right;
|
||||||
@logo_pc_height:40px;
|
@logo_pc_height:30px;
|
||||||
@font_size:16px;
|
@font_size:16px;
|
||||||
|
|
||||||
body{
|
body{
|
||||||
|
|||||||
@@ -2,11 +2,11 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
|
|
||||||
<title>首页</title>
|
<title>首页</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../css/main.css">
|
<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/sea2.3.js"></script>
|
||||||
<script type="text/javascript" src="../js/zepto.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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
Reference in New Issue
Block a user