002d7cac9680f5e5b88473664387909e77dc6fbd.svn-base 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>气象预警</title>
  5. <meta name="keywords" content="keyword1,keyword2,keyword3">
  6. <meta name="description" content="this is my page">
  7. <meta name="content-type" content="text/html; charset=UTF-8">
  8. <script type="text/javascript" src="/nwyj/scripts/jquery/jquery-1.11.1.min.js"></script>
  9. <script type="text/javascript" src=" /nwyj/page/cockpit/webgis/biao.js"></script>
  10. <style type="text/css">
  11. #main_content{
  12. background-color: #131626;
  13. }
  14. ._display{
  15. display: inline-block;
  16. }
  17. ._list{}
  18. ._dividing_line{
  19. width: 100%;
  20. height: 2px;
  21. }
  22. ._list li div{
  23. margin-right: 2%;
  24. margin-left: 1%;
  25. }
  26. ._li_icon{
  27. list-style-type: none;
  28. list-style-image: none;
  29. background-image: url("/nwyj/images/cockpit/char/images/images/new_notice.png");
  30. background-repeat: no-repeat;
  31. background-position: left center;
  32. background-size:20px 20px;
  33. padding-left: 20px;
  34. }
  35. ._li_weather_warm{
  36. list-style-type: none;
  37. list-style-image: none;
  38. background-image: url("/nwyj/images/cockpit/char/images/images/weather_warm.png");
  39. background-repeat: no-repeat;
  40. background-position: left center;
  41. background-size:20px 20px;
  42. padding-left: 20px;
  43. }
  44. </style>
  45. </head>
  46. <body>
  47. <div id="main_content" style="width:100;height:100%;"></div>
  48. <script type="text/javascript">
  49. $(function(){
  50. var options={
  51. title:"突发事件",
  52. columns:[{text:"aa"},{text:"bb"}],
  53. data:[
  54. {aa:"湛江市发布台风红色预警",bb:"2015年10月3日",cc:1,dd:1,ee:1,ff:1,dd:1,classIcon:"_li_weather_warm"},
  55. {aa:"湛江市发布台风红色预警",bb:"2015年10月3日",cc:1,dd:1,ee:1,ff:1,dd:1,classIcon:"_li_weather_warm"},
  56. {aa:"湛江市发布台风红色预警",bb:"2015年10月3日",cc:1,dd:1,ee:1,ff:1,dd:1,classIcon:"_li_weather_warm"},
  57. {aa:"湛江市发布台风红色预警",bb:"2015年10月3日",cc:1,dd:1,ee:1,ff:1,dd:1,classIcon:"_li_weather_warm"},
  58. {aa:"湛江市发布台风红色预警",bb:"2015年10月3日",cc:1,dd:1,ee:1,ff:1,dd:1,classIcon:"_li_weather_warm"},
  59. {aa:"湛江市发布台风红色预警",bb:"2015年10月3日",cc:1,dd:1,ee:1,ff:1,dd:1,classIcon:"_li_weather_warm"},
  60. {aa:"湛江市发布台风红色预警",bb:"2015年10月3日",cc:1,dd:1,ee:1,ff:1,dd:1,classIcon:"_li_weather_warm"},
  61. {aa:"湛江市发布台风红色预警",bb:"2015年10月3日",cc:1,dd:1,ee:1,ff:1,dd:1,classIcon:"_li_weather_warm"},
  62. {aa:"湛江市发布台风红色预警",bb:"2015年10月3日",cc:1,dd:1,ee:1,ff:1,dd:1,classIcon:"_li_weather_warm"},
  63. {aa:"湛江市发布台风红色预警",bb:"2015年10月3日",cc:1,dd:1,ee:1,ff:1,dd:1,classIcon:"_li_weather_warm"},
  64. {aa:"湛江市发布台风红色预警",bb:"2015年10月3日",cc:1,dd:1,ee:1,ff:1,dd:1,classIcon:"_li_weather_warm"},
  65. {aa:"湛江市发布台风红色预警",bb:"2015年10月3日",cc:1,dd:1,ee:1,ff:1,dd:1,classIcon:"_li_weather_warm"},
  66. {aa:"湛江市发布台风红色预警",bb:"2015年10月3日",cc:1,dd:1,ee:1,ff:1,dd:1,classIcon:"_li_weather_warm"},
  67. {aa:"湛江市发布台风红色预警",bb:"2015年10月3日",cc:1,dd:1,ee:1,ff:1,dd:1,classIcon:"_li_weather_warm"}
  68. ]
  69. }
  70. createList($("#main_content"),options);
  71. $("#main_content").find("._list").find("h2").css({color:"#e2ad05","text-align": "center"});
  72. $("#main_content").find("._list").find("ul").find("li").css({color:"#e5ad05"});
  73. })
  74. </script>
  75. </body>
  76. </html>