footer.css 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363
  1. #footer {
  2. /* background: url('../images/layout/footer-bg.png') bottom no-repeat; */
  3. background: rgba(0, 0, 0, .5);
  4. width: 100%;
  5. /*height: 30px;*/
  6. background-size: 100% 30px;
  7. color: #fff;
  8. text-align: center;
  9. }
  10. @media screen and (max-width: 1600px) {
  11. #footer {
  12. height: 50px;
  13. }
  14. }
  15. #footer.class3d {
  16. /* background: url('../images/layout/footer-3d-bg.png') bottom left repeat; */
  17. }
  18. #footer .footer-info {
  19. line-height: 30px;
  20. float: left;
  21. /* width: 40%; */
  22. text-align: left;
  23. }
  24. #footer .footer-content {
  25. padding: 5px 0 0 0;
  26. display: inline-block;
  27. /* width: 60%; */
  28. }
  29. @media screen and (max-width: 1600px) {
  30. #footer .footer-info {
  31. width: 100%
  32. }
  33. #footer .footer-content {
  34. /* width: 100%; */
  35. padding: 0;
  36. float: left;
  37. }
  38. }
  39. #footer .footer-content div,
  40. #footer .footer-content p,
  41. #footer .footer-info p {
  42. display: inline-block;
  43. }
  44. #footer .footer-info p {
  45. margin: 0 0 0 10px;
  46. cursor: pointer;
  47. text-decoration: underline;
  48. color: #3385ff;
  49. }
  50. #footer .footer-info p:first-child {
  51. cursor: default;
  52. text-decoration: none;
  53. color: #ffffff;
  54. }
  55. #footer .Arealinkimg {
  56. width: 25px;
  57. height: 22px;
  58. background: url('../images/layout/chooselocation_rt.png') no-repeat 4px 0px;
  59. border: none;
  60. vertical-align: text-bottom;
  61. }
  62. #footer .Arealinkimg.downIcon {
  63. width: 25px;
  64. height: 22px;
  65. background: url('../images/layout/chooselocation.png') no-repeat 4px 0px;
  66. border: none;
  67. vertical-align: text-bottom;
  68. }
  69. #footer.min .f-right {
  70. width: 50%;
  71. height: 100%;
  72. position: absolute;
  73. right: 0px;
  74. bottom: 0px;
  75. z-index: 2;
  76. }
  77. #footer .tools-location {
  78. /* width: 160px; */
  79. height: 22px;
  80. float: left;
  81. display: none;
  82. position: relative;
  83. }
  84. #footer .tools-location p {
  85. color: #fff;
  86. font-size: 15px;
  87. line-height: 23px;
  88. float: left;
  89. margin-right: 10px;
  90. }
  91. #footer .tools-location .location_wheater {
  92. cursor: pointer;
  93. float: right;
  94. }
  95. #footer .Arealinkimg:hover {
  96. cursor: pointer;
  97. }
  98. #footer .abtn_location {
  99. /* width: 77px; */
  100. height: 22px;
  101. overflow: hidden;
  102. float: left;
  103. margin-right: 10px;
  104. }
  105. #footer .abtn_location a {
  106. line-height: 23px;
  107. font-size: 14px;
  108. color: #fff;
  109. margin-left: 5px;
  110. width: 77px;
  111. height: 22px;
  112. overflow: hidden;
  113. text-decoration: none;
  114. }
  115. #footer .scale {
  116. width: 100px;
  117. float: left;
  118. position: absolute;
  119. left: 10px;
  120. bottom: 40px;
  121. }
  122. @media screen and (max-width: 1370px) {
  123. #footer .scale {
  124. bottom: 70px;
  125. }
  126. }
  127. #footer .scale .leaflet-control-scale-line {
  128. /* margin-left: 90px; */
  129. font-size: 14px;
  130. margin-top: 16px;
  131. }
  132. #footer .scale .leaflet-control-scale-line span {
  133. top: -17px;
  134. left: 0px;
  135. display: block;
  136. text-align: center;
  137. width: 100%;
  138. }
  139. #footer .viewHeight {
  140. float: left;
  141. color: #fff;
  142. }
  143. #footer .viewHeight p {
  144. float: left;
  145. }
  146. #footer .pointInfoChange {
  147. float: left;
  148. }
  149. #footer #pointInfoToTen {
  150. float: left;
  151. color: #fff;
  152. font-size: 14px;
  153. margin-right: 14px;
  154. /* width: 376px; */
  155. line-height: 23px;
  156. height: 100%;
  157. position: relative;
  158. }
  159. #footer #pointInfoToTen .goosXY {
  160. cursor: pointer;
  161. float: left;
  162. }
  163. #footer #pointInfoToTen .zoningNum {
  164. cursor: pointer;
  165. margin-right: 5px;
  166. float: left;
  167. }
  168. #footer #pointInfoToTen .zoningNum .sixZoning {
  169. display: none;
  170. }
  171. #footer #pointInfoToSix {
  172. float: left;
  173. color: #fff;
  174. font-size: 14px;
  175. margin-right: 25px;
  176. /* width: 270px; */
  177. line-height: 23px;
  178. height: 100%;
  179. cursor: pointer;
  180. }
  181. #footer #pointInfoToSix .hm {
  182. display: none;
  183. }
  184. #footer .logo {
  185. position: absolute;
  186. width: 200px;
  187. height: 32px;
  188. bottom: 50px;
  189. left: 5px;
  190. color: transparent;
  191. cursor: pointer;
  192. background: url(../images/layout/logo.png) center no-repeat;
  193. }
  194. #footer.class3d .logo {
  195. position: absolute;
  196. width: 240px;
  197. height: 32px;
  198. bottom: 0px;
  199. left: 5px;
  200. color: transparent;
  201. cursor: pointer;
  202. background: url(../images/layout/logo3wei.png) center no-repeat;
  203. }
  204. #footer .viewZoom,
  205. #footer .viewHeight,
  206. #footer .viewDEMHeight {
  207. line-height: 23px;
  208. margin-left: 10px;
  209. }
  210. #footer .contact {
  211. position: absolute;
  212. right: 10px;
  213. bottom: 105px;
  214. text-align: right;
  215. }
  216. #footer .contact a {
  217. color: #fff;
  218. font-size: 16px;
  219. background: #0e74d1;
  220. padding: 4px 10px;
  221. display: inline-block;
  222. text-decoration: underline;
  223. /*border-radius: 5px;*/
  224. }
  225. #footer .contact a.olCommu {
  226. background: #0e74d1 url(../images/layout/share-link.png) 4px no-repeat;
  227. background-size: 19px;
  228. padding-left: 27px;
  229. }
  230. #footer .contact .phoneNum {
  231. background: #0e74d1;
  232. /*border-radius: 5px 0 0 5px;*/
  233. padding: 4px 10px;
  234. margin-right: -5px;
  235. display: none;
  236. font-size: 16px;
  237. }
  238. #footer .contact .phoneNum a {
  239. border-radius: 0;
  240. padding: 0;
  241. margin: 0;
  242. }
  243. #footer .contact a.data-share-link {
  244. background: #0e74d1 url(../images/layout/link.png) 6px no-repeat;
  245. background-size: 14px;
  246. padding-left: 23px;
  247. display: none;
  248. }
  249. #footer .contact a.kf-center {
  250. display: none;
  251. }
  252. #footer .contact a.showNum {
  253. background: #0e74d1 url(../images/layout/phone.png) 6px no-repeat;
  254. background-size: 14px;
  255. padding-left: 27px;
  256. }
  257. #footer .contact.olB {
  258. bottom: 70px;
  259. }
  260. #footer .contact.power {
  261. bottom: 35px;
  262. }
  263. /*#footer .contact a.showNum{
  264. text-decoration: none;
  265. }*/
  266. #footer #changeLatlng {
  267. display: none;
  268. position: absolute;
  269. bottom: 28px;
  270. left: -14px;
  271. width: 60px;
  272. /* background: url(../images/layout/saiderbb.png) center center; */
  273. background: rgba(39, 68, 78, 0.86);
  274. border: 1px solid #aaaaaa;
  275. border-radius: 4px;
  276. padding: 5px;
  277. margin: 5px 0 0 5px;
  278. }
  279. #footer #changeLatlng li {
  280. cursor: pointer;
  281. }
  282. #footer #changeLatlng li:hover {
  283. color: #00ffcc;
  284. }
  285. #pointInfoToTen .changeType {
  286. float: left;
  287. margin-right: 10px;
  288. padding-right: 15px;
  289. cursor: pointer;
  290. background: url(../images/layout/chooselocation_rt.png) no-repeat 47px;
  291. width: 45px;
  292. text-align: left;
  293. }
  294. #footer {
  295. -moz-user-select: -moz-none;
  296. -khtml-user-select: none;
  297. -webkit-user-select: none;
  298. -ms-user-select: none;
  299. user-select: none;
  300. }
  301. #footer .iplocation {
  302. position: absolute;
  303. width: 35px;
  304. height: 35px;
  305. right: 39px;
  306. bottom: 54px;
  307. background: #262a30 url(../images/tools/iplocation.png) center center no-repeat;
  308. cursor: pointer;
  309. }