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
282520a4
Commit
282520a4
authored
Dec 05, 2022
by
HuangJunbo
💻
Committed by
Administrator
Dec 05, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
收信箱页面提交
Signed-off-by:
Administrator
<
admin@example.com
>
parent
d35d5531
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
78 additions
and
0 deletions
+78
-0
message.html
flea_market/message.html
+78
-0
No files found.
flea_market/message.html
0 → 100644
View file @
282520a4
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<title>
查看留言
</title>
<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-ui.min.js"
></script>
</head>
<body>
<header>
<div
class=
"logo"
><img
src=
"img/logo.png"
/></div>
<form
class=
"searchform"
>
<input
type=
"text"
name=
"search"
id=
"search"
>
<input
type=
"submit"
value=
"搜索"
id=
"button"
>
</form>
<div
class=
"navigation"
>
<a
href=
"#"
>
手机
</a>
|
<a
href=
"#"
>
电脑
</a>
|
<a
href=
"#"
>
旧书
</a>
|
<a
href=
"#"
>
服装
</a>
</div>
<nav>
<div
class=
"nav"
>
<img
src=
"img/tag.png"
/>
<a
href=
"#"
>
商品分类
</a>
</div>
<div
class=
"tag"
>
<ul>
<li><a
href=
"#"
>
首页
</a></li>
<li><a
href=
"#"
>
闲置数码
</a></li>
<li><a
href=
"#"
>
教材书籍
</a></li>
<li><a
href=
"#"
>
运动装备
</a></li>
<li><a
href=
"#"
>
鞋服配饰
</a></li>
<li><a
href=
"#"
>
日用家居
</a></li>
</ul>
</div>
</nav>
</header>
<article>
<section>
发件人:xxx
<br>
时间:2019-1-30 6:30
<br>
相关商品:iPad
<img
src=
"img/ipad.jpg"
width=
"80"
/>
<br>
内容:
<br>
<textarea
rows=
"4"
>
请问这是什么型号的,什么时候买的?
</textarea>
</section>
<section>
回复:
<form
action=
"#"
method=
"post"
>
<textarea
name=
"msg"
placeholder=
"请输入回复内容(最多输入150个字符)"
required
maxlength=
"150"
></textarea>
<br>
<input
type=
"submit"
value=
"回复"
>
</form>
</section>
</article>
<footer>
<div
class=
"navbar"
>
<div
class=
"link"
>
<ul>
<li><a
href=
"#"
>
关于我们
</a></li>
<li><a
href=
"#"
>
网站地图
</a></li>
<li><a
href=
"#"
>
联系客服
</a></li>
<li><a
href=
"#"
>
版权声明
</a></li>
</ul>
</div>
<div
class=
"copyright"
>
<p>
版权所有
©
uuo00_n-team
</p>
</div>
</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