📝 代码查看
1
查看次数
2025-11-07
创建时间
2025-11-07
最后更新
<div class="wp">
<div class="box">文本文本文本</div>
</div>
.wp {
line-height: 300px;
text-align: center;
font-size: 0px;
}
.box {
font-size: 16px;
display: inline-block;
vertical-align: middle;
line-height: initial;
}
.wp {
border: 1px solid red;
width: 300px;
height: 300px;
}
.box {
background: green;
}
.box.size{
width: 100px;
height: 100px;
}
暂无JavaScript代码