html { height: 100%; display: table; } body { display: table-cell; height: 100%; }
如何设置,可使得div中的height:100%起作用,如果没有以上代码height:100%失效。