Authored by 毕凯

留言框样式

@@ -110,7 +110,7 @@ @@ -110,7 +110,7 @@
110 </ul> 110 </ul>
111 111
112 <form id="msg" action="" method="post"> 112 <form id="msg" action="" method="post">
113 - <textarea name="msg" rows="2" maxlength="40" placeholder="留言">{{msg}}</textarea> 113 + <input type="text" name="msg" value="{{msg}}" maxlength="40" placeholder="留言">
114 </form> 114 </form>
115 </section> 115 </section>
116 116