.dialog-wrap{
background: rgb(224, 223, 223);
height: 100%;
padding: 20px 10px 56px;
.dialog-left{
margin: 5px 3px;
float: left;
clear: both;
background: #ffffff;
border-radius: 4px;
padding: 0 5px;
}
.dialog-right{
margin: 5px 3px;
float: right;
clear: both;
background: rgb(8, 182, 8);
border-radius: 2px;
padding: 0 5px;
}
.footer{
position: fixed;
bottom: 0;
left: 0;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
padding: 10px;
box-sizing: border-box;
background: rgb(233, 231, 231);
button{
flex: 0 0 60px;
width: 60px;
height: 36px;
border-radius: 4px;
background: blue;
margin-left: 10px;
color: #ffffff;
}
}
}