子DIV在DIV中靠底部显示

只需要将子DIV的样式增加:

position: absolute;

bottom: 0px;

就可以了 然后根据需求调整下位置(根据left,right,top,bottom调整)

关于position的讲解可以参考W3C的文档:

https://www.w3cschool.cn/cssref/pr-class-position.html

你可能感兴趣的:(CSS,div底部显示,position)