113 lines
2.1 KiB
HTML
113 lines
2.1 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">
|
|
<link rel="stylesheet" href="http://at.alicdn.com/t/font_3246126_4007nvpu8p.css">
|
|
<title>Document</title>
|
|
</head>
|
|
<style>
|
|
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
text-decoration: none;
|
|
|
|
|
|
border: none;
|
|
outline: none;
|
|
}
|
|
|
|
.main {
|
|
width: 1190px;
|
|
height: 46px;
|
|
}
|
|
|
|
.center {
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.center img {
|
|
float: left;
|
|
width: 128px;
|
|
height: 40px;
|
|
}
|
|
|
|
.search {
|
|
float: left;
|
|
margin-right: 18px;
|
|
width: 543px;
|
|
border-radius: 10px 0 0 10px;
|
|
border: 2px solid #4E6EF2;
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.search .left {
|
|
line-height: 44px;
|
|
}
|
|
|
|
.left {
|
|
top: 10px;
|
|
left: 10px;
|
|
position: absolute;
|
|
}
|
|
|
|
.left span {}
|
|
|
|
.left i {}
|
|
|
|
.num {
|
|
position: absolute;
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
}
|
|
|
|
|
|
|
|
input {
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
color: #333;
|
|
|
|
|
|
}
|
|
|
|
.right {
|
|
float: left;
|
|
background-color: #4E6EF2;
|
|
border: 2px solid #4E6EF2;
|
|
width: 112px;
|
|
height: 44px;
|
|
font-size: 17px;
|
|
border-radius: 0 10px 10px 0;
|
|
}
|
|
}
|
|
|
|
.right a {}
|
|
</style>
|
|
|
|
<body>
|
|
<div class="main">
|
|
<div class="center">
|
|
<img src="https://dss2.bdstatic.com/5bVYsj_p_tVS5dKfpU_Y_D3/res/r/image/2021-3-4/hao123%20logo.png" alt="">
|
|
<div class="search">
|
|
<input type="text" placeholder="搜索">
|
|
<div class="left">
|
|
<span>网页</span>
|
|
<i class="iconfont icon-xialacaidanjiantou"></i>
|
|
</div>
|
|
<div class="num">3</div>
|
|
</div>
|
|
<div class="right">
|
|
<a href="">百度一下</a>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |