<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title>www.baidu.com</title>
<style type="text/css">
.divmax{
position:relative;
left:500px;
top:300px;
width:500px;
height:40px;
}
.input{
width:500px;
height:40px;
border:black solid 1px;
text-indent:1em;
font-size:16px;
outline:none;
}
.button{
position:absolute;
left:400px;
top:0px;
width:103px;
height:44px;
background-color:#3385ff;
border:none;
color:white;
cursor:pointer;
}
.button:hover{
opacity:0.6;
}
.img{
position:absolute;
left:365px;
top:3.33px;
width:35px;
}
</style>
</head>
<body>
<div class="divmax">
<input type="text" class="input"/>
<input type="button" value="百度一下" class="button">
<img src="相机.png" class="img"/>
</div>
</body>
</body>
</html>
百度搜索框
最新推荐文章于 2021-06-09 19:18:47 发布