0
点赞
收藏
分享

微信扫一扫

fieldset的样式和使用

东言肆语 2023-03-20 阅读 59


fieldset
{
border: 1px solid #61B5CF;
margin-top: 16px;
padding: 8px;
}
legend
{
font: bold 12px Arial, Helvetica, sans-serif;
color: #00008B;
background-color: #FFFFFF;
}
.classDivBlank01
{
float:left;
width:130px;
height:150px;
}

<fieldset>
<legend class="legend">人员信息</legend>
<!--纵向留白-->
<div class="classDivBlank01"></div>
<div style="float:left">
<table cellspacing="10px">
....................
</table>
</div>
</fieldset>




举报

相关推荐

0 条评论