dongxiuling 1 年間 前
コミット
cd2bb9d1c6
1 ファイル変更27 行追加1 行削除
  1. 27 1
      9_注册页面.html

+ 27 - 1
9_注册页面.html

@@ -33,10 +33,36 @@
                     <input type="checkbox">篮球
                     <input type="checkbox">排球
                     <input type="checkbox">游泳
-
+                    <br>
+                    <input type="checkbox">足球
+                    <input type="checkbox">篮球
+                    <input type="checkbox">排球
+                    <input type="checkbox">游泳
                 </td>
             </tr>
+            <tr>
+                <td>最高学历</td>
+                <td>
+                    <select>
+                        <option>初中</option>
+                        <option>高中</option>
+                    </select>
+                </td>
+            </tr>
+            <tr>
+                <td>个人说明</td>
+                <td>
+                    <!-- <textarea >个人简历</textarea> -->
+                    <textarea cols="30" rows="5">个人简历</textarea>
+                </td>
+            </tr>
+            <tr>
+                <td><button>重置</button></td>
+                <td><button>注册</button></td>
+            </tr>
         </table>
+        <br>
+        <a href="">提示:注册成功之后请点击这里您将直接登陆系统!</a>
 
     </center>