Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
web_flea_market
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
Commits
e0c73eb3
Commit
e0c73eb3
authored
Dec 05, 2022
by
HuangJunbo
💻
Committed by
Administrator
Dec 05, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改add_product
Signed-off-by:
Administrator
<
admin@example.com
>
parent
d84fc963
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
8 deletions
+35
-8
add_product.html
flea_market/add_product.html
+35
-8
No files found.
flea_market/add_product.html
View file @
e0c73eb3
...
@@ -4,9 +4,33 @@
...
@@ -4,9 +4,33 @@
<meta
charset=
"UTF-8"
>
<meta
charset=
"UTF-8"
>
<title>
发布商品
</title>
<title>
发布商品
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/main_2.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/main_2.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/style_2.css"
>
<script
src=
"js/jquery-3.5.1.js"
></script>
<script
src=
"js/jquery-3.5.1.js"
></script>
<script
src=
"js/jquery-ui.min.js"
></script>
<script
src=
"js/jquery-ui.min.js"
></script>
<style>
article
{
margin-left
:
400px
;
margin-top
:
-400px
;
}
footer
{
width
:
100%
;
height
:
50px
;
position
:
relative
;
background-color
:
#cccccc
;
margin-top
:
55px
;
top
:
-50px
;
}
article
input
{
margin
:
10px
0px
;
}
footer
.link
div
{
float
:
right
;
margin-top
:
20px
;
color
:
#fff
;
}
</style>
</head>
</head>
<body>
<body>
<header>
<header>
...
@@ -16,12 +40,14 @@
...
@@ -16,12 +40,14 @@
<input
type=
"submit"
value=
"搜索"
id=
"button"
>
<input
type=
"submit"
value=
"搜索"
id=
"button"
>
</form>
</form>
<div
class=
"navigation"
>
<div
class=
"navigation"
>
<a
href=
"#"
>
手机
</a>
|
<form
class=
"navigation"
><br>
<a
href=
"#"
>
电脑
</a>
|
<a
href=
"#"
>
手机
</a>
|
<a
href=
"#"
>
旧书
</a>
|
<a
href=
"#"
>
电脑
</a>
|
<a
href=
"#"
>
服装
</a>
<a
href=
"#"
>
旧书
</a>
|
<a
href=
"#"
>
服装
</a>
</form>
</div>
</div>
<nav>
<nav
class=
"op"
>
<div
class=
"nav"
>
<div
class=
"nav"
>
<img
src=
"img/tag.png"
/>
<img
src=
"img/tag.png"
/>
<a
href=
"#"
>
商品分类
</a>
<a
href=
"#"
>
商品分类
</a>
...
@@ -46,6 +72,8 @@
...
@@ -46,6 +72,8 @@
<li><a
href=
"my_product.html"
>
我的商品
</a></li>
<li><a
href=
"my_product.html"
>
我的商品
</a></li>
<li><a
href=
"purchase_history.html"
>
消费记录
</a></li>
<li><a
href=
"purchase_history.html"
>
消费记录
</a></li>
</ul>
</ul>
</aside>
<article>
<ul>
<ul>
<li><a
href=
"add_product.html"
>
发布商品
</a></li>
<li><a
href=
"add_product.html"
>
发布商品
</a></li>
</ul>
</ul>
...
@@ -57,9 +85,8 @@
...
@@ -57,9 +85,8 @@
视频:
<input
type=
"file"
name=
"video"
><br>
视频:
<input
type=
"file"
name=
"video"
><br>
<input
type=
"submit"
value=
"发布商品"
>
<input
type=
"submit"
value=
"发布商品"
>
<input
type=
"reset"
value=
"取消"
>
<input
type=
"reset"
value=
"取消"
>
</form>
</form>
</a
sid
e>
</a
rticl
e>
<footer>
<footer>
<div
class=
"navbar"
>
<div
class=
"navbar"
>
<div
class=
"link"
>
<div
class=
"link"
>
...
...
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