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