CSS如何把DIV永远置于页面的底部
2019-06-30 本文已影响0人
洲_2e26
.di {
position: fixed !important;
left: 0px !important;
bottom: 0px !important;
width: 100% !important;
height: 50px !important;
z-index: 9999 !important;
}
.di {
position: fixed !important;
left: 0px !important;
bottom: 0px !important;
width: 100% !important;
height: 50px !important;
z-index: 9999 !important;
}