返回简单表格商品...登陆

简单表格商品

louiz2019-03-23 16:41:50295

<html>

<head>

<meta charset="utf8">

<title>学习中文网第三节课</title>

<link rel="shortcut icon" type="image/x-icon" href="static/images/favicon.ico">

<link rel="stylesheet" type="text/css" href="css/index.css">

<style type="text/css">

table{border:1px solid green;

border-collapse: collapse;

}

tr td{

border:1px solid green;

width:200px;

text-align:center;

line-height:50px;

font-family:楷体;

font-weight:bold;

}

tr th{

border:1px solid green;

width:200px;


}



}

</style>

</head>

<body>

</body>

<table>

<th>商品编号</th><th>商品名称</th><th>商品序列号</th><th>商品数量</th>

<tr>

<td rowspan="2">1</td><td>kd876</td><td colspan="2">ecs000000</td

</tr>

<tr>

<td>诺基亚n85原装充电器<td>ecs000004</td><td>17</td>

</tr>

<tr>

<td>3</td><td>索爱原装m2卡读卡器</td><td>ecs000002</td><td>24</td>

</tr>

<tr>

<td>4</td><td>诺基亚原装5800耳机</td><td>ecs000005</td><td>8</td>

</tr>


</table>


</html>


最新手记推荐

• 用composer安装thinkphp框架的步骤• 省市区接口说明• 用thinkphp,后台新增栏目• 管理员添加编辑删除• 管理员添加编辑删除

全部回复(0)我要回复

暂无评论~
  • 取消回复发送