-
Notifications
You must be signed in to change notification settings - Fork 1
/
result.html
35 lines (33 loc) · 1.12 KB
/
result.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,maxmum-scale=1.0,user-scalable=no"/>
<title>查询结果页</title>
<link rel="stylesheet" href="css/common.css">
<link rel="stylesheet" href="css/reset.css">
</head>
<body class="m-4-1-3">
<header class="hd">
<a href="#" class="bk fs8 fl ovh">返回</a>
<span class="fs">车辆详情</span>
<a class="pp fr ovh"></a>
</header>
<section class="bd">
<div>车辆品牌:长安汽车-长安之星</div>
<div>车辆识别代号:SC6363B-JL465Q</div>
<div>车辆型号:SC6363B</div>
<div>发动机号:JL465Q</div>
<div>车身颜色:E</div>
<div>使用性质:营运载客</div>
<div>核定载质量:<10KG</div>
<div>核定载客:8人</div>
<div>检验有效期止:2014-09-12</div>
<div>强行报废期止:2014-09-28</div>
<div>车辆使用状态:正常</div>
<div>初次登记日期:2013-01-08</div>
<div>行驶证编号:485345399340493</div>
<div>车辆行驶路程:300(公里)</div>
</section>
</body>
</html>