常用场景
1.元素绝对定位居中显示
.foo {
position: absolute;
top:calc(50% - 150px);
left:calc(50% - 150px);
}
2.栅格系统
width: calc(100% / 6)
3.清晰度
opcity: calc(1 / 10)
常用场景
1.元素绝对定位居中显示
.foo {
position: absolute;
top:calc(50% - 150px);
left:calc(50% - 150px);
}
2.栅格系统
width: calc(100% / 6)
3.清晰度
opcity: calc(1 / 10)
本文标题:css calc()
本文链接:https://www.haomeiwen.com/subject/xldfhktx.html
网友评论