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
2f4f3518
Commit
2f4f3518
authored
Dec 08, 2022
by
HuangJunbo
💻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化样式(未优化完
Signed-off-by:
uuo00_n
<
uuo00_n@outlook.com
>
parent
d4f28d10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
70 additions
and
10 deletions
+70
-10
sys_manage.html
flea_market/sys_manage.html
+70
-10
No files found.
flea_market/sys_manage.html
View file @
2f4f3518
...
...
@@ -8,26 +8,86 @@
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/main.css"
>
<script
src=
"js/jquery-3.5.1.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
:
-55px
;
}
article
input
{
margin
:
10px
0px
;
}
footer
.link
div
{
float
:
right
;
margin-top
:
20px
;
color
:
#fff
;
}
</style>
</head>
<body>
<header>
<a
href=
"admin.html"
>
跳蚤市场
</a>
<div>
<a>
admin
</a><a
href=
"#"
>
退出
</a>
<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"
>
<form
class=
"navigation"
><br>
<a
href=
"#"
>
手机
</a>
|
<a
href=
"#"
>
电脑
</a>
|
<a
href=
"#"
>
旧书
</a>
|
<a
href=
"#"
>
服装
</a>
</form>
</div>
<nav
class=
"op"
>
<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>
<nav>
<h4>
系统管理
</h4>
<aside>
<ul>
<li><a
href=
"usermanager.html"
>
用户管理
</a></li>
<li><a
href=
"
#
"
>
商品审核
</a></li>
<li><a
href=
"
goodsmanage.html
"
>
商品审核
</a></li>
<li><a
href=
"tagmanage.html"
>
分类管理
</a></li>
<li><a
href=
"
#
"
>
配置管理
</a></li>
<li><a
href=
"
config_manage.html
"
>
配置管理
</a></li>
</ul>
</nav>
<hr>
</aside>
<footer>
<p>
版权所有
©
uuo00_n-team
</p>
<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