//左侧拖拽菜单
ul.global-timestamp-1587610943136-left-menu.left-menu {
margin-top: 10px;
display: flex;
flex-direction: column;
align-items: center;
width:64px;
font-size: 20px;
color: rgba(255,255,255,.5);
li {
display: flex;
flex-direction: column;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 50%;
margin-bottom: 28px;
cursor: pointer;
}
li:hover{
color: rgba(255,255,255,.9);
}
li.active {
color: rgba(255,255,255,1);
background:rgba(255,255,255,0.12);
}
}