toolCurrentArea.css 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322
  1. /*S================================= locationArea*/
  2. /*#locationLevel {
  3. position:relative;
  4. z-index:100;
  5. }
  6. #locationLevel a {
  7. }
  8. #locationLevel dl {
  9. margin: 0px;
  10. position:relative;
  11. }
  12. #locationLevel .col dd {
  13. display: none;
  14. }
  15. #locationLevel .exp dd {
  16. display: block;
  17. }
  18. #locationLevel dl dt {
  19. background: #F1F1F1 url(../images/bg_tools.png) repeat-x left top;
  20. font-weight: normal;
  21. height: 29px;
  22. line-height: 29px;
  23. overflow: hidden;
  24. border-bottom: 1px solid #aaaaaa;
  25. }
  26. #locationLevel dl dt .op {
  27. width: 12px;
  28. margin: 8px 4px 0 4px;
  29. cursor: pointer;
  30. height: 12px;
  31. float: left;
  32. line-height: 0px;
  33. overflow: hidden;
  34. }
  35. #locationLevel dl dt .op.col {
  36. background: url(../images/iw_plus.gif) no-repeat center center;
  37. }
  38. #locationLevel dl dt .op.exp {
  39. background: url(../images/iw_minus.gif) no-repeat center center;
  40. }
  41. #locationLevel dl dt a {
  42. }
  43. #locationLevel dl dt strong {
  44. font-weight: bold;
  45. color: #999999;
  46. }
  47. #locationLevel dl dd {
  48. padding: 5px 15px 5px 20px;
  49. margin: 0px;
  50. position:relative;
  51. }
  52. #locationLevel dl dd.position {
  53. padding: 10px 15px 15px 20px;
  54. margin: 0px;
  55. position:absolute;
  56. left:0px;
  57. top:30px;
  58. background:#FFFFFF;
  59. border-bottom:1px solid #CCCCCC;
  60. width:235px;
  61. }
  62. #locationLevel dl dd a {
  63. display: inline-block;
  64. margin: 0 5px 0 0;
  65. line-height: 20px;
  66. font-size: 14px;
  67. }
  68. #locationLevel dl dd .line {
  69. }*/
  70. /*E================================= locationArea*/
  71. /*S================================= provinceModal*/
  72. #provinceModal {
  73. margin: 0px;
  74. font-size: 14px;
  75. }
  76. #provinceModal .modal-header h3 {
  77. font-size: 14px;
  78. text-align: left;
  79. }
  80. #provinceModal .modal-header h3 a {
  81. color: #fff;
  82. }
  83. #provinceModal .modal-body {
  84. max-height: 600px;
  85. position: relative;
  86. padding: 1px 30px 0;
  87. }
  88. #provinceModal td {
  89. vertical-align: top;
  90. padding: 8px;
  91. }
  92. #provinceModal td.sel-city-td-letter {
  93. padding: 0 14px 0 7px;
  94. color: #999999;
  95. }
  96. #provinceModal .sel-city-td-sf a {
  97. margin: 0;
  98. }
  99. #provinceModal .modal-body a {
  100. line-height: 18px;
  101. margin-right: 9px;
  102. word-break: keep-all;
  103. font-size: 12px;
  104. display: inline-block;
  105. color: #999999;
  106. }
  107. #provinceModal .modal-body a:hover {
  108. color: #01b7ff;
  109. }
  110. #provinceModal td.sel-city-td-sf {
  111. padding: 8px;
  112. font-weight: bold;
  113. width: 80px;
  114. color: #999999;
  115. }
  116. #provinceModal .modal-header {
  117. background: none;
  118. padding: 15px 20px;
  119. text-align: left;
  120. width: calc(100% - 40px);
  121. background: rgba(34, 59, 73, 0.86);
  122. }
  123. #provinceModal td {
  124. vertical-align: top;
  125. }
  126. #provinceModal .sel-city-td-letter div {
  127. font-size: 24px;
  128. padding: 8px 0 0 0;
  129. font-weight: bold;
  130. line-height: 24px;
  131. margin: 0;
  132. text-align: center;
  133. }
  134. #provinceModal #cityLetterList .title {
  135. color: #999999;
  136. }
  137. #provinceModal #globalCity a {
  138. text-decoration: none;
  139. }
  140. #provinceModal #globalCity a:hover {
  141. color: #01b7ff;
  142. }
  143. #provinceModal #CityHotCity {
  144. padding-top: 5px;
  145. display: block;
  146. }
  147. #provinceModal #cityLetterList a {
  148. padding: 0 0 0 4px;
  149. font-size: 16px;
  150. margin-right: 4px;
  151. }
  152. #provinceModal #cityLetterList {
  153. font-size: 20px;
  154. font-weight: bold;
  155. line-height: 24px;
  156. margin: 0;
  157. padding: 0;
  158. border-top: 1px solid rgba(34, 59, 73, 0.86);
  159. text-align: left;
  160. }
  161. #cityPlaceList {
  162. overflow: hidden;
  163. /* overflow-y: auto; */
  164. text-align: left;
  165. }
  166. #cityLetterList a {
  167. text-decoration: none;
  168. font-size: 14px;
  169. }
  170. #cityLetterList a:hover {
  171. color: #01b7ff;
  172. }
  173. #provinceModalCitySearch {
  174. float: right;
  175. padding: 5px 0 0 0;
  176. display: inline !important;
  177. position: relative;
  178. z-index: 100;
  179. }
  180. #provinceModalCitySearch .input-small {
  181. float: left;
  182. height: 22px;
  183. width: 125px;
  184. padding-left: 25px;
  185. color: #fff;
  186. background: rgba(34, 59, 73, 0.86);
  187. border: 0px;
  188. }
  189. #provinceModalCitySearch .input-small::-webkit-input-placeholder {
  190. /* placeholder颜色 */
  191. color: #fff;
  192. }
  193. #provinceModalCitySearch .btn {
  194. height: 24px;
  195. border-radius: 0;
  196. width: 35px;
  197. margin-left: -1px;
  198. }
  199. #provinceModalCitySearchResult {
  200. position: absolute;
  201. width: 150px;
  202. top: 30px;
  203. left: 0px;
  204. overflow: hidden;
  205. overflow-y: auto;
  206. display: none;
  207. background-color: rgba(34, 59, 73, 0.86);
  208. color: #fff;
  209. }
  210. #provinceModalCitySearchResult li {
  211. display: block;
  212. float: none;
  213. width: 153px;
  214. font-size: 12px;
  215. color: #fff !important;
  216. }
  217. #provinceModalCitySearch #provinceModalCitySearchResult li a {
  218. display: block;
  219. height: 20px;
  220. line-height: 20px;
  221. padding: 2px 5px;
  222. margin: 0px;
  223. text-indent: 20px;
  224. color: #fff !important;
  225. }
  226. #moreAreaLink {
  227. font-size: 12px;
  228. padding: 2px 3px;
  229. cursor: pointer;
  230. }
  231. #moreAreaLink:hover {
  232. color: #01b7ff;
  233. }
  234. .row-fluid {
  235. background: none !important;
  236. display: block !important;
  237. text-align: left;
  238. }
  239. #provinceModal {
  240. position: absolute;
  241. left: -150px;
  242. bottom: 30px;
  243. width: 560px;
  244. display: none;
  245. }
  246. @media screen and (max-width: 1600px) {
  247. #provinceModal {
  248. bottom: 55px;
  249. }
  250. }
  251. #CurCityInfo {
  252. display: none;
  253. }
  254. /*E================================= provinceModal*/
  255. .addressbaike.hide {
  256. display: none;
  257. }
  258. .addressbaike {
  259. float: left;
  260. line-height: 1;
  261. background: #fff;
  262. display: block;
  263. padding: 2px 3px;
  264. border-radius: 3px;
  265. font-size: 12px;
  266. margin: 3px 10px 0 0;
  267. color: #1865b1;
  268. }