效果:
代码:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>test</title>
<style>
.searchBtn {
position: relative;
top: -1px;
right: -1px;
background: none;
border: none;
height: 34px;
line-height: 34px;
padding: 0 23px;
color: #FFF;
background-color: #1479d7;
border-radius: 20px;;
font-size: 16px;
cursor: pointer;
font-family: 'Microsoft YaHei', 'PingFang SC';
margin: 0;
}
</style>
</head>
<body>
<div>
<button id="searchBtn" class="searchBtn" type="submit">点击搜索</button>
</div>
</body>
</html>