toolPlaceSearch.css 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451
  1. .fl {
  2. float: left;
  3. }
  4. .fr {
  5. float: right;
  6. }
  7. .clearfix:after {
  8. content: ".";
  9. display: block;
  10. height: 0pt;
  11. clear: both;
  12. visibility: hidden;
  13. }
  14. .clearfix {
  15. display: inline-block;
  16. }
  17. .clearfix {
  18. display: block;
  19. }
  20. #placePanel {
  21. width: 100%;
  22. height: 100%;
  23. margin-top: 0px;
  24. position: relative;
  25. z-index: 100000;
  26. }
  27. #placePanel .top-options {
  28. border-bottom: 1px solid #EBEBEB;
  29. padding-top: 10px;
  30. height: 29px;
  31. overflow: hidden;
  32. display: none;
  33. }
  34. #placePanel .close {
  35. float: right;
  36. width: 65px;
  37. padding-left: 16px;
  38. height: 30px;
  39. z-index: 100;
  40. background: url(../images/icon_back.png) no-repeat left center;
  41. border: none;
  42. font-size: 14px;
  43. margin-right: 5px;
  44. }
  45. #placePanel .place-list-wrap {
  46. /*overflow: hidden;*/
  47. max-height: 380px;
  48. overflow-y: auto;
  49. padding: 10px;
  50. }
  51. #placePanel .category-list-wrap {
  52. padding: 0px;
  53. margin: 0px;
  54. }
  55. #placePanel .category-list-wrap dl {
  56. cursor: pointer;
  57. padding: 5px;
  58. width: 100%;
  59. margin: 10px 0;
  60. }
  61. #placePanel .category-list-wrap dl.cur {
  62. background: #f5f5f5;
  63. }
  64. #placePanel .category-list-wrap dl .latlng {
  65. font-size: 12px;
  66. color: #999;
  67. }
  68. #placePanel .category-list-wrap dl dt {
  69. font-size: 16px;
  70. }
  71. #placePanel .category-list-wrap dl dt i {
  72. float: left;
  73. }
  74. #placePanel .category-list-wrap dl dt i img {
  75. /* height: 30px; */
  76. }
  77. #placePanel .category-list-wrap dl dt a {
  78. line-height: 30px;
  79. font-size: 16px;
  80. color: #3385ff;
  81. margin-left: 10px;
  82. }
  83. #placePanel .category-list-wrap dl dt .baike {
  84. float: right;
  85. margin: 0 10px 0 0;
  86. }
  87. #placePanel .place-list {
  88. width: 100%;
  89. overflow: hidden;
  90. color: #666;
  91. }
  92. #placePanel .place-list h3 {
  93. font-size: 16px;
  94. padding: 5px 20px;
  95. padding-left: 5px;
  96. color: #666;
  97. margin-bottom: 5px;
  98. border-bottom: 1px solid #aaaaaa;
  99. }
  100. #placePanel .place-list dl {
  101. cursor: pointer;
  102. padding: 5px;
  103. width: 100%;
  104. margin: 10px 0;
  105. }
  106. #placePanel .place-list dl.cur {
  107. background: #f5f5f5;
  108. }
  109. #placePanel .place-list dl .latlng {
  110. font-size: 12px;
  111. color: #999;
  112. padding: 0px 0 0 17px;
  113. }
  114. #placePanel .place-list dl dt {
  115. font-size: 16px;
  116. }
  117. #placePanel .place-list dl dt i {
  118. float: left;
  119. }
  120. #placePanel .place-list dl dt i img {
  121. /* height: 30px; */
  122. }
  123. #placePanel .place-list dl dt a {
  124. line-height: 30px;
  125. font-size: 16px;
  126. color: #3385ff;
  127. margin-left: 10px;
  128. }
  129. #placePanel .place-list dl dt .baike {
  130. float: right;
  131. margin: 0 10px 0 0;
  132. }
  133. #rightClickSearchForm {
  134. width: 300px;
  135. padding: 10px;
  136. }
  137. #rightClickSearchForm .s-form {
  138. overflow: hidden
  139. }
  140. #rightClickSearchForm .s-form .input {
  141. float: left;
  142. width: 195px
  143. }
  144. #rightClickSearchForm .s-form .btn {
  145. float: left;
  146. margin-left: 0px;
  147. border: 0px;
  148. /* background: #0b4496; */
  149. color: #666;
  150. line-height: 30px;
  151. }
  152. #rightClickSearchForm .s-form .btn:hover {
  153. float: left;
  154. margin-left: -1px;
  155. border: 0px;
  156. /* background: #0b4496; */
  157. color: #666;
  158. }
  159. #rightClickSearchForm .s-select {
  160. padding: 10px 0;
  161. color: #666;
  162. }
  163. #rightClickSearchForm .s-select .select {
  164. color: #666;
  165. height: 24px;
  166. }
  167. #rightClickSearchForm .s-hot-point {
  168. padding: 5px 0;
  169. }
  170. #rightClickSearchForm .s-hot-point ul {
  171. overflow: hidden;
  172. padding: 5px;
  173. /* background: #1755a3; */
  174. color: #666;
  175. }
  176. #rightClickSearchForm .s-hot-point li {
  177. float: left;
  178. }
  179. #rightClickSearchForm .s-hot-point li a {
  180. word-wrap: normal;
  181. display: block;
  182. padding: 2px 10px 2px 0;
  183. color: #666;
  184. }
  185. #rightClickSearchForm .s-hot-point li a.more {
  186. color: #999;
  187. }
  188. #rightClickSearchForm .s-hot-point-select .list {
  189. padding: 5px;
  190. /* background: #1755a3; */
  191. color: #666;
  192. }
  193. #rightClickSearchForm .s-hot-point-select .list .select {
  194. margin-right: 10px;
  195. color: #666;
  196. height: 24px;
  197. border: 1px solid #dcdcdc;
  198. }
  199. /*
  200. #rightClickSearchForm .s-hot-point-select .list .second {
  201. visibility:hidden;
  202. }
  203. #searchresult .prev{
  204. text-indent: -11111px;
  205. background: #0b4496 url(/images/layout/page_13ch.png) no-repeat 7px 4px;
  206. border: 0px;
  207. }
  208. #searchresult .next{
  209. text-indent: -11111px;
  210. background: #0b4496 url(/images/layout/page_06ch.png) no-repeat 7px 4px;
  211. border: 0px;
  212. }*/
  213. #searchresult .prev,
  214. #searchresult .next {
  215. color: #3385ff;
  216. padding: 6px 5px;
  217. border: 1px solid #ddd;
  218. width: auto;
  219. height: auto;
  220. line-height: initial;
  221. margin: 0 2px;
  222. }
  223. #placePanel .category-list-wrap h3 {
  224. font-size: 16px;
  225. padding: 5px 20px;
  226. padding-left: 5px;
  227. color: #666;
  228. margin-bottom: 5px;
  229. border-bottom: 1px solid #aaaaaa;
  230. }
  231. #placePanel .category-list-wrap .areaSelect {
  232. cursor: pointer;
  233. padding: 8px 20px;
  234. clear: both;
  235. overflow: hidden;
  236. background: #efefef;
  237. }
  238. #placePanel .category-list-wrap .areaSelect dt a {
  239. line-height: 20px;
  240. font-size: 17px;
  241. color: #3385ff;
  242. }
  243. #placePanel .fastSearchLink {
  244. color: #000;
  245. padding: 5px 10px;
  246. margin-top: 10px;
  247. text-align: center;
  248. font-size: 17px;
  249. background: #ffcc33;
  250. }
  251. #placePanel .fastSearchLink a {
  252. color: #3385ff;
  253. font-weight: bold;
  254. }
  255. #placePanel .boundsSearchLink {
  256. color: #000;
  257. padding: 5px 10px;
  258. margin-top: 10px;
  259. font-size: 16px;
  260. background: #ffcc33;
  261. text-align: center;
  262. }
  263. #placePanel .boundsSearchLink a {
  264. color: #3385ff;
  265. font-weight: bold;
  266. }
  267. /* 海量地图库搜索结果 */
  268. #placePanel .info-content li,
  269. #placePanel .thematic-content li {
  270. display: inline-block;
  271. color: #666;
  272. cursor: pointer;
  273. }
  274. #placePanel .thematic-content .thematic-title {
  275. /*text-align: center;*/
  276. text-align: left;
  277. margin-left: 10px;
  278. }
  279. #placePanel .thematic-content .thematic-title .thematic-mainTitle {
  280. font-size: 16px;
  281. margin-bottom: 20px;
  282. }
  283. #placePanel .thematic-content .thematic-title li.active {
  284. color: #3385ff;
  285. font-size: 15px;
  286. }
  287. #placePanel .thematic-content {
  288. border-top: 1px solid #ddd;
  289. padding: 20px;
  290. }
  291. #placePanel .thematic-content .thematic-title li {
  292. width: 23%;
  293. font-size: 15px;
  294. /*display: none;*/
  295. }
  296. #placePanel .thematic-content .thematic-search-list li {
  297. width: 30%;
  298. margin: 1.6%;
  299. vertical-align: top;
  300. font-size: 13px;
  301. }
  302. #placePanel .thematic-content .thematic-search-list li img {
  303. width: 100%;
  304. }
  305. #placePanel .thematic-content .more a {
  306. margin-right: 5px;
  307. color: #3385ff;
  308. }
  309. #placePanel .thematic-search-list {
  310. margin-top: 20px;
  311. }
  312. /* 重要目标与事件 */
  313. #placePanel .info-content {
  314. color: #666;
  315. font-size: 16px;
  316. padding: 20px;
  317. border-top: 1px solid #ddd;
  318. }
  319. /* 气象单站查询密码 */
  320. .meteo-search-title {
  321. font-size: 16px;
  322. color: #333;
  323. margin-left: 30px;
  324. }
  325. .meteo-search-result-list {
  326. margin: 20px;
  327. }
  328. .meteo-search-result-list li {
  329. line-height: 25px;
  330. cursor: pointer;
  331. color: #5796f7;
  332. text-decoration: underline;
  333. }
  334. .meteo-search {
  335. padding-top: 20px;
  336. border-top: 1px solid #ddd;
  337. }
  338. /* 全局查询 */
  339. .gcms-search-title {
  340. font-size: 16px;
  341. color: #333;
  342. margin-left: 30px;
  343. cursor: pointer;
  344. }
  345. .gcms-search-result-list {
  346. margin: 20px;
  347. }
  348. .gcms-search-result-list li {
  349. line-height: 25px;
  350. cursor: pointer;
  351. color: #5796f7;
  352. text-decoration: underline;
  353. }
  354. .gcms-search {
  355. padding-top: 20px;
  356. border-top: 1px solid #ddd;
  357. }
  358. /*弹窗*/
  359. .popup_html.mini .popup-ct {
  360. line-height: 34px !important;
  361. height: 34px !important;
  362. }
  363. .popup_html.mini .popup-lt {
  364. position: absolute;
  365. top: -6px;
  366. left: -12px;
  367. width: 12px;
  368. /*z-index: 999999;*/
  369. /*background: url(../../images/popup/bg-pp-3d-lt.png) 4px -14px no-repeat;*/
  370. }
  371. .popup_html.mini .placeInfo {
  372. padding: 11px 30px 0 0;
  373. }
  374. .placeInfo .op.text-right {}