<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>第三节课表格</title>
</head>
<style type="text/css">
tr{
text-align: center;
background-color: skyblue;
color: green;
}
th{
color: blue;
}
td{
background-color: white;
}
img{
width: 50px;
}
</style>
<body>
<table border="1" cellspacing="0" cellpadding="5" width="80%">
<caption><h3><b>厂 家 资 料 显 示 </b><small><a href="">添加</a></small></h3> </caption>
<tr>
<th>序号</th>
<th>厂家名称</th>
<th>地址</th>
<th>联系人</th>
<th>电话</th>
<th>类型</th>
<th colspan="2"> 操作</th>
</tr>
<tr>
<td>1</td>
<td><img src="../3.jpg" >河南心连心化肥公司</td>
<td>河南新乡</td>
<td>张经理</td>
<td>0287898546</td>
<td>肥料</td>
<td>编辑</td>
<td>删除</td>
</tr>
<tr>
<td>1</td>
<td><img src="../3.jpg" >重庆化肥公司</td>
<td>重庆南坪</td>
<td>刘浩</td>
<td>02347859562</td>
<td>肥料</td>
<td>编辑</td>
<td>删除</td>
</tr>
<tr>
<td>1</td>
<td><img src="../3.jpg" >北京金色农华</td>
<td>北京</td>
<td>程刚</td>
<td>020488888</td>
<td>种子</td>
<td>编辑</td>
<td>删除</td>
</tr>
<tr>
<td>1</td>
<td><img src="../3.jpg" >广西田园</td>
<td>桂林山水</td>
<td>张经理</td>
<td>18983818448</td>
<td>农药</td>
<td>编辑</td>
<td>删除</td>
</tr>
</table>
</body>
</html>
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!