550
技術社區[雲棲]
fieldset的樣式和使用
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 >人員信息</legend>
<!--縱向留白-->
<div ></div>
<div >
<table cellspacing="10px">
....................
</table>
</div>
</fieldset>
效果:
最後更新:2017-04-02 06:52:19