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
Hide 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
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
发布商品
</title>
<link
href=
"css/common.css"
type=
"text/css"
rel=
"stylesheet"
/>
<title>
发布商品
</title>
<link
href=
"css/common.css"
type=
"text/css"
rel=
"stylesheet"
/>
<link
href=
"css/add_product.css"
type=
"text/css"
rel=
"stylesheet"
/>
</head>
<style>
@font-face
{
font-family
:
myFont
;
src
:
url('img/STFANGSO.TTF')
;
}
</style>
<script>
</head>
<style>
@font-face
{
font-family
:
myFont
;
src
:
url('img/STFANGSO.TTF')
;
}
</style>
<script>
var
goods
=
{
name
:
""
,
price
:
""
,
...
...
@@ -28,40 +28,40 @@
return
;
}
console
.
log
(
goods
);
}
}
</script>
<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>
<article
class=
"add"
>
<form
action=
"#"
method=
"get"
>
<div>
商品名称:
<input
id=
"name"
type=
"text"
spellcheck=
"true"
required
/>
</div>
<div>
商品价格:
<span
contenteditable=
"true"
></span>
<input
id=
"price"
type=
"text"
required
/>
</div>
<div>
描述信息:
<textarea
id=
"information"
cols=
"50"
rows=
"5"
spellcheck=
"true"
required
></textarea>
</div>
<input
type=
"submit"
class=
"submit"
value=
"发布商品"
onclick=
"upload()"
/>
</form>
</article>
<footer>
<ul>
<li><a
class=
"active"
href=
"index.html"
>
首页
</a></li>
<li><a
href=
"add_product.html"
>
商品管理
</a></li>
<li><a
href=
"product_list.html"
>
商品列表
</a></li>
<li><a
href=
""
>
个人中心
</a></li>
</ul>
<div
style=
"height: 50px;"
hidden=
"hidden"
></div>
<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>
<article
class=
"add"
>
<form
action=
"#"
method=
"get"
>
<div>
商品名称:
<input
id=
"name"
type=
"text"
spellcheck=
"true"
required
/>
</div>
<div>
商品价格:
<span
contenteditable=
"true"
></span>
<input
id=
"price"
type=
"text"
required
/>
</div>
<div>
描述信息:
<textarea
id=
"information"
cols=
"50"
rows=
"5"
spellcheck=
"true"
required
></textarea>
</div>
<input
type=
"submit"
class=
"submit"
value=
"发布商品"
onclick=
"upload()"
/>
</form>
</article>
<footer>
<ul>
<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>
<div
style=
"height: 50px;"
hidden=
"hidden"
></div>
</footer>
</body>
</html>
\ No newline at end of file
web_flea_market/index.html
View file @
9609a72b
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
Document
</title>
<style>
</style>
<link
href=
"css/common.css"
rel=
"stylesheet"
type=
"text/css"
/>
<link
href=
"css/index.css"
rel=
"stylesheet"
/>
</head>
<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>
<footer>
<ul>
<li><a
class=
"active"
href=
"index.html"
>
首页
</a></li>
<li><a
href=
"add_product.html"
>
商品管理
</a></li>
<li><a
href=
"product_list.html"
>
商品列表
</a></li>
<li><a
href=
""
>
个人中心
</a></li>
</ul>
<div
style=
"height: 50px;"
hidden=
"hidden"
></div>
</footer>
<article>
<figure>
<img
src=
"img/index.png"
/>
<section>
<ul
class=
"list_group"
>
<li>
<img
src=
"img/goods1.png"
/>
<p><a
href=
"#"
>
手机
</a></p>
</li>
<li>
<img
src=
"img/goods2.png"
/>
<p><a
href=
"#"
>
吸尘器
</a></p>
</li>
<li>
<img
src=
"img/goods3.png"
/>
<p><a
href=
"#"
>
手机
</a></p>
</li>
<li>
<img
src=
"img/goods4.png"
/>
<p><a
href=
"#"
>
洗衣机
</a></p>
</li>
<li>
<img
src=
"img/goods7.png"
/>
<p><a
href=
"#"
>
镜头
</a></p>
</li>
<li>
<img
src=
"img/goods8.png"
/>
<p><a
href=
"#"
>
相机
</a></p>
</li>
</ul>
</section>
</figure>
</article>
</body>
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<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>
<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>
<ul>
<li><a
class=
"active"
href=
"index.html"
>
首页
</a></li>
<li><a
href=
"add_product.html"
>
商品管理
</a></li>
<li><a
href=
"product_list.html"
>
商品列表
</a></li>
<li><a
href=
""
>
个人中心
</a></li>
</ul>
<div
style=
"height: 50px;"
hidden=
"hidden"
></div>
</footer>
<article>
<figure>
<img
src=
"img/index.png"
/>
<section>
<ul
class=
"list_group"
>
<li>
<img
src=
"img/goods1.png"
/>
<p><a
href=
"#"
>
手机
</a></p>
</li>
<li>
<img
src=
"img/goods2.png"
/>
<p><a
href=
"#"
>
吸尘器
</a></p>
</li>
<li>
<img
src=
"img/goods3.png"
/>
<p><a
href=
"#"
>
手机
</a></p>
</li>
<li>
<img
src=
"img/goods4.png"
/>
<p><a
href=
"#"
>
洗衣机
</a></p>
</li>
<li>
<img
src=
"img/goods7.png"
/>
<p><a
href=
"#"
>
镜头
</a></p>
</li>
<li>
<img
src=
"img/goods8.png"
/>
<p><a
href=
"#"
>
相机
</a></p>
</li>
</ul>
</section>
</figure>
</article>
</body>
</html>
\ No newline at end of file
web_flea_market/product_info.html
View file @
9609a72b
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=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"
/>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=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/product_list.css"
type=
"text/css"
rel=
"stylesheet"
/>
<title></title>
<style>
@font-face
{
font-family
:
myFont
;
src
:
url('img/STFANGSO.TTF')
;
}
video
{
width
:
98%
;
margin
:
2px
;
}
<title></title>
<style>
@font-face
{
font-family
:
myFont
;
src
:
url('img/STFANGSO.TTF')
;
}
video
{
width
:
98%
;
margin
:
2px
;
}
</style>
</head>
<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>
<video
controls=
"controls"
src=
"img/1.mp4"
></video>
<footer>
<ul>
<li><a
href=
"index.html"
>
首页
</a></li>
<li><a
href=
"add_product.html"
>
商品管理
</a></li>
<li><a
class=
"active"
href=
"product_list.html"
>
商品列表
</a></li>
<li><a
href=
"#"
>
个人中心
</a></li>
</ul>
<div
style=
"height: 50px"
hidden=
"hidden"
></div>
<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>
<video
controls=
"controls"
src=
"img/1.mp4"
></video>
<footer>
<ul>
<li><a
href=
"index.html"
>
首页
</a></li>
<li><a
href=
"add_product.html"
>
商品管理
</a></li>
<li><a
class=
"active"
href=
"product_list.html"
>
商品列表
</a></li>
<li><a
href=
"#"
>
个人中心
</a></li>
</ul>
<div
style=
"height: 50px"
hidden=
"hidden"
></div>
</footer>
</body>
</html>
\ No newline at end of file
web_flea_market/product_list.html
View file @
9609a72b
<!DOCTYPE html>
<html>
<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/product_list.css"
type=
"text/css"
rel=
"stylesheet"
/>
<title>
跳蚤市场
</title>
</head>
<style>
@font-face
{
font-family
:
myFont
;
src
:
url('img/STFANGSO.TTF')
;
}
</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>
<article>
<nav
id=
"category"
>
<ul
class=
"list_side"
>
<li
class=
"active"
>
手机
</li>
<li>
家电
</li>
<li>
相机
</li>
<li>
电脑
</li>
</ul>
</nav>
</article>
<div
id=
"products"
>
<ul
class=
"list_group"
>
<li>
<img
src=
"img/goods1.png"
/>
<p><a
href=
"#"
>
华为p30
</a></p>
</li>
<li>
<img
src=
"img/goods1.png"
/>
<p><a
href=
"#"
>
OPPO Reno
</a></p>
</li>
<li>
<img
src=
"img/goods1.png"
>
<p><a
href=
"product_info.html"
>
OPPO Reno
</a></p>
</li>
<li>
<img
src=
"img/goods1.png"
>
<p><a
href=
"product_info.html"
>
vivo X23
</a></p>
</li>
<li>
<img
src=
"img/goods1.png"
>
<p><a
href=
"product_info.html"
>
iPhone 8
</a></p>
</li>
<li>
<img
src=
"img/goods1.png"
>
<p><a
href=
"product_info.html"
>
vivo X23
</a></p>
</li>
<li>
<img
src=
"img/goods1.png"
>
<p><a
href=
"product_info.html"
>
iPhone 8
</a></p>
</li>
</ul>
</div>
<hr>
<footer>
<ul>
<li><a
href=
"index.html"
>
首页
</a></li>
<li><a
href=
"add_product.html"
>
商品管理
</a></li>
<li><a
class=
"active"
href=
"product_list.html"
>
商品列表
</a></li>
<li><a
href=
"#"
>
个人中心
</a></li>
</ul>
<div
style=
"height: 50px"
hidden=
"hidden"
></div>
</footer>
</body>
<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/product_list.css"
type=
"text/css"
rel=
"stylesheet"
/>
<title>
跳蚤市场
</title>
</head>
<style>
@font-face
{
font-family
:
myFont
;
src
:
url('img/STFANGSO.TTF')
;
}
</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>
<article>
<nav
id=
"category"
>
<ul
class=
"list_side"
>
<li
class=
"active"
>
手机
</li>
<li>
家电
</li>
<li>
相机
</li>
<li>
电脑
</li>
</ul>
</nav>
</article>
<div
id=
"products"
>
<ul
class=
"list_group"
>
<li>
<img
src=
"img/goods1.png"
/>
<p><a
href=
"#"
>
华为p30
</a></p>
</li>
<li>
<img
src=
"img/goods1.png"
/>
<p><a
href=
"#"
>
OPPO Reno
</a></p>
</li>
<li>
<img
src=
"img/goods1.png"
>
<p><a
href=
"product_info.html"
>
OPPO Reno
</a></p>
</li>
<li>
<img
src=
"img/goods1.png"
>
<p><a
href=
"product_info.html"
>
vivo X23
</a></p>
</li>
<li>
<img
src=
"img/goods1.png"
>
<p><a
href=
"product_info.html"
>
iPhone 8
</a></p>
</li>
<li>
<img
src=
"img/goods1.png"
>
<p><a
href=
"product_info.html"
>
vivo X23
</a></p>
</li>
<li>
<img
src=
"img/goods1.png"
>
<p><a
href=
"product_info.html"
>
iPhone 8
</a></p>
</li>
</ul>
</div>
<hr>
<footer>
<ul>
<li><a
href=
"index.html"
>
首页
</a></li>
<li><a
href=
"add_product.html"
>
商品管理
</a></li>
<li><a
class=
"active"
href=
"product_list.html"
>
商品列表
</a></li>
<li><a
href=
"#"
>
个人中心
</a></li>
</ul>
<div
style=
"height: 50px"
hidden=
"hidden"
></div>
</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