.item1{
width: 412px;
height:30px;
background-color: #F2F6F9;
margin-top: 30px;
text-align:center;
line-height:30px;
}
注意:设置文本垂直居中必须要设置行高(line-height:10px;)
div中使文本垂直居中
阅读 60
2023-03-02
.item1{
width: 412px;
height:30px;
background-color: #F2F6F9;
margin-top: 30px;
text-align:center;
line-height:30px;
}
注意:设置文本垂直居中必须要设置行高(line-height:10px;)
相关推荐
精彩评论(0)