我试图理解数学如何在像这样的css网格生成器中运行:http://www.responsivegridsystem.com/calculator/
使用12列和1%边距显示如下:
.span_12_of_12 {
width: 100%;
}
.span_11_of_12 {
width: 91.58%;
}
.span_10_of_12 {
width: 83.16%;
}
.span_9_of_12 {
width: 74.75%;
}
.span_8_of_12 {
width: 66.33%;
}
.span_7_of_12 {
width: 57.91%;
}
.span_6_of_12 {
width: 49.5%;
}
.span_5_of_12 {
width: 41.08%;
}
.span_4_of_12 {
width: 32.66%;
}
.span_3_of_12 {
width: 24.25%;
}
.span_2_of_12 {
width: 15.83%;
}
.span_1_of_12 {
width: 7.416%;
}
我可以计算没有边距的行但是我想了解如何将边距添加到等式中。
理由是我想把这一切都放在我的sass中的mixin / for循环中,这样我就可以在网格上指定任意数量的列。
答案 0 :(得分:0)
他们在这里使用近似计算。
计算12格中的一个= 7.416%
现在计算12个网格中的2个= 15.83%
相同的下一个网格