index.html 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
  6. <title>数据中心</title>
  7. <link rel="shortcut icon" type="image/x-icon" href="./cloud.ico" />
  8. <link rel="stylesheet" type="text/css" href="./static/custom-picker.css" />
  9. <style>
  10. .toolbar {
  11. background: #fff!important;
  12. }
  13. /* 地图弹窗样式 */
  14. .window {
  15. background: #fff;
  16. padding: 0px 0px 10px;
  17. border:1px solid silver;
  18. border-radius: 5px;
  19. }
  20. .info-top {
  21. position: relative;
  22. background: none repeat scroll 0 0 #F9F9F9;
  23. border-bottom: 1px solid #CCC;
  24. border-radius: 5px 5px 0 0;
  25. }
  26. div.info-top div {
  27. display: inline-block;
  28. color: #333333;
  29. font-size: 14px;
  30. font-weight: bold;
  31. line-height: 31px;
  32. padding: 0 10px;
  33. }
  34. div.info-top div span {
  35. font-size:11px;
  36. color:#F00;
  37. }
  38. div.info-top i {
  39. position: absolute;
  40. top: 10px;
  41. right: 10px;
  42. transition-duration: 0.25s;
  43. cursor: pointer;
  44. }
  45. div.info-middle {
  46. font-size: 12px;
  47. padding: 10px 6px;
  48. line-height: 20px;
  49. background-color: #fff;
  50. }
  51. div.info-item {
  52. width: 300px;
  53. height: 30px;
  54. line-height: 30px;
  55. padding:0 8px;
  56. }
  57. div.info-item a {
  58. color: #20a0ff;
  59. cursor: pointer;
  60. }
  61. span.info-state {
  62. float:right;
  63. }
  64. span.info-ball {
  65. display: inline-block;
  66. width:10px;
  67. height:10px;
  68. border-radius: 50%;
  69. margin-right: 10px;
  70. line-height: 30px;
  71. }
  72. .customWidth {
  73. width: 675px!important;
  74. }
  75. .activeNames .el-collapse-item__wrap {
  76. border-bottom: none;
  77. }
  78. ul, ol {
  79. list-style: none;
  80. padding: 0;
  81. margin: 0;
  82. }
  83. .mint-toast {
  84. z-index: 99999999!important;
  85. }
  86. .mint-indicator-wrapper {
  87. z-index: 9999999!important;
  88. }
  89. </style>
  90. </head>
  91. <body>
  92. <div id="app"></div>
  93. </body>
  94. </html>