Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
web_flea_market_moble
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
HuangJunbo
web_flea_market_moble
Commits
9609a72b
Unverified
Commit
9609a72b
authored
Dec 08, 2022
by
pig40
Committed by
GitHub
Dec 08, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改已知bug等问题
parent
947c28d8
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
225 additions
and
222 deletions
+225
-222
add_product.html
web_flea_market/add_product.html
+44
-44
index.html
web_flea_market/index.html
+69
-66
product_info.html
web_flea_market/product_info.html
+34
-34
product_list.html
web_flea_market/product_list.html
+78
-78
No files found.
web_flea_market/add_product.html
View file @
9609a72b
...
...
@@ -56,8 +56,8 @@
</article>
<footer>
<ul>
<li><a
class=
"active"
href=
"index.html"
>
首页
</a></li>
<li><a
href=
"add_product.html"
>
商品管理
</a></li>
<li><a
href=
"index.html"
>
首页
</a></li>
<li><a
class=
"active"
href=
"add_product.html"
>
商品管理
</a></li>
<li><a
href=
"product_list.html"
>
商品列表
</a></li>
<li><a
href=
""
>
个人中心
</a></li>
</ul>
...
...
web_flea_market/index.html
View file @
9609a72b
...
...
@@ -6,22 +6,25 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
Document
</title>
<style>
@font-face
{
font-family
:
myFont
;
src
:
url('img/STFANGSO.TTF')
;
}
</style>
<link
href=
"css/common.css"
rel=
"stylesheet"
type=
"text/css"
/>
<link
href=
"css/index.css"
rel=
"stylesheet"
/>
</head>
<body>
<header>
<header>
<div
class=
"logo"
>
<img
src=
"img/logo.png"
>
</div>
<div
class=
"search"
>
<form><input
type=
"search"
placeholder=
"搜索"
autocapitalize=
"on"
accesskey=
"g"
></form>
</div>
</header>
<footer>
</header>
<footer>
<ul>
<li><a
class=
"active"
href=
"index.html"
>
首页
</a></li>
<li><a
href=
"add_product.html"
>
商品管理
</a></li>
...
...
@@ -29,8 +32,8 @@
<li><a
href=
""
>
个人中心
</a></li>
</ul>
<div
style=
"height: 50px;"
hidden=
"hidden"
></div>
</footer>
<article>
</footer>
<article>
<figure>
<img
src=
"img/index.png"
/>
<section>
...
...
@@ -62,6 +65,6 @@
</ul>
</section>
</figure>
</article>
</article>
</body>
</html>
\ No newline at end of file
web_flea_market/product_info.html
View file @
9609a72b
web_flea_market/product_list.html
View file @
9609a72b
<!DOCTYPE html>
<html>
<head>
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"device-width,initial-scale=1.0"
/>
<link
href=
"css/common.css"
type=
"text/css"
rel=
"stylesheet"
>
<link
href=
"css/index.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/product_list.css"
type=
"text/css"
rel=
"stylesheet"
/>
<title>
跳蚤市场
</title>
</head>
<style>
</head>
<style>
@font-face
{
font-family
:
myFont
;
src
:
url('img/STFANGSO.TTF')
;
}
</style>
<body>
<header>
</style>
<body>
<header>
<div
class=
"logo"
>
<img
src=
"img/logo.png"
>
</div>
<div
class=
"search"
>
<form><input
type=
"search"
placeholder=
"搜索"
autocapitalize=
"on"
accesskey=
"g"
></form>
</div>
</header>
</header>
<article>
<article>
<nav
id=
"category"
>
<ul
class=
"list_side"
>
<li
class=
"active"
>
手机
</li>
...
...
@@ -33,8 +33,8 @@
<li>
电脑
</li>
</ul>
</nav>
</article>
<div
id=
"products"
>
</article>
<div
id=
"products"
>
<ul
class=
"list_group"
>
<li>
<img
src=
"img/goods1.png"
/>
...
...
@@ -65,10 +65,10 @@
<p><a
href=
"product_info.html"
>
iPhone 8
</a></p>
</li>
</ul>
</div>
</div>
<hr>
<footer>
<hr>
<footer>
<ul>
<li><a
href=
"index.html"
>
首页
</a></li>
<li><a
href=
"add_product.html"
>
商品管理
</a></li>
...
...
@@ -76,6 +76,6 @@
<li><a
href=
"#"
>
个人中心
</a></li>
</ul>
<div
style=
"height: 50px"
hidden=
"hidden"
></div>
</footer>
</body>
</footer>
</body>
</html>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment