CSS 代码: *{ margin: 0; padding: 0; } html,body{ height: 100%; } #container{ /*保证footer是相对于container位置绝对定位*/ position:relative; ...
確定! 回上一頁