Commit f631b186 authored by HuangJunbo's avatar HuangJunbo 💻 Committed by Administrator

修改外联css,删除对style.css的引入

Signed-off-by: Administrator's avatarAdministrator <admin@example.com>
parent e0c73eb3
......@@ -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>
......
......@@ -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>
......
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: #9A9A9A
color: #9a9a9a;
}
.navigation a:visited {
color: #9A9A9A
color: #9a9a9a;
}
.navigation a:hover {
color: #FF0000
color: #ff0000;
}
.navigation a:active {
color: #9A9A9A
color: #9a9a9a;
}
.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: 260px;
left: 460px;
top: -48px;
z-index: 1;
}
footer {
/* footer {
width: 100%;
height: 220px;
height: 50px;
position: relative;
background-color: #333333;
}
background-color: #cccccc;
margin-top: 60px;
} */
.link {
width: 100%;
width: 80%;
}
.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
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
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
* {
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
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -3,7 +3,6 @@
<head>
<meta charset="UTF-8">
<title>搜索商品</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment