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
f631b186
Commit
f631b186
authored
Dec 05, 2022
by
HuangJunbo
💻
Committed by
Administrator
Dec 05, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改外联css,删除对style.css的引入
Signed-off-by:
Administrator
<
admin@example.com
>
parent
e0c73eb3
Changes
32
Hide whitespace changes
Inline
Side-by-side
Showing
32 changed files
with
220 additions
and
499 deletions
+220
-499
add_product.html
flea_market/add_product.html
+1
-1
config_manage.html
flea_market/config_manage.html
+1
-2
main.css
flea_market/css/main.css
+130
-23
main_2.css
flea_market/css/main_2.css
+0
-253
style.css
flea_market/css/style.css
+63
-105
style_2.css
flea_market/css/style_2.css
+0
-63
delete_product.html
flea_market/delete_product.html
+1
-2
edit_contact.html
flea_market/edit_contact.html
+1
-2
edit_product.html
flea_market/edit_product.html
+1
-2
edit_pwd.html
flea_market/edit_pwd.html
+1
-2
goodsmanage.html
flea_market/goodsmanage.html
+1
-2
index.html
flea_market/index.html
+1
-4
login.html
flea_market/login.html
+1
-2
massage_list.html
flea_market/massage_list.html
+1
-2
message.html
flea_market/message.html
+1
-2
my_orders.html
flea_market/my_orders.html
+1
-2
my_product.html
flea_market/my_product.html
+1
-2
order.html
flea_market/order.html
+1
-2
order_details.html
flea_market/order_details.html
+1
-2
order_list.html
flea_market/order_list.html
+1
-2
pay.html
flea_market/pay.html
+1
-2
product_detail.html
flea_market/product_detail.html
+1
-2
product_list.html
flea_market/product_list.html
+1
-2
product_search.html
flea_market/product_search.html
+0
-1
purchase_history.html
flea_market/purchase_history.html
+1
-2
register.html
flea_market/register.html
+1
-2
sys_manage.html
flea_market/sys_manage.html
+1
-2
tag_manage.html
flea_market/tag_manage.html
+1
-2
tagadd.html
flea_market/tagadd.html
+1
-2
tagmanage.html
flea_market/tagmanage.html
+1
-2
user_center.html
flea_market/user_center.html
+1
-1
usermanager.html
flea_market/usermanager.html
+1
-2
No files found.
flea_market/add_product.html
View file @
f631b186
...
...
@@ -3,7 +3,7 @@
<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/main.css"
>
<script
src=
"js/jquery-3.5.1.js"
></script>
<script
src=
"js/jquery-ui.min.js"
></script>
<style>
...
...
flea_market/config_manage.html
View file @
f631b186
...
...
@@ -3,8 +3,7 @@
<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"
>
<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>
</head>
...
...
flea_market/css/main.css
View file @
f631b186
body
{
margin
:
0px
;
padding
:
0px
;
background-color
:
#F5F5F5
;
margin
:
0
;
padding
:
0
;
background-color
:
#f5f5f5
;
box-sizing
:
border-box
;
}
a
{
text-decoration
:
none
;
}
img
{
width
:
250px
;
height
:
100px
;
}
.nav
img
{
width
:
60px
;
height
:
60px
;
}
.op
{
height
:
70px
;
background-color
:
rgb
(
75
,
39
,
39
);
}
.logo
{
width
:
300px
;
position
:
relative
;
left
:
100px
;
top
:
30px
;
margin-left
:
150px
;
}
.searchform
{
...
...
@@ -20,7 +37,7 @@ a {
position
:
relative
;
left
:
380px
;
top
:
-25px
;
margin-left
:
200px
;
}
#search
{
...
...
@@ -34,7 +51,7 @@ a {
width
:
108px
;
height
:
35px
;
background-color
:
#C40000
;
color
:
#
FFFFFF
;
color
:
#
c5bcbc
;
position
:
relative
;
left
:
-5px
;
font-size
:
medium
;
...
...
@@ -47,23 +64,24 @@ a {
position
:
relative
;
left
:
380px
;
top
:
-20px
;
color
:
#E6E6E6
;
color
:
#e6e6e6
;
margin-left
:
-90px
;
}
.navigation
a
:link
{
color
:
#9
A9A9A
color
:
#9
a9a9a
;
}
.navigation
a
:visited
{
color
:
#9
A9A9A
color
:
#9
a9a9a
;
}
.navigation
a
:hover
{
color
:
#
FF0000
color
:
#
ff0000
;
}
.navigation
a
:active
{
color
:
#9
A9A9A
color
:
#9
a9a9a
;
}
.nav
{
...
...
@@ -74,6 +92,7 @@ a {
position
:
relative
;
left
:
100px
;
border
:
2px
#C40000
solid
;
margin-left
:
180px
;
}
.nav
a
{
...
...
@@ -96,20 +115,20 @@ a {
width
:
900px
;
height
:
100%
;
position
:
relative
;
left
:
2
60px
;
left
:
4
60px
;
top
:
-48px
;
z-index
:
1
;
}
footer
{
/*
footer {
width: 100%;
height
:
22
0px
;
height:
5
0px;
position: relative;
background-color
:
#
333333
;
}
background-color: #
cccccc
;
margin-top: 60px;
} */
.link
{
width
:
10
0%
;
width
:
8
0%
;
}
.link
li
{
...
...
@@ -122,25 +141,113 @@ footer {
}
link
li
a
:link
{
color
:
#
FCF3F3
color
:
#
f3f3f3
;
}
link
li
a
:visited
{
color
:
#
FCF3F3
color
:
#
f3f3f3
;
}
link
li
a
:hover
{
color
:
#
102114
color
:
#
f10214
;
}
link
li
a
:active
{
color
:
#
FCF3F3
color
:
#
f3f3f3
;
}
copyright
p
{
color
:
#
EEEEEE
;
.navbar
p
{
color
:
#
fefefe
;
font-size
:
x-small
;
position
:
absolute
;
left
:
50px
;
top
:
50px
;
margin-left
:
200px
;
}
.navbar
{
margin-left
:
200px
;
}
aside
{
width
:
15%
;
height
:
560px
;
border
:
1px
solid
#c40000
;
background-color
:
#c40000
;
}
aside
ul
li
{
list-style-type
:
none
;
width
:
100px
;
padding
:
15px
;
}
aside
ul
li
a
{
color
:
#e6e6e6
;
}
aside
ul
li
a
:link
{
color
:
#fcf3f3
;
}
aside
ul
li
a
:visited
{
color
:
#fcf3f3
;
}
aside
ul
li
a
:hover
{
color
:
#f10214
;
}
aside
ul
li
a
:active
{
color
:
#fcf3f3
;
}
form
{
margin-left
:
1%
;
/* text-align: center; */
width
:
98%
;
color
:
#3c3c3c
;
}
input
{
border
:
2px
#c40000
solid
;
width
:
200px
;
height
:
29px
;
margin
:
20px
0px
;
font-size
:
medium
;
}
.submit
{
/* width: 110px; */
height
:
35px
;
/* background-color: #c40000; */
color
:
#ffffff
;
font-size
:
medium
;
font-family
:
"times new roman"
;
/* border: 1px #c40000 solid; */
margin
:
10px
;
position
:
relative
;
top
:
25px
;
}
table
tr
{
height
:
40px
;
}
tr
th
{
background-color
:
#fff2e8
;
font-family
:
"微软雅黑"
;
font-size
:
15px
;
}
table
td
a
{
color
:
#ccc
;
background-color
:
black
;
padding
:
2px
5px
;
text-decoration
:
none
;
font-family
:
"微软雅黑"
;
border-radius
:
2px
;
font-style
:
none
;
}
\ No newline at end of file
flea_market/css/main_2.css
deleted
100644 → 0
View file @
e0c73eb3
body
{
margin
:
0
;
padding
:
0
;
background-color
:
#f5f5f5
;
box-sizing
:
border-box
;
}
a
{
text-decoration
:
none
;
}
img
{
width
:
250px
;
height
:
100px
;
}
.nav
img
{
width
:
60px
;
height
:
60px
;
}
.op
{
height
:
70px
;
background-color
:
rgb
(
75
,
39
,
39
);
}
.logo
{
width
:
300px
;
position
:
relative
;
left
:
100px
;
top
:
30px
;
margin-left
:
150px
;
}
.searchform
{
width
:
550px
;
position
:
relative
;
left
:
380px
;
top
:
-25px
;
margin-left
:
200px
;
}
#search
{
border
:
2px
#C40000
solid
;
width
:
405px
;
height
:
29px
;
font-size
:
medium
;
}
#button
{
width
:
108px
;
height
:
35px
;
background-color
:
#C40000
;
color
:
#c5bcbc
;
position
:
relative
;
left
:
-5px
;
font-size
:
medium
;
font-family
:
"times new roman"
;
border
:
3px
#C40000
solid
;
}
.navigation
{
width
:
500px
;
position
:
relative
;
left
:
380px
;
top
:
-20px
;
color
:
#e6e6e6
;
margin-left
:
-90px
;
}
.navigation
a
:link
{
color
:
#9a9a9a
;
}
.navigation
a
:visited
{
color
:
#9a9a9a
;
}
.navigation
a
:hover
{
color
:
#ff0000
;
}
.navigation
a
:active
{
color
:
#9a9a9a
;
}
.nav
{
background-color
:
#C40000
;
width
:
200px
;
font-size
:
medium
;
font-family
:
"times new roman"
;
position
:
relative
;
left
:
100px
;
border
:
2px
#C40000
solid
;
margin-left
:
180px
;
}
.nav
a
{
position
:
relative
;
top
:
-10px
;
}
.tag
ul
,
.tag
ul
li
{
height
:
45px
;
list-style-type
:
none
;
text-align
:
center
;
}
.tag
ul
li
{
width
:
100px
;
float
:
left
;
}
.tag
{
width
:
900px
;
height
:
100%
;
position
:
relative
;
left
:
460px
;
top
:
-48px
;
z-index
:
1
;
}
/* footer {
width: 100%;
height: 50px;
position: relative;
background-color: #cccccc;
margin-top: 60px;
} */
.link
{
width
:
80%
;
}
.link
li
{
list-style-type
:
none
;
width
:
130px
;
position
:
relative
;
left
:
50px
;
top
:
20px
;
float
:
left
;
}
link
li
a
:link
{
color
:
#f3f3f3
;
}
link
li
a
:visited
{
color
:
#f3f3f3
;
}
link
li
a
:hover
{
color
:
#f10214
;
}
link
li
a
:active
{
color
:
#f3f3f3
;
}
.navbar
p
{
color
:
#fefefe
;
font-size
:
x-small
;
position
:
absolute
;
left
:
50px
;
top
:
50px
;
margin-left
:
200px
;
}
.navbar
{
margin-left
:
200px
;
}
aside
{
width
:
15%
;
height
:
560px
;
border
:
1px
solid
#c40000
;
background-color
:
#c40000
;
}
aside
ul
li
{
list-style-type
:
none
;
width
:
100px
;
padding
:
15px
;
}
aside
ul
li
a
{
color
:
#e6e6e6
;
}
aside
ul
li
a
:link
{
color
:
#fcf3f3
;
}
aside
ul
li
a
:visited
{
color
:
#fcf3f3
;
}
aside
ul
li
a
:hover
{
color
:
#f10214
;
}
aside
ul
li
a
:active
{
color
:
#fcf3f3
;
}
form
{
margin-left
:
1%
;
/* text-align: center; */
width
:
98%
;
color
:
#3c3c3c
;
}
input
{
border
:
2px
#c40000
solid
;
width
:
200px
;
height
:
29px
;
margin
:
20px
0px
;
font-size
:
medium
;
}
.submit
{
/* width: 110px; */
height
:
35px
;
/* background-color: #c40000; */
color
:
#ffffff
;
font-size
:
medium
;
font-family
:
"times new roman"
;
/* border: 1px #c40000 solid; */
margin
:
10px
;
position
:
relative
;
top
:
25px
;
}
table
tr
{
height
:
40px
;
}
tr
th
{
background-color
:
#fff2e8
;
font-family
:
"微软雅黑"
;
font-size
:
15px
;
}
table
td
a
{
color
:
#ccc
;
background-color
:
black
;
padding
:
2px
5px
;
text-decoration
:
none
;
font-family
:
"微软雅黑"
;
border-radius
:
2px
;
font-style
:
none
;
}
\ No newline at end of file
flea_market/css/style.css
View file @
f631b186
body
{
background-color
:
#f1f1f1
;
font-size
:
14px
;
font-family
:
'宋体'
,
sans-serif
;
font-style
:
normal
;
max-width
:
960px
;
margin
:
0
auto
;
}
a
:link
{
color
:
#FF0000
;
}
a
:visited
{
color
:
#00FF00
;
}
a
:hover
{
color
:
#FF00FF
;
}
a
:active
{
color
:
#0000FF
;
}
ul
{
list-style-type
:
circle
;
}
ul
li
{
display
:
inline-block
;
}
*
{
margin
:
0
;
padding
:
0
;
}
#detail
{
border
:
2px
solid
red
;
}
header
{
height
:
100px
;
border
:
2px
solid
#dfc9b2
;
margin-top
:
5px
;
margin-bottom
:
5px
;
}
footer
{
height
:
200px
;
border
:
2px
solid
#dfc9b2
;
margin-top
:
5px
;
}
section
{
margin
:
10px
auto
;
padding
:
10px
;
border
:
2px
solid
#dfc9b2
;
}
article
table
{
width
:
960px
;
margin
:
10px
auto
;
border
:
2px
solid
#dfc9b2
;
}
.table_head
{
height
:
26px
;
line-height
:
26px
;
padding
:
2px
0
0
0
;
background
:
#faf8f2
;
border-bottom
:
1px
solid
#eadbc9
;
border-top
:
1px
solid
#eadbc9
;
color
:
#8a7152
;
}
.total
{
text-align
:
right
;
margin
:
auto
;
background
:
#f1f5F8
;
}
#pay_order
{
height
:
200px
;
margin
:
10px
;
}
#pay_type
{
float
:
left
;
width
:
430px
;
height
:
200px
;
margin
:
10px
;
}
#pay_info
{
float
:
left
;
width
:
430px
;
height
:
200px
;
margin
:
10px
;
}
.clear
{
clear
:
both
;
}
*
{
padding
:
0
;
margin
:
0
;
}
nav
{
margin-top
:
30px
;
}
body
{
background-color
:
#f1f1f1
;
background-color
:
rgb
(
241
,
241
,
241
);
max-width
:
960px
;
margin
:
0
auto
;
padding
:
0
auto
;
}
#pay_order
{
height
:
200px
;
margin
:
10px
;
}
#pay_type
{
float
:
left
;
width
:
45%
;
height
:
200px
;
/* margin: 10px; */
}
#pay_info
{
float
:
right
;
width
:
45%
;
height
:
200px
;
/* margin: 10px; */
}
.clear
{
clear
:
both
;
}
header
{
height
:
100px
;
border
:
2px
solid
#dfc9b2
;
margin-top
:
5px
;
}
section
{
margin
:
10px
auto
;
padding
:
10px
;
border
:
2px
solid
#dfc9b2
;
}
article
table
{
width
:
925px
;
margin
:
10px
auto
;
border
:
2px
solid
#eadbc9
;
color
:
#8a7152
;
}
footer
{
border
:
2px
solid
#dfc9b2
;
height
:
50px
;
}
\ No newline at end of file
flea_market/css/style_2.css
deleted
100644 → 0
View file @
e0c73eb3
*
{
padding
:
0
;
margin
:
0
;
}
nav
{
margin-top
:
30px
;
}
body
{
background-color
:
#f1f1f1
;
background-color
:
rgb
(
241
,
241
,
241
);
max-width
:
960px
;
margin
:
0
auto
;
padding
:
0
auto
;
}
#pay_order
{
height
:
200px
;
margin
:
10px
;
}
#pay_type
{
float
:
left
;
width
:
45%
;
height
:
200px
;
/* margin: 10px; */
}
#pay_info
{
float
:
right
;
width
:
45%
;
height
:
200px
;
/* margin: 10px; */
}
.clear
{
clear
:
both
;
}
header
{
height
:
100px
;
border
:
2px
solid
#dfc9b2
;
margin-top
:
5px
;
}
section
{
margin
:
10px
auto
;
padding
:
10px
;
border
:
2px
solid
#dfc9b2
;
}
article
table
{
width
:
925px
;
margin
:
10px
auto
;
border
:
2px
solid
#eadbc9
;
color
:
#8a7152
;
}
footer
{
border
:
2px
solid
#dfc9b2
;
height
:
50px
;
}
\ No newline at end of file
flea_market/delete_product.html
View file @
f631b186
...
...
@@ -3,8 +3,7 @@
<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"
>
<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>
</head>
...
...
flea_market/edit_contact.html
View file @
f631b186
...
...
@@ -3,8 +3,7 @@
<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"
>
<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>
</head>
...
...
flea_market/edit_product.html
View file @
f631b186
...
...
@@ -3,8 +3,7 @@
<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"
>
<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>
</head>
...
...
flea_market/edit_pwd.html
View file @
f631b186
...
...
@@ -3,8 +3,7 @@
<head>
<meta
charset=
"UTF-8"
>
<title>
edit_pwd
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/main_2.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/style_2.css"
>
<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>
</head>
...
...
flea_market/goodsmanage.html
View file @
f631b186
...
...
@@ -5,8 +5,7 @@
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
商品审核
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/main_2.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/style_2.css"
>
<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>
</head>
...
...
flea_market/index.html
View file @
f631b186
...
...
@@ -5,10 +5,7 @@
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
Document
</title>
<!-- <link rel="stylesheet" type="text/css" href="css/main.css">-->
<!-- <link rel="stylesheet" type="text/css" href="css/style.css">-->
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/main_2.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/style_2.css"
>
<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>
</head>
...
...
flea_market/login.html
View file @
f631b186
...
...
@@ -3,8 +3,7 @@
<head>
<meta
charset=
"UTF-8"
>
<title>
login
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/main_2.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/style_2.css"
>
<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>
</head>
...
...
flea_market/massage_list.html
View file @
f631b186
...
...
@@ -3,8 +3,7 @@
<head>
<meta
charset=
"UTF-8"
>
<title>
Title
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/main_2.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/style_2.css"
>
<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>
</head>
...
...
flea_market/message.html
View file @
f631b186
...
...
@@ -3,8 +3,7 @@
<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"
>
<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>
</head>
...
...
flea_market/my_orders.html
View file @
f631b186
...
...
@@ -3,8 +3,7 @@
<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"
>
<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>
</head>
...
...
flea_market/my_product.html
View file @
f631b186
...
...
@@ -3,8 +3,7 @@
<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"
>
<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>
</head>
...
...
flea_market/order.html
View file @
f631b186
...
...
@@ -3,8 +3,7 @@
<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"
>
<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>
</head>
...
...
flea_market/order_details.html
View file @
f631b186
...
...
@@ -3,8 +3,7 @@
<head>
<meta
charset=
"UTF-8"
>
<title>
Title
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/main_2.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/style_2.css"
>
<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>
</head>
...
...
flea_market/order_list.html
View file @
f631b186
...
...
@@ -3,8 +3,7 @@
<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"
>
<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>
</head>
...
...
flea_market/pay.html
View file @
f631b186
...
...
@@ -3,8 +3,7 @@
<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"
>
<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>
</head>
...
...
flea_market/product_detail.html
View file @
f631b186
...
...
@@ -3,8 +3,7 @@
<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"
>
<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>
</head>
...
...
flea_market/product_list.html
View file @
f631b186
...
...
@@ -3,8 +3,7 @@
<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"
>
<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>
</head>
...
...
flea_market/product_search.html
View file @
f631b186
...
...
@@ -3,7 +3,6 @@
<head>
<meta
charset=
"UTF-8"
>
<title>
搜索商品
</title>
<link
rel=
"stylesheet"
href=
"css/style.css"
>
</head>
<body>
<header>
...
...
flea_market/purchase_history.html
View file @
f631b186
...
...
@@ -3,8 +3,7 @@
<head>
<meta
charset=
"UTF-8"
>
<title>
Document
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/main_2.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/style_2.css"
>
<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>
</head>
...
...
flea_market/register.html
View file @
f631b186
...
...
@@ -3,8 +3,7 @@
<head>
<meta
charset=
"UTF-8"
>
<title>
register
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/main_2.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/style_2.css"
>
<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>
</head>
...
...
flea_market/sys_manage.html
View file @
f631b186
...
...
@@ -5,8 +5,7 @@
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
跳蚤市场
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/main_2.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/style_2.css"
>
<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>
</head>
...
...
flea_market/tag_manage.html
View file @
f631b186
...
...
@@ -3,8 +3,7 @@
<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"
>
<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>
</head>
...
...
flea_market/tagadd.html
View file @
f631b186
...
...
@@ -3,8 +3,7 @@
<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"
>
<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>
</head>
...
...
flea_market/tagmanage.html
View file @
f631b186
...
...
@@ -3,8 +3,7 @@
<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"
>
<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>
</head>
...
...
flea_market/user_center.html
View file @
f631b186
...
...
@@ -28,7 +28,7 @@
color
:
#fff
;
}
</style>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/main
_2
.css"
>
<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>
</head>
...
...
flea_market/usermanager.html
View file @
f631b186
...
...
@@ -5,8 +5,7 @@
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
用户管理
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/main_2.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/style_2.css"
>
<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>
</head>
...
...
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