仓库清单@蔡徐亏
<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://img2.baidu.com/it/u=38291898,820400713&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=500">
<table border=2>
<tr>
<td>物品</td>
<td><input placeholder='老母鸡'></input></td>
</tr>
<tr>
<td>仓库名</td>
<td><input placeholder=只因仓库></input></td>
</tr>
<tr>
<td>联系人</td>
<td><input placeholder=蔡徐只因></input></td>
</tr>
<tr>
<td>联系方式</td>
<td><input placeholder=88888888></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 placeholder=油饼省鸡脚市></input></td>
</tr>
</table>
<p>
不要998,不要888,9毛9带回家。赶快下单吧↓<a
href='https://img2.baidu.com/it/u=789586273,2448777178&fm=253&fmt=auto&app=138&f=GIF?w=300&h=300'><div class='btn btn-info' >下单
</div></a>
</p>
</body>
</html>