📄 bus6.htm
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>车次查询</title>
<style type="text/css">
body,tr,td {
text-align: center;
font-family: 宋体;
font-size: 13px
}
</style>
</head>
<body>
<table width="650" border="0" bgcolor="#003399" cellpadding="3" cellspacing="1" align="center">
<tr>
<td height="20" background="../../images/topbg.gif"></td>
</tr>
<tr bgcolor="#7DA4EC">
<td><strong><font color="#FFFFFF">车次查询结果</font></strong></td>
</tr>
<tr bgcolor="#E8F3FF">
<td>
<!--查询结果显示开始-->
<table width="500" border="0" bgcolor="#003399" cellpadding="3" cellspacing="1">
<tr bgcolor="#FDDD90">
<td width="150">车次:<strong><font color="#FF0000"> 7</font></strong> 路车</td>
<td>起点:<strong><font color="#FF0000">九十七处</font></strong> <==> 终点:<strong><font color="#FF0000">码头</font></strong></td>
</tr>
<tr bgcolor="#FDDD90">
<td width="150">经过站次</td>
<td>经过站点</td>
</tr>
<tr bgcolor="#E8F3FF" onMouseOver = "this.style.backgroundColor = '#FFF9EE'" onMouseOut = "this.style.backgroundColor = ''">
<td>1</td>
<td>九十七处</td>
</tr>
<tr bgcolor="#E8F3FF" onMouseOver = "this.style.backgroundColor = '#FFF9EE'" onMouseOut = "this.style.backgroundColor = ''">
<td>2</td>
<td>泉山</td>
</tr>
<tr bgcolor="#E8F3FF" onMouseOver = "this.style.backgroundColor = '#FFF9EE'" onMouseOut = "this.style.backgroundColor = ''">
<td>3</td>
<td>化肥厂</td>
</tr>
<tr bgcolor="#E8F3FF" onMouseOver = "this.style.backgroundColor = '#FFF9EE'" onMouseOut = "this.style.backgroundColor = ''">
<td>4</td>
<td>江陈</td>
</tr>
<tr bgcolor="#E8F3FF" onMouseOver = "this.style.backgroundColor = '#FFF9EE'" onMouseOut = "this.style.backgroundColor = ''">
<td>5</td>
<td>安徽理工大学</td>
</tr>
<tr bgcolor="#E8F3FF" onMouseOver = "this.style.backgroundColor = '#FFF9EE'" onMouseOut = "this.style.backgroundColor = ''">
<td>6</td>
<td>公安局</td>
</tr>
<tr bgcolor="#E8F3FF" onMouseOver = "this.style.backgroundColor = '#FFF9EE'" onMouseOut = "this.style.backgroundColor = ''">
<td>7</td>
<td>淮南商场</td>
</tr>
<tr bgcolor="#E8F3FF" onMouseOver = "this.style.backgroundColor = '#FFF9EE'" onMouseOut = "this.style.backgroundColor = ''">
<td>8</td>
<td>三水厂</td>
</tr>
<tr bgcolor="#E8F3FF" onMouseOver = "this.style.backgroundColor = '#FFF9EE'" onMouseOut = "this.style.backgroundColor = ''">
<td>9</td>
<td>保健院</td>
</tr>
<tr bgcolor="#E8F3FF" onMouseOver = "this.style.backgroundColor = '#FFF9EE'" onMouseOut = "this.style.backgroundColor = ''">
<td>10</td>
<td>市医院</td>
</tr>
<tr bgcolor="#E8F3FF" onMouseOver = "this.style.backgroundColor = '#FFF9EE'" onMouseOut = "this.style.backgroundColor = ''">
<td>11</td>
<td>淮滨商场</td>
</tr>
<tr bgcolor="#E8F3FF" onMouseOver = "this.style.backgroundColor = '#FFF9EE'" onMouseOut = "this.style.backgroundColor = ''">
<td>12</td>
<td>淮河商场</td>
</tr>
<tr bgcolor="#E8F3FF" onMouseOver = "this.style.backgroundColor = '#FFF9EE'" onMouseOut = "this.style.backgroundColor = ''">
<td>13</td>
<td>码头</td>
</tr>
</table>
<!--查询结果显示结束-->
<br><img border="0" src="../../images/close_window.gif" style="CURSOR: hand;" onClick="window.close()">
</td>
</tr>
<tr>
<td height="20" background="../../images/bottombg.gif"></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -