Unverified Commit 9609a72b authored by pig40's avatar pig40 Committed by GitHub

修改已知bug等问题

parent 947c28d8
...@@ -56,8 +56,8 @@ ...@@ -56,8 +56,8 @@
</article> </article>
<footer> <footer>
<ul> <ul>
<li><a class="active" href="index.html">首页</a></li> <li><a href="index.html">首页</a></li>
<li><a href="add_product.html">商品管理</a></li> <li><a class="active" href="add_product.html">商品管理</a></li>
<li><a href="product_list.html">商品列表</a></li> <li><a href="product_list.html">商品列表</a></li>
<li><a href="">个人中心</a></li> <li><a href="">个人中心</a></li>
</ul> </ul>
......
...@@ -6,22 +6,25 @@ ...@@ -6,22 +6,25 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title> <title>Document</title>
<style> <style>
@font-face {
font-family: myFont;
src: url('img/STFANGSO.TTF');
}
</style> </style>
<link href="css/common.css" rel="stylesheet" type="text/css"/> <link href="css/common.css" rel="stylesheet" type="text/css"/>
<link href="css/index.css" rel="stylesheet"/> <link href="css/index.css" rel="stylesheet"/>
</head> </head>
<body> <body>
<header> <header>
<div class="logo"> <div class="logo">
<img src="img/logo.png"> <img src="img/logo.png">
</div> </div>
<div class="search"> <div class="search">
<form><input type="search" placeholder="搜索" autocapitalize="on" accesskey="g"></form> <form><input type="search" placeholder="搜索" autocapitalize="on" accesskey="g"></form>
</div> </div>
</header> </header>
<footer> <footer>
<ul> <ul>
<li><a class="active" href="index.html">首页</a></li> <li><a class="active" href="index.html">首页</a></li>
<li><a href="add_product.html">商品管理</a></li> <li><a href="add_product.html">商品管理</a></li>
...@@ -29,8 +32,8 @@ ...@@ -29,8 +32,8 @@
<li><a href="">个人中心</a></li> <li><a href="">个人中心</a></li>
</ul> </ul>
<div style="height: 50px;" hidden="hidden"></div> <div style="height: 50px;" hidden="hidden"></div>
</footer> </footer>
<article> <article>
<figure> <figure>
<img src="img/index.png"/> <img src="img/index.png"/>
<section> <section>
...@@ -62,6 +65,6 @@ ...@@ -62,6 +65,6 @@
</ul> </ul>
</section> </section>
</figure> </figure>
</article> </article>
</body> </body>
</html> </html>
\ No newline at end of file
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="device-width,initial-scale=1.0"/> <meta name="viewport" content="device-width,initial-scale=1.0"/>
<link href="css/common.css" type="text/css" rel="stylesheet"> <link href="css/common.css"/ type="text/css" rel="stylesheet">
<link href="css/index.css" type="text/css" rel="stylesheet"> <link href="css/index.css"/ type="text/css" rel="stylesheet">
<link href="css/product_list.css" type="text/css" rel="stylesheet"/> <link href="css/product_list.css" type="text/css" rel="stylesheet"/>
<title>跳蚤市场</title> <title>跳蚤市场</title>
</head> </head>
<style> <style>
@font-face { @font-face {
font-family: myFont; font-family: myFont;
src: url('img/STFANGSO.TTF'); src: url('img/STFANGSO.TTF');
} }
</style> </style>
<body> <body>
<header> <header>
<div class="logo"> <div class="logo">
<img src="img/logo.png"> <img src="img/logo.png">
</div> </div>
<div class="search"> <div class="search">
<form><input type="search" placeholder="搜索" autocapitalize="on" accesskey="g"></form> <form><input type="search" placeholder="搜索" autocapitalize="on" accesskey="g"></form>
</div> </div>
</header> </header>
<article> <article>
<nav id="category"> <nav id="category">
<ul class="list_side"> <ul class="list_side">
<li class="active">手机</li> <li class="active">手机</li>
...@@ -33,8 +33,8 @@ ...@@ -33,8 +33,8 @@
<li>电脑</li> <li>电脑</li>
</ul> </ul>
</nav> </nav>
</article> </article>
<div id="products"> <div id="products">
<ul class="list_group"> <ul class="list_group">
<li> <li>
<img src="img/goods1.png"/> <img src="img/goods1.png"/>
...@@ -65,10 +65,10 @@ ...@@ -65,10 +65,10 @@
<p><a href="product_info.html">iPhone 8</a></p> <p><a href="product_info.html">iPhone 8</a></p>
</li> </li>
</ul> </ul>
</div> </div>
<hr> <hr>
<footer> <footer>
<ul> <ul>
<li><a href="index.html">首页</a></li> <li><a href="index.html">首页</a></li>
<li><a href="add_product.html">商品管理</a></li> <li><a href="add_product.html">商品管理</a></li>
...@@ -76,6 +76,6 @@ ...@@ -76,6 +76,6 @@
<li><a href="#">个人中心</a></li> <li><a href="#">个人中心</a></li>
</ul> </ul>
<div style="height: 50px" hidden="hidden"></div> <div style="height: 50px" hidden="hidden"></div>
</footer> </footer>
</body> </body>
</html> </html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment