Skip to content

Commit

Permalink
add files
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Jul 13, 2014
1 parent 29c2fd5 commit 07831b9
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea/
Empty file added css/cistyle.css
Empty file.
Empty file added css/cistyle.less
Empty file.
10 changes: 10 additions & 0 deletions css/common.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
body,h1,h2,h3,h4,h5,h6,p,ol,ul,li,dl,dt,dd,b{padding:0;margin:0;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:12px;}
li{list-style:none;}
img{border:none;}
a{color:#333;text-decoration:none;outline:none;blr:expression(this.onFocus=this.blur());}
a:hover{color:#000;text-decoration:underline;}
body{font-size:12px;font-family: Arial,Verdana, Helvetica, sans-serif; word-break:break-all;}
div{overflow:hidden;}
.box{margin:0 auto;text-align:left;width:920px;}
.clear{clear:both;}
30 changes: 30 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title></title>
<link href="./css/common.css" rel="stylesheet" type="text/css">
<link href="./css/cistyle.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="./js/script.js"></script>
</head>
<body>
<div class="header_top">
<div class="max_width">
<div class="l">
<a href="#">收藏ci086</a>
<a class="line"></a>
<a href="#">设为首页</a>
</div>
<div class="r">
</div>
</div><!--max-->
</div>
<div class="header">
</div>
</body>
</html>
Empty file added js/script.js
Empty file.

0 comments on commit 07831b9

Please sign in to comment.