效果图
代码
<!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>
<style>
*{
margin: 0;
padding: 0;
}
input{
display: none;
}
.navbar{
position: relative;
width: 100%;
}
label img{
cursor:pointer;
height: 40px;
width: 40px;
}
label{
position: absolute;
display: inline-block;
width: 100%;
left: 65px;
background-color: rgb