layout.css 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  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(45, 53, 68, 0.9) url(../images/layout/closebig.png) no-repeat center center;
  140. }
  141. #editWeiXingOp{
  142. position: absolute;
  143. top: 455px;
  144. right: 11px;
  145. color: #fff;
  146. background: #365162;
  147. width: 260px;
  148. height: 170px;
  149. display: none;
  150. }
  151. #picker,#textPicker {
  152. margin:0;
  153. padding:0;
  154. border:0;
  155. width:70px;
  156. height:20px;
  157. border-right:20px solid green;
  158. line-height:20px;
  159. }
  160. #edit{
  161. position: absolute;
  162. top: 420px;
  163. right: 11px;
  164. color: #fff;
  165. background: #365162;
  166. width: 75px;
  167. text-align: center;
  168. padding: 5px 0;
  169. display: none;
  170. cursor: pointer;
  171. }
  172. #editWeiXingOp.active,#edit.active{
  173. display: block;
  174. }
  175. #editWeiXingOp .editContent{
  176. position: absolute;
  177. right: 0px;
  178. background: #365162;
  179. top: 0px;
  180. padding: 10px 25px;
  181. border: 1px solid #2BA1EE;
  182. width: 210px;
  183. height: 150px;
  184. }
  185. #editWeiXingOp .styleInfo li{
  186. line-height: 30px;
  187. display: none;
  188. }
  189. #editWeiXingOp.line .styleInfo li.edLine{
  190. display: block;
  191. }
  192. #editWeiXingOp.point .styleInfo li.edFont{
  193. display: block;
  194. }
  195. #editWeiXingOp .styleInfo li span.styLi{
  196. width: 100px;
  197. display: inline-block;
  198. }
  199. #editWeiXingOp .styleInfo li span.clr{
  200. margin-left: -9px;
  201. }
  202. #editWeiXingOp .styleInfo li input{
  203. width: 75px;
  204. height: 20px;
  205. line-height: 20px;
  206. margin: 0 5px;
  207. padding-left: 5px;
  208. }
  209. #editWeiXingOp .styleInfo li select{
  210. border: none;
  211. height: 20px;
  212. line-height: 20px;
  213. margin-left: 5px;
  214. }
  215. #editWeiXingOp .styleInfo li input.nb{
  216. border: none;
  217. }
  218. #editWeiXingOp .updt{
  219. text-align: center;
  220. position: absolute;
  221. bottom: 13px;
  222. margin: 0 auto;
  223. width: 200px;
  224. }
  225. #editWeiXingOp .updt button{
  226. border: none;
  227. background: #eee;
  228. padding: 5px 12px;
  229. color: #333;
  230. cursor: pointer;
  231. }
  232. #editWeiXingOp .updt button:hover{
  233. color: #2BA1EE;
  234. }
  235. #editWeiXingOp .edYuan,#editWeiXingOp .edYuanPlus{
  236. display: none;
  237. }
  238. /*测量提示文字*/
  239. #measuringText{
  240. background: rgba(0, 0, 0, 0.5);
  241. border: 1px solid transparent;
  242. -webkit-border-radius: 4px;
  243. border-radius: 4px;
  244. color: #fff;
  245. font: 12px/18px "Helvetica Neue", Arial, Helvetica, sans-serif;
  246. margin-left: 20px;
  247. margin-top: -15px;
  248. padding: 4px 8px;
  249. position: absolute;
  250. white-space: nowrap;
  251. z-index: 6;
  252. display: none;
  253. }
  254. /*隐藏旧版标注*/
  255. .leaflet-draw{
  256. display: none !important;
  257. opacity: 0 !important;
  258. width: 0 !important;
  259. }
  260. /*影像图*/
  261. #yx2016{
  262. position: absolute;
  263. right: 30px;
  264. top: 105px;
  265. z-index: 99999;
  266. color: #fff;
  267. background: rgba(0,0,0,0.3);
  268. font-size: 16px;
  269. padding: 5px 12px;
  270. opacity: 0;
  271. display: none;
  272. }
  273. #yx2012{
  274. position: absolute;
  275. right: 30px;
  276. top: 70px;
  277. z-index: 99999;
  278. color: #fff;
  279. background: rgba(0,0,0,0.3);
  280. font-size: 16px;
  281. padding: 5px 12px;
  282. display: none;
  283. }
  284. .mouseTip{
  285. height: 20px;
  286. line-height: 20px;
  287. background: #000000;
  288. opacity: 0.5;
  289. color: #ffffff;
  290. font-size: 14px;
  291. position: absolute;
  292. left: -1000px;
  293. top: 0px;
  294. z-index: 1111;
  295. padding: 2px 5px;
  296. }
  297. #coverHeightKSFX{
  298. display: none;
  299. }