Blueprint CSS framework 分析(18)
时间:2010-01-05 20:47来源:网络 作者:秩名 点击:次
-22 ,.pull -23 ,.pull -24 { float : left ; position : relative ;} /*左右用像素,上下用相对定位*/ .push -1 { margin : 0 -40px 1.5em 40px ;} .push -2 { margin : 0 -80px 1.5em 80px ;} .push -3
| -22, .pull-23, .pull-24 {float: left; position:relative;} .push-1 { margin: 0 -40px 1.5em 40px; } .push-2 { margin: 0 -80px 1.5em 80px; } .push-3 { margin: 0 -120px 1.5em 120px; } .push-4 { margin: 0 -160px 1.5em 160px; } .push-5 { margin: 0 -200px 1.5em 200px; } .push-6 { margin: 0 -240px 1.5em 240px; } .push-7 { margin: 0 -280px 1.5em 280px; } .push-8 { margin: 0 -320px 1.5em 320px; } .push-9 { margin: 0 -360px 1.5em 360px; } .push-10 { margin: 0 -400px 1.5em 400px; } .push-11 { margin: 0 -440px 1.5em 440px; } .push-12 { margin: 0 -480px 1.5em 480px; } .push |
------分隔线----------------------------