<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<style>
ul {
margin: 0;
list-style: none;
padding: 0;
}
.wrap {
width: 200px;
border: 1px solid #ccc;
text-align: center;
line-height: 2;
}
.title {
background: rgb(236, 135, 52);
display: block;
cursor: pointer;
}
.menu>li {
/* height: 20px; */
cursor: pointer;
background-color:red;
margin-bottom: 20px;
}
.menu>li>ul {
background:yellowgreen;
}
.menu>li>ul>li {
margin-left: 30px;
background-color: yellowgreen;
}
.menu>li>ul>li