72 lines
1.6 KiB
HTML
72 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<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" href="./clear.css">
|
|
<link rel="stylesheet" href="./public.css">
|
|
<link rel="stylesheet" href="http://at.alicdn.com/t/c/font_3888527_347blb5tppq.css">
|
|
<style>
|
|
.main {
|
|
background: url("https://img20.360buyimg.com/pop/s1180x940_jfs/t1/74001/5/24121/92985/63de1286F9b7604e3/068cbd26f08c101a.jpg");
|
|
width: 590px;
|
|
height: 470px;
|
|
background-size: cover;
|
|
position: relative;
|
|
}
|
|
|
|
.main .nav i {
|
|
font-size: 25px;
|
|
color: #fff;
|
|
line-height: 470px;
|
|
}
|
|
|
|
.nav,
|
|
ul {
|
|
position: absolute;
|
|
|
|
}
|
|
.nav .icon-zuojiantou-copy{
|
|
float: right;
|
|
}
|
|
.nav{
|
|
width: 100%;
|
|
}
|
|
.main ul li{
|
|
width:10px ;
|
|
height: 10px;
|
|
background: #fff;
|
|
border-radius: 100%;
|
|
float: left;
|
|
margin-right: 10px;
|
|
|
|
}
|
|
.main ul{
|
|
bottom: 20px;
|
|
left: 20px;
|
|
}
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<div class="main">
|
|
<div class="nav">
|
|
<i class="iconfont icon-zuojiantou"></i>
|
|
<i class="iconfont icon-zuojiantou-copy"></i>
|
|
</div>
|
|
|
|
<ul>
|
|
<li></li>
|
|
<li></li>
|
|
<li></li>
|
|
<li></li>
|
|
<li></li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |