线包字效果

网页效果:

HTML代码:

<html>
   <body>
       <fieldset style=" width:300px;">
           <legend><font color="blue">★ 审核状态</font></legend>
           <form>
               <input type="radio" name="asdf"  />未审核
               <input type="radio" name="asdf"   />已审核
               <input type="radio" name="asdf"  />全部
           </form>
       </fieldset>
   </body>
</html>

 

posted @ 2015-12-28 20:47  草原獒情  阅读(194)  评论(0编辑  收藏  举报