console
<div id="concent"><h1>联系我们</h1>
<divn id="contact-contene">
<p>从网站的开始运营到现在,我们的队伍日益扩大。我们的管理也日益完善,但仍然有很多不足之处,如果您有什么问题和意见,请填写以下信息提交给客服服务部门,我们积极接受您的意见并有效改正,感谢您的支持!</p>
<div id="contact-from">
<from method="post" name="contact" action="#">
<label for="author">姓名:</label>
<input type="text" id="author" name="author" class="input_field"/><br><br>
<label for="email">电子邮件</label>
<input type="text" id="email" name="email" class="input_filed"/><br><br>
<label for="phone">电话:</label>
<input type="text" name="phone" id="phone" class="inputr_filed"/><br><br>
<textarea id="text" name="text" row="0" cols="0"></textarea><br><br>
<input type="submit" class="submit_btn" id="submit" value="发送">
</from>