@charset "utf-8"; /* ------------------------------------------------- * layout css * copyright: http://www.tianya.cn/ http://www.w3cplus.com/ * author: marvin * email: xuyc_brother[at]foxmail.com * more: http://www.w3cplus.com/solution/layout/layout.html * ------------------------------------------------- */ .page{ width:100%; min-width:1000px; } #header,#container,#footer{ width:1000px; text-align:left; margin-left:auto; margin-right:auto; clear:both; } #container{ padding:20px 0; } #main,#aside_right,#aside_left{ float:left; } .inner{ margin:0 10px; } /* ------------------------------------------------- * no aside * ------------------------------------------------- */ #main{ width:1000px; } /* ------------------------------------------------- * one aside * ------------------------------------------------- */ /* aside_left & aside-right*/ #aside_left,#aside_right{ width:300px; } .aside-left #main, .aside-right #main{ width:700px; } /* ------------------------------------------------- * two aside * ------------------------------------------------- */ .two-asides #aside_left,.two-asides #aside_right{ width:200px; } .two-asides #main{ width:600px; }
layout.css
最新推荐文章于 2021-09-25 11:25:28 发布