css em单位

相对于font size的单位,自己没有就相对于父级的font size的单位
eg div{
font-size:16px;
height:2em;=>32px
}
eg div{
font-size:15px;
height:2em;=>30px
div{
width:3em;=>45px
}
}

posted @ 2024-06-25 14:03  何歡  阅读(32)  评论(0)    收藏  举报