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 class="legend">人员信息</legend>
    <!--纵向留白-->
    <div class="classDivBlank01"></div>
    <div style="float:left">
        <table cellspacing="10px">

             ....................

        </table>

    </div>

</fieldset>

 

 

效果:

fieldset的样式和使用

上一篇:hdu 1517 A Multiplication Game(必胜态,必败态)


下一篇:以太坊数据索引平台The Graph使用教程