<!DOCTYPE html> <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 background="https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fsafe-img.xhscdn.com%2Fbw1%2F2076f7ae-d134-4dc4-a865-af1b2029d400%3FimageView2%2F2%2Fw%2F1080%2Fformat%2Fjpg&refer=http%3A%2F%2Fsafe-img.xhscdn.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=auto?sec=1681731460&t=95f0bb59186598c749bfb9a5ccc1973c"> <form role="form"> <table class="table table-condensed" border="1"> <tr> <td> 仓库名称: </td> <td> <input type="text" class="form-control" id="name" placeholder="请输入名称"> </td> </tr> <tr> <td> 联系人: </td> <td> <input type="text" class="form-control" id="name" placeholder="请输入名称"> </td> </tr> <tr> <td> 联系方式: </td> <td> <input type="text" class="form-control" id="name" placeholder="请输入名称"> </td> </tr> <tr> <td> 仓库良品: </td> <td> <input type="text" class="form-control" id="name" placeholder="请输入"> 次品</input> <input type="text" class="form-control" id="name" placeholder="请输入名称"> 良品</input> </td> </tr> <tr> <td> 仓库状态: </td> <td> <input type ="radio"name=""id=""> 启用</input> <input type ="radio"name=""id=""> 封建</input> </td> </tr> <td> 仓库地址: </td> <td> <input type="text" class="form-control" id="name" placeholder="请输入名称"> </td> </tr> <td> 仓库名称: </td> <td> <input type="text" class="form-control" id="name" placeholder="请输入名称"> </td> </tr> </table> </form> </body> </html>
标签:次品,表格,仓库,良品,联系方式,名称 From: https://www.cnblogs.com/hanxuyao/p/17231631.html