Commit 826355c6 authored by HuangJunbo's avatar HuangJunbo 💻

index.html

Signed-off-by: HuangJunbo's avataruuo00_n <uuo00_n@outlook.com>
parent 857c97aa
......@@ -5,7 +5,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>首页</title>
<script src="jquery-1.11.2.min.js"></script>
<script src="js/jquery-ui.min.js"></script>
<script src="js/jquery-3.5.1.js"></script>
<style>
article {
margin-left: 400px;
......@@ -23,32 +24,27 @@
article input {
margin: 10px 0px;
}
footer .link div {
float: right;
margin-top: 20px;
color: #fff;
}
.index {
width: 800px;
position: relative;
left: -30px;
top: -30px;
}
.index img {
margin-left: 450px;
margin-top: -550px;
width: 550px;
height: 450px;
}
hr {
margin-left: 0px;
width: 300px;
}
.tags {
width: 1070px;
height: 700px;
......@@ -57,7 +53,6 @@
left: 100px;
top: 0;
}
.user {
width: 200px;
height: 100%;
......@@ -65,30 +60,25 @@
left: 1100px;
top: -520px;
}
.user form {
width: 200px;
height: 200px;
background-color: #fef9f4;
}
.user form input {
/* /* width: 200px; */
margin-top: 20px;
}
.account {
position: relative;
left: 20px;
top: 70px;
}
.account input {
border: none;
border-bottom: 1px #e6e6e6 solid;
/* background-color: #fef9f4; */
}
#login {
width: 80px;
height: 40px;
......@@ -98,7 +88,6 @@
font-family: "time new roman";
border: 1px #dd2727 solid;
}
.button {
/* padding-left: 30px; */
/* display: inline; */
......@@ -116,7 +105,6 @@
padding-top: 5px;
margin-right: 39.9px;
}
.tit {
vertical-align: middle;
width: 30px;
......@@ -127,16 +115,13 @@
width: 800px;
background-color: blue;
}
.op {
width: 1800px;
}
.link {
width: 200px;
height: 50%;
}
.link .item h3 {
height: 25px;
padding-left: 25px;
......@@ -204,18 +189,16 @@
width: 160px;
height: 160px;
}
.title {
padding-left: 20px;
}
.price {
padding-left: 50px;
}
</style>
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="logo"><img src="img/logo.png" alt=""></div>
......
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