日期:2014-05-17 浏览次数:20726 次
<!DOCTYPE HTML>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
<meta charset="utf-8">
<title>站长工具箱</title>
<style>
html body{
height: 95%;
}
body{
padding: 0;
margin: 0;
position: absolute;
width: 100%;
}
.box{
display: -moz-box;
display: -webkit-box;
display: box;
-moz-box-orient: vertical;
-webkit-box-orient: vertical;
box-orient: vertical;
}
.welcome{
background-image: url(http://zhanzhanggongju.duapp.com/images/home.png);
background-repeat: no-repeat;
background-position: center;
height: 100px;
}
.menu{
width: 300px;