main.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. body {
  2. font-family: "微软雅黑";
  3. font-size: 12px;
  4. }
  5. #pageHeader {
  6. background: rgb(249, 249, 249);
  7. border-bottom: 1px solid #EDEDED;
  8. }
  9. #pageMiddle {
  10. background: rgb(253, 253, 253);
  11. border-bottom: 1px solid #EDEDED;
  12. margin-bottom: 5px;
  13. padding: 15px 0;
  14. }
  15. #filterBox {
  16. clear: both;
  17. }
  18. #filterBox li a.activate {
  19. color: red;
  20. text-decoration: none;
  21. cursor: default;
  22. }
  23. #mapBox {
  24. width: 100%;
  25. height: 500px;
  26. position: relative;
  27. }
  28. #map {
  29. height: 100%;
  30. position: absolute;
  31. top: 0;
  32. left: 0;
  33. bottom: 0;
  34. right: 400px;
  35. }
  36. #mapPanel {
  37. position: absolute;
  38. width: 400px;
  39. top: 0;
  40. bottom: 0;
  41. right: 0;
  42. height: 100%;
  43. }
  44. #mapListWrap {
  45. position: absolute;
  46. left: 0px;
  47. right: 0px;
  48. top: 0px;
  49. bottom: 41px;
  50. overflow: auto;
  51. }
  52. img {
  53. max-width: none;
  54. }
  55. h1 {
  56. float: left;
  57. font-size: 24px;
  58. font-family: '微软雅黑';
  59. color: red;
  60. }
  61. h2 {
  62. float: left;
  63. margin-left: 20px;
  64. font-size: 16px;
  65. font-weight: normal;
  66. }
  67. .dl-horizontal dt {
  68. width: 50px;
  69. }
  70. .dl-horizontal dd {
  71. margin-left: 50px;
  72. }
  73. .dl-horizontal {
  74. margin: 0px;
  75. }
  76. #chgMode {
  77. margin-right: 10px;
  78. }
  79. #toggleBtn {
  80. margin-right: 10px;
  81. }
  82. .BMapLib_nav_tab_content input {
  83. padding: 0px;
  84. margin: 0;
  85. }
  86. #selectedValue {
  87. width: 300px;
  88. padding-left: 5px;
  89. }
  90. #selectedValue .span1 {
  91. white-space: nowrap;
  92. padding: 0 5px;
  93. width: auto;
  94. text-align: center;
  95. background: #e1e1e1;
  96. height: 30px;
  97. line-height: 30px;
  98. border-radius: 3px;
  99. }
  100. #selectedValue .icon-remove {
  101. margin-left: 5px;
  102. cursor: pointer;
  103. }
  104. #listBox {
  105. padding-bottom: 20px;
  106. }
  107. #listWrap {
  108. border-color: #DDDDDD;
  109. border-style: solid;
  110. border-width: 0px 1px 1px 1px;
  111. }
  112. #listWrap table {
  113. margin-bottom: 0px;
  114. }
  115. #mapPager {
  116. position: absolute;
  117. margin: 0px;
  118. bottom: 0px;
  119. left: 50px;
  120. }