更新时间:2016年03月15日17时25分 来源:澳门大阳城APP入口UI培训学院 浏览次数:
1 2 3 4 |
1 |
1 #m1,#m2 2 { 3 padding-bottom:32767px!important; 4 margin-bottom:-32767px!important; 5 } 6 @media all and (min-width:0px){ 7 #m1,#m2 8 { 9 padding-bottom:0!important; 10 margin-bottom:0!important; 11 } 12 #m1:before,#m2:before 13 { 14 content:'[DONOTLEAVEITISNOTREAL]'; 15 display:block; 16 background:inherit; 17 padding-top:32767px!important; 18 margin-bottom:-32767px!important; 19 height:0; 20 } 21 } |
1 2 这是第一列 3 这是第二列 4 5 |
1 #wrap{width:776px;background:url(bg.gif) repeat-y 300px;} 2 #column1{float:left;width:300px;} 3 #column2{float:right;width:476px;} 4 .clear{clear:both;} |