1 <html> 2 <head> 3 4 <link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css"> 5 <script src="https://cdn.staticfile.org/jquery/2.1.1/jquery.min.js"></script> 6 <script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script> 7 </head> 8 <body background="https://pic.cnblogs.com/avatar/3087207/20230215131144.png"> 9 <tbody> 10 <table class="table table-bordered"> 11 <thead> 12 <tr class="success"> 13 <th>Column1</th> 14 <th>Column2</th> 15 <th>Column3</th> 16 </tr> 17 </thead> 18 19 <tr class="success"> 20 <th>Row1,Column1<input type="radio"></th> 21 <th>Row1,Column2</th> 22 <th>Row1,Column3</th> 23 </tr> 24 25 <tr class="success"> 26 <th>Row2,Column1<input type="radio"></th> 27 <th>Row2,Column2</th> 28 <th>Row2,Column3</th> 29 </tr> 30 31 <tr class="success"> 32 <th>Row3,Column1<input type="radio"></th> 33 <th>Row3,Column2</th> 34 <th>Row3,Column3</th> 35 </tr> 36 37 <tr class="danger"> 38 <th>Row4,Column1<input type="radio"></th> 39 <th>Row4,Column2</th> 40 <th>Row4,Column3</th> 41 </tr> 42 43 <tr class="warning"> 44 <th>Row5,Column1<input type="radio"></th> 45 <th>Row5,Column2</th> 46 <th>Row5,Column3</th> 47 </tr> 48 </tbody> 49 </table> 50 51 <table border="2" align="center"> 52 <tr> 53 <td>仓库名称</td> 54 <td><input type = "password"></td> 55 </tr> 56 <tr> 57 <td>联系人</td> 58 <td><input></td> 59 </tr> 60 <tr> 61 <td>联系方式:</td> 62 <td><input></td> 63 </tr> 64 <tr> 65 <td>仓库良品</td> 66 <td align ="center"><input type="checkbox" name="" id="">良品 <input type="checkbox" name="" id="">次品</td> 67 </tr> 68 <tr> 69 <td>仓库状态</td> 70 <td align ="center"><input type="checkbox" name="" id="">启用 <input type="checkbox" name="" id="">封建</td> 71 </tr> 72 <tr> 73 <td>仓库表面干的</td> 74 <td><input></td> 75 </tr> 76 <tr> 77 <td>仓库背地里干的</td> 78 <td><input></td> 79 </tr> 80 <tr> 81 <td>仓库是否合法</td> 82 <td align ="center"><input type="checkbox" name="" id="">合法 <input type="checkbox" name="" id="">不合法</td> 83 </tr> 84 </body>> 85 </html>
标签:Row1,仓库,nbsp,Column1,Column3,Column2 From: https://www.cnblogs.com/wangyanbo111/p/17231594.html