123456789101112131415161718192021222324252627282930313233343536373839 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
- <html>
- <head>
- <title></title>
-
- <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
- <meta http-equiv="description" content="this is my page">
- <meta http-equiv="content-type" content="text/html; charset=UTF-8">
- <script type="text/javascript" src="/nwyj/scripts/jquery/jquery-1.11.1.min.js"></script>
- <script src="/nwyj/page/cockpit/tableandmap/js/echarts.js"></script>
- <script src="/nwyj/page/cockpit/tableandmap/map.js"></script>
-
- <!--<link rel="stylesheet" type="text/css" href="./styles.css">-->
- <style type="text/css">
- .legn{ position:fixed; z-index:999; bottom:10px; right:30px; }
- ul{ list-style:none; }
- .legn_text{ font-size:12px; font-family:"微软雅黑"; display:inline-block; float:left; width:40px; height:15px; margin-bottom:5px; }
- .legn_box{ width:30px; height:15px; border-radius:5px; display:inline-block; float:left; margin-bottom:5px; }
- .red{ color:red;}
- .bgred{ background-color:red; }
- .green{ color:green; }
- .bggreen{ background-color:green; }
- .gray{ color:gray; }
- .bggray{ background-color:gray; }
- </style>
- </head>
-
- <body bgcolor="#131524">
- <div id="main" style="height:370px"></div>
- <div class="legn">
- <ul>
- <li><div class="legn_text red">停电</div><div class="legn_box bgred"></div></li>
- <li><div class="legn_text green">复电</div><div class="legn_box bggreen"></div></li>
- <li><div class="legn_text gray">正常</div><div class="legn_box bggray"></div></li>
- </ul>
- </div>
- </body>
- </html>
|