Files
ClassContent/历届学生/front-end-team/项目练习/学生项目/李康/css作业/hao123.html
2024-09-27 02:06:13 +08:00

128 lines
2.3 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>
</head>
<style>
* {
margin: 0;
padding: 0;
list-style: none;
text-decoration: none;
border: none;
outline: none;
}
.header {
width: 1190px;
height: 46px;
}
.center {
text-align: center;
}
.center a{
width: 125px;
margin-right: 18px;
height: 40px;
float: left;
}
.center a img {
width: 125px;
margin-left: 18px;
height: 40px;
float: left;
}
.content .search {
height: 40px;
width: 544px;
border-radius: 10px 0 0 10px;
border: 2px solid #4E6EF2;
position: relative;
}
.content .search input {
width: 443px;
}
.instructions {
position: absolute;
}
.right p{
background-color: #4E6EF2;
border: 2px solid #4E6EF2;
line-height: 40px;
width: 112px;
float: left;
text-align: center;
}
.number {
width: 20px;
position: absolute;
top: 10px;
right: 0;
background-color: #F5f5f6;
color: #9195a3;
line-height: 20px;
margin-right: 10px;
border-radius: 50%;
}
</style>
<body>
<div class="content">
<div class="center">
<a href="https://www.baidu.com/?tn=sitehao123&H123Tmp=nunew11">
<img src="https://dss2.bdstatic.com/5bVYsj_p_tVS5dKfpU_Y_D3/res/r/image/2021-3-4/hao123%20logo.png"
alt="">
</a>
<div class="search">
<input type="text" placeholder="啊啊啊啊">
<div class="instructions">
<span>网页</span>
<i class="open"></i>
</div>
<div class="number">3</div>
</div>
<div class="right">
<div class="word">
<p>百度一下</p>
</div>
</div>
</div>
</div>
</body>
</html>