.main {
background: white;
height: 100%;
}
.content {
width: 100%;
left: 10px;
right: 10px;
background: #fff;
border: 1px solid #e6e6e6;
border-radius: 4px;
padding: 10px;
font-size: 14px;
color: #888;
margin-top: 10px;
height: 120px;
}
.delete_bt2 {
background: #48c17b;
border-radius: 100px;
position: fixed;
color: white;
font-size: 14px;
bottom: 20px;
left: 10px;
right: 10px;
height: 36px;
}