效果
html代码
<body>
<div class="my_content">
<fieldset class="hyzc"><legend>会员注册(带*号为必填项)</legend><form action="" name=""><p>登录账号:<input type="text" /> *<p><p>登录密码:<input type="text" /> *<p><p>确认密码:<input type="text" /> *<p><p>邮 箱:<input type="text" /> *<p><p>公司名称:<input type="text" /> *<p><p>联 系 人:<input type="text" /> *<p><p>联系电话:<input type="text" /> *<p></form></fieldset>
</div>
</body>
css代码
.hyzc{ padding-left:50px; font-size:12px; border:1px solid #fe9900; color:#fe9900;}
.my_content form{ color:#fe9900;}
.my_content input{ border:1px solid #fe9900; margin-top:10px; }

被折叠的 条评论
为什么被折叠?



