product_manage_edit.less
406 Bytes
#productManageEditPage{
.m-page{
padding-bottom: 80px;
}
.editer{
width: 100%;
height: 100%;
padding: 10px;
background-color: #FFF;
box-sizing: border-box;
font-size: 14px;
color: #666;
img{
max-width: 100%;
margin: 10px 0;
}
}
.m-footer{
padding: 0;
span{
float: left;
width: 50%;
box-sizing: border-box;
}
}
}