layout.css 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308
  1. #wrapper {
  2. position: absolute;
  3. z-index: 0;
  4. left: 0px;
  5. top: 0px;
  6. right: 0px;
  7. bottom: 0px;
  8. }
  9. #header {
  10. position: absolute;
  11. top: 0px;
  12. left: 0;
  13. /*height: 61px;*/
  14. height: 0px;
  15. z-index: 100;
  16. width: 100%;
  17. }
  18. #mapHolder {
  19. position: absolute !important;
  20. width: 100%;
  21. height: 100%;
  22. left: 0px;
  23. top: 0px;
  24. z-index: 0;
  25. background: #f2efe9 url(../images/layout/no-tile.png);
  26. }
  27. #footer {
  28. position: absolute;
  29. height: 30px;
  30. bottom: 0px;
  31. left: 0px;
  32. right: 0px;
  33. z-index: 100;
  34. }
  35. #sideNav {
  36. position: absolute;
  37. bottom: 280px;
  38. right: 0px;
  39. z-index: 100;
  40. }
  41. #sideBar {
  42. position: absolute;
  43. width: 310px;
  44. right: -310px;
  45. top: 0px;
  46. bottom: 0px;
  47. z-index: 100;
  48. }
  49. #thematicControlContent {
  50. position: absolute;
  51. z-index: 100;
  52. bottom: 40px;
  53. left: 50%;
  54. margin-left: -200px;
  55. display: none;
  56. }
  57. .page-wrap {
  58. height: 30px;
  59. padding: 19px 19px 0 20px;
  60. overflow: hidden;
  61. text-align: center;
  62. /*clear: both;*/
  63. /*position: relative;*/
  64. color: #666;
  65. }
  66. .page-wrap #placeSearchPageJump {
  67. display: inline-block;
  68. }
  69. #searchresult .page-wrap {
  70. display: none;
  71. }
  72. .page-wrap .count {
  73. margin: 0 7px;
  74. /*float: left;*/
  75. }
  76. .page-wrap .count span {
  77. /*float: left;*/
  78. height: 24px;
  79. font-size: 12px;
  80. line-height: 24px;
  81. }
  82. .page-wrap .count .input {
  83. width: 17px;
  84. height: 23px;
  85. line-height: 23px;
  86. padding: 0px;
  87. /* float: left; */
  88. margin: 0px;
  89. text-align: center;
  90. font-size: 12px;
  91. font-family: "microsoft yahei";
  92. border: none;
  93. }
  94. .page-wrap .btn-group {
  95. display: inline-block;
  96. /*float: right;*/
  97. /*width: 93px;*/
  98. }
  99. /*#searchresult .next {
  100. text-indent: -11111px;
  101. background: #0b4496 url(../images/layout/page_06ch.png) no-repeat 7px 4px;
  102. border: 0px;
  103. }
  104. #searchresult .prev {
  105. text-indent: -11111px;
  106. background: #0b4496 url(../images/layout/page_13ch.png) no-repeat 7px 4px;
  107. border: 0px;
  108. }*/
  109. #openSTSideContent {
  110. position: absolute;
  111. display: none !important;
  112. overflow: hidden;
  113. width: 30px;
  114. height: 30px;
  115. top: 50%;
  116. right: 0px;
  117. cursor: pointer;
  118. margin-top: -15px;
  119. }
  120. /* 全屏 */
  121. #fullscreen {
  122. position: absolute;
  123. bottom: 330px;
  124. right: 38px;
  125. width: 50px;
  126. height: 50px;
  127. background-color: #365162;
  128. cursor: pointer;
  129. display: none;
  130. }
  131. #fullscreen:hover {
  132. background-color: #365162;
  133. }
  134. #fullscreen .cover-content {
  135. background: url(../images/layout/fullscrien.png) no-repeat center center;
  136. text-indent: -11111111px;
  137. }
  138. #fullscreen .cover-content.cur {
  139. background: rgba(64, 158, 255, 0.8) url(../images/layout/closebig.png)
  140. no-repeat center center;
  141. }
  142. #editWeiXingOp {
  143. position: absolute;
  144. top: 455px;
  145. right: 11px;
  146. color: #fff;
  147. background: #365162;
  148. width: 260px;
  149. height: 170px;
  150. display: none;
  151. }
  152. #picker,
  153. #textPicker {
  154. margin: 0;
  155. padding: 0;
  156. border: 0;
  157. width: 70px;
  158. height: 20px;
  159. border-right: 20px solid green;
  160. line-height: 20px;
  161. }
  162. #edit {
  163. position: absolute;
  164. top: 420px;
  165. right: 11px;
  166. color: #fff;
  167. background: #365162;
  168. width: 75px;
  169. text-align: center;
  170. padding: 5px 0;
  171. display: none;
  172. cursor: pointer;
  173. }
  174. #editWeiXingOp.active,
  175. #edit.active {
  176. display: block;
  177. }
  178. #editWeiXingOp .editContent {
  179. position: absolute;
  180. right: 0px;
  181. background: #365162;
  182. top: 0px;
  183. padding: 10px 25px;
  184. border: 1px solid #2ba1ee;
  185. width: 210px;
  186. height: 150px;
  187. }
  188. #editWeiXingOp .styleInfo li {
  189. line-height: 30px;
  190. display: none;
  191. }
  192. #editWeiXingOp.line .styleInfo li.edLine {
  193. display: block;
  194. }
  195. #editWeiXingOp.point .styleInfo li.edFont {
  196. display: block;
  197. }
  198. #editWeiXingOp .styleInfo li span.styLi {
  199. width: 100px;
  200. display: inline-block;
  201. }
  202. #editWeiXingOp .styleInfo li span.clr {
  203. margin-left: -9px;
  204. }
  205. #editWeiXingOp .styleInfo li input {
  206. width: 75px;
  207. height: 20px;
  208. line-height: 20px;
  209. margin: 0 5px;
  210. padding-left: 5px;
  211. }
  212. #editWeiXingOp .styleInfo li select {
  213. border: none;
  214. height: 20px;
  215. line-height: 20px;
  216. margin-left: 5px;
  217. }
  218. #editWeiXingOp .styleInfo li input.nb {
  219. border: none;
  220. }
  221. #editWeiXingOp .updt {
  222. text-align: center;
  223. position: absolute;
  224. bottom: 13px;
  225. margin: 0 auto;
  226. width: 200px;
  227. }
  228. #editWeiXingOp .updt button {
  229. border: none;
  230. background: #eee;
  231. padding: 5px 12px;
  232. color: #333;
  233. cursor: pointer;
  234. }
  235. #editWeiXingOp .updt button:hover {
  236. color: #2ba1ee;
  237. }
  238. #editWeiXingOp .edYuan,
  239. #editWeiXingOp .edYuanPlus {
  240. display: none;
  241. }
  242. /*测量提示文字*/
  243. #measuringText {
  244. background: rgba(0, 0, 0, 0.5);
  245. border: 1px solid transparent;
  246. -webkit-border-radius: 4px;
  247. border-radius: 4px;
  248. color: #fff;
  249. font: 12px/18px "Helvetica Neue", Arial, Helvetica, sans-serif;
  250. margin-left: 20px;
  251. margin-top: -15px;
  252. padding: 4px 8px;
  253. position: absolute;
  254. white-space: nowrap;
  255. z-index: 6;
  256. display: none;
  257. }
  258. /*隐藏旧版标注*/
  259. .leaflet-draw {
  260. display: none !important;
  261. opacity: 0 !important;
  262. width: 0 !important;
  263. }
  264. /*影像图*/
  265. #yx2016 {
  266. position: absolute;
  267. right: 30px;
  268. top: 105px;
  269. z-index: 99999;
  270. color: #fff;
  271. background: rgba(0, 0, 0, 0.3);
  272. font-size: 16px;
  273. padding: 5px 12px;
  274. opacity: 0;
  275. display: none;
  276. }
  277. #yx2012 {
  278. position: absolute;
  279. right: 30px;
  280. top: 70px;
  281. z-index: 99999;
  282. color: #fff;
  283. background: rgba(0, 0, 0, 0.3);
  284. font-size: 16px;
  285. padding: 5px 12px;
  286. display: none;
  287. }
  288. .mouseTip {
  289. height: 20px;
  290. line-height: 20px;
  291. background: #000000;
  292. opacity: 0.5;
  293. color: #ffffff;
  294. font-size: 14px;
  295. position: absolute;
  296. left: -1000px;
  297. top: 0px;
  298. z-index: 1111;
  299. padding: 2px 5px;
  300. }
  301. #coverHeightKSFX {
  302. display: none;
  303. }