footer.less
297 Bytes
.m-footer{
position: fixed;
left: 0;
bottom: 0;
right: 0;
z-index: 9;
// display: table;
padding: 12px 10px;
// background: rgba(255, 255, 255, .9);
background-color: #FFF;
// display: table;
display: block;
// width: 100%;
overflow: hidden;
.footer-inner{
// padding: 0 12px;
}
}