<html> <head> <title>表格</title> <link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css"> <script src="https://cdn.staticfile.org/jquery/2.1.1/jquery.min.js"></script> <script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script> </head> <body> <table border=2 class='text-center'> <tr> <td>仓库名</td> <td><input></input></td> </tr> <tr> <td>联系人</td> <td><input></input></td> </tr> <tr> <td>联系方式</td> <td><input></input></td> </tr> <tr> <td>仓库良品</td> <td> <input type='radio'>良品</input> <input type='radio'>次品</input></td> </tr> <tr> <td>仓库状态</td> <td> <input type='radio'>启用</input> <input type='radio'>封禁</input></td> </tr> <tr> <td>仓库地址</td> <td><input></input></td> </tr> <tr> <td>仓库名称</td> <td><input></input></td> </tr> </table> </body> </html>
标签:封禁,次品,仓库,良品,联系方式,清单 From: https://www.cnblogs.com/wangyueshuo/p/17231496.html