style:好差评
Showing
5 changed files
with
59 additions
and
3 deletions
staticCss/evaluate.css
0 → 100644
staticJs/evaluate.js
0 → 100644
... | @@ -5,8 +5,6 @@ $(function () { | ... | @@ -5,8 +5,6 @@ $(function () { |
5 | layui.use('element', function () { | 5 | layui.use('element', function () { |
6 | var element = layui.element; //导航的hover效果、二级菜单等功能,需要依赖element模块 | 6 | var element = layui.element; //导航的hover效果、二级菜单等功能,需要依赖element模块 |
7 | //监听导航点击 | 7 | //监听导航点击 |
8 | element.on('nav(demo)', function (elem) { | ||
9 | }); | ||
10 | }); | 8 | }); |
11 | // 新闻详情数据 | 9 | // 新闻详情数据 |
12 | function newsDetail() { | 10 | function newsDetail() { | ... | ... |
... | @@ -76,7 +76,7 @@ document.writeln(" <dd><a href=\'" + localhostPaht + "/static | ... | @@ -76,7 +76,7 @@ document.writeln(" <dd><a href=\'" + localhostPaht + "/static |
76 | document.writeln(" </dl>"); | 76 | document.writeln(" </dl>"); |
77 | document.writeln(" </li>"); | 77 | document.writeln(" </li>"); |
78 | document.writeln(" <li id='zxjf' class=\'layui-nav-item\'><a href=\'" + localhostPaht + "/staticViews/zxjf.html\'>在线缴费</a></li>"); | 78 | document.writeln(" <li id='zxjf' class=\'layui-nav-item\'><a href=\'" + localhostPaht + "/staticViews/zxjf.html\'>在线缴费</a></li>"); |
79 | document.writeln(" <li class=\'layui-nav-item\' class=\'item_last_child\'><a href=\'\'>好差评</a></li>"); | 79 | document.writeln(" <li id='evaluate' class=\'layui-nav-item\'><a href=\'" + localhostPaht + "/staticViews/evaluate.html\'>好差评</a></li>"); |
80 | document.writeln(" </ul>"); | 80 | document.writeln(" </ul>"); |
81 | document.writeln(" </div> "); | 81 | document.writeln(" </div> "); |
82 | document.writeln("</body>"); | 82 | document.writeln("</body>"); | ... | ... |
staticViews/evaluate.html
0 → 100644
1 | <!DOCTYPE html | ||
2 | PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
3 | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
4 | |||
5 | <head> | ||
6 | <style> | ||
7 | </style> | ||
8 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
9 | <title>好差评</title> | ||
10 | <script type="text/javascript" src="../staticJs/head.js"></script> | ||
11 | <link rel="stylesheet" type="text/css" href="../staticCss/evaluate.css"> | ||
12 | </head> | ||
13 | <body> | ||
14 | <div class="evaluate middleZoneHeight"> | ||
15 | <ul class="evaluate_nav"> | ||
16 | <li> | ||
17 | <p>办件数</p> | ||
18 | <p>123132<span>万件</span></p> | ||
19 | </li> | ||
20 | <li> | ||
21 | <p>差评数</p> | ||
22 | <p>123132<span>条</span></p> | ||
23 | </li> | ||
24 | <li> | ||
25 | <p>差评整改率</p> | ||
26 | <p>100<span>%</span></p> | ||
27 | </li> | ||
28 | <li> | ||
29 | <p>市评分</p> | ||
30 | <p>9.8<span>分</span></p> | ||
31 | </li> | ||
32 | </ul> | ||
33 | </div> | ||
34 | </body> | ||
35 | <script type="text/javascript" src="../staticJs/common.js"></script> | ||
36 | <script type="text/javascript" src="../staticJs/down.js"></script> | ||
37 | <script type="text/javascript" src="../staticJs/evaluate.js"></script> | ||
38 | </html> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or sign in to post a comment