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
d6d0eb23
Commit
d6d0eb23
authored
Nov 30, 2022
by
HuangJunbo
💻
Committed by
Administrator
Nov 30, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
创建搜索商品页面,搜索商品CSS样式,创建商品详细页面,商品详细CSS样式
Signed-off-by:
Administrator
<
admin@example.com
>
parent
aecb5364
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
67 additions
and
0 deletions
+67
-0
style.css
flea_market/css/style.css
+8
-0
product_detail.html
flea_market/product_detail.html
+44
-0
product_search.html
flea_market/product_search.html
+15
-0
No files found.
flea_market/css/style.css
View file @
d6d0eb23
...
...
@@ -29,3 +29,11 @@ ul li {
display
:
inline-block
;
}
*
{
margin
:
0
;
padding
:
0
;
}
#detail
{
border
:
2px
solid
red
;
}
flea_market/product_detail.html
0 → 100644
View file @
d6d0eb23
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<title>
商品详细
</title>
</head>
<body>
<header>
<h1>
跳蚤市场Logo
</h1>
<nav>
导航:首页 注册 登录
<a
href=
"user_center.html"
>
用户XXX
</a>
</nav>
<hr/>
</header>
<article>
<section
id=
"detail"
>
<h3>
商品信息
</h3>
<img
src=
"img/01.jpg"
width=
"500"
height=
"400"
>
<img
src=
"img/02.jpg"
alt=
""
>
<img
src=
"img/03.jpg"
alt=
""
>
<img
src=
"img/04.jpg"
alt=
""
>
<h1>
iPad 4GB 16GB Wi-Fi版
</h1>
现价:200元
<br>
编号:33313993
<br>
<a
href=
"#"
>
立即购买
</a>
</section>
<section>
<h4>
产品介绍
</h4>
<p>
1、沿用风靡百年的经典全棉牛津纺面料,运用领先的液氨整理技术,面料的抗皱性能会更好。延续简约、舒适、健康的设计理念,特推出免烫,易打理的精细免烫牛津纺长袖衬衫系列
<br>
2、正品,质量优良
<br>
3、九成新
</p>
<video
controls=
"controls"
width=
"640"
height=
"360"
>
<source
src=
"img/1.mp4"
>
</video>
</section>
</article>
<footer>
<hr>
<p>
版权所有
©
uuo00_n-team
</p>
</footer>
</body>
</html>
\ No newline at end of file
flea_market/product_search.html
0 → 100644
View file @
d6d0eb23
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<title>
搜索商品
</title>
</head>
<body>
<header>
<form>
<input
name=
"search"
>
<input
type=
"button"
value=
"搜索"
>
</form>
</header>
</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