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