线包字效果

网页效果:

HTML代码:

<html>
   <body>
       <fieldset style=" 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>

原文地址:https://www.cnblogs.com/zix1314/p/5083713.html