<html> <head> <meta charset="UTF-8"> <title></title> </head><body> <div> <p></p> </div> <style> html{ height: 100%; } body{ border: red dotted 2px; min-height: 100%; } div{ border: blue dotted 2px; height: 100%;//想让该元素高度满屏 } p{ border: 2px dotted blueviolet; height: 300px; } </style></body></html>希望div元素高度满屏,但是他总是和p元素几乎一样高??那如何让用css使其高度满屏呢?点击查看效果:https://jsfiddle.net/7x1L08ht/
1 回答
慕工程0101907
TA贡献1887条经验 获得超5个赞
添加回答
举报
0/150
提交
取消