📄 peisong.html
字号:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>订单</title>
<link rel="stylesheet" type="text/css" href="../css/transport.css" />
</head>
<body>
<!--标题-->
<div id="title">
<div id="font"><div id="task">订单</div></div>
</div>
<!--查询-->
<!--按钮-->
<div id="buttons"></div>
<!--分页-->
<div id="pagination">
</div>
<!--下面主体-->
<div id="underside">
<!--空白间隔-->
<!--表格-->
<div id="mostly">
<table width="200" border="1" id="table" class="tab">
<tr class="trs">
<td width="17%">选择</td>
<td width="15%">订单</td>
<td width="17%">客户</td>
</tr>
<tr>
<td><input type="radio" name="q6"></td>
<td><input type="text" name="q1" class="inputs"></td>
<td>Lenovo</td>
</tr>
<tr>
<td colspan="6"><input type="submit" value="确 定" class="button">
<input type="reset" value="取 消" class="button">
</td>
</tr>
</table>
</div>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -