evaluate.html
1.22 KB
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
36
37
38
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style>
</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>好差评</title>
<script type="text/javascript" src="../staticJs/head.js"></script>
<link rel="stylesheet" type="text/css" href="../staticCss/evaluate.css">
</head>
<body>
<div class="evaluate middleZoneHeight">
<ul class="evaluate_nav">
<li>
<p>办件数</p>
<p>123132<span>万件</span></p>
</li>
<li>
<p>差评数</p>
<p>123132<span>条</span></p>
</li>
<li>
<p>差评整改率</p>
<p>100<span>%</span></p>
</li>
<li>
<p>市评分</p>
<p>9.8<span>分</span></p>
</li>
</ul>
</div>
</body>
<script type="text/javascript" src="../staticJs/common.js"></script>
<script type="text/javascript" src="../staticJs/down.js"></script>
<script type="text/javascript" src="../staticJs/evaluate.js"></script>
</html>