header.css 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379
  1. #header .header-content {
  2. height: 0px;
  3. text-align: left;
  4. }
  5. /*#header input{
  6. border:none;
  7. }*/
  8. #header .h-left {
  9. color: #fff;
  10. text-align: left;
  11. display: inline-block;
  12. position: relative;
  13. }
  14. #header .h-center {
  15. color: #fff;
  16. text-align: left;
  17. margin-left: 10px;
  18. display: inline-block;
  19. margin-top: 10px;
  20. position: relative;
  21. vertical-align: top;
  22. border-radius: 4px;
  23. background: rgba(45, 53, 68, 0.8);
  24. }
  25. #header .h-center .h-center-search {
  26. background: #ffffff url(../images/layout/search.png) center center no-repeat;
  27. /* background: #ffffff; */
  28. height: 35px;
  29. vertical-align: middle;
  30. border: 0px solid #01b7ff;
  31. width: 35px;
  32. margin: 5px 0 0 0;
  33. vertical-align: top;
  34. border-left: none;
  35. cursor: pointer;
  36. border-top-right-radius: 4px;
  37. border-bottom-right-radius: 4px;
  38. }
  39. #header .h-center .h-center-search:hover {
  40. /* background: #378be0 url(../images/layout/search_active.png) 12px center no-repeat; */
  41. }
  42. #header .h-center .h-center-search-content {
  43. margin: 5px 0 0 0;
  44. height: 35px;
  45. padding: 0 0px 0 10px;
  46. width: 210px;
  47. border: 0px;
  48. width: 270px;
  49. line-height: 35px;
  50. font-size: 16px;
  51. color: #999;
  52. border-top-left-radius: 4px;
  53. border-bottom-left-radius: 4px;
  54. }
  55. #header .h-center .close {
  56. width: 20px;
  57. height: 20px;
  58. background: url(../images/layout/search-close.png) center center no-repeat;
  59. /* background-size: 20px 20px; */
  60. position: absolute;
  61. top: 8px;
  62. /* right: 92px; */
  63. left: 339px;
  64. cursor: pointer;
  65. display: none;
  66. padding: 5px 5px;
  67. /* border-left: 1px solid #eee; */
  68. }
  69. #header .h-right {
  70. position: relative;
  71. display: inline-block;
  72. vertical-align: top;
  73. float: right;
  74. width: 191px;
  75. height: 59px;
  76. background: url(../images/layout/time.png) no-repeat;
  77. background-size: 100% 100%;
  78. }
  79. #header.class3d .h-right {
  80. background: url(../images/layout/time-3d.png) no-repeat;
  81. background-size: 100% 100%;
  82. }
  83. #header .h-right #standardTime {
  84. color: #fff;
  85. text-align: center;
  86. }
  87. #header .h-right #standardTime .title {
  88. font-family: 'SimHei';
  89. font-size: 12px;
  90. margin: 6px 0 0 25px;
  91. }
  92. #header .h-right #standardTime .title .date {
  93. font-size: 13px;
  94. margin-left: 10px;
  95. }
  96. #header .h-right #standardTime .time {
  97. margin: 5px 0 0 65px;
  98. transform: scale(0.9);
  99. -ms-transform: scale(0.9);
  100. }
  101. #header .h-right #standardTime .time span {
  102. display: inline-block;
  103. width: 16.5px;
  104. height: 24px;
  105. }
  106. #header .h-right #standardTime .time .n0 {
  107. background: url(../images/layout/numbers.png) -148px 0 no-repeat;
  108. }
  109. #header .h-right #standardTime .time .n1 {
  110. background: url(../images/layout/numbers.png) 6px 0 no-repeat;
  111. }
  112. #header .h-right #standardTime .time .n2 {
  113. background: url(../images/layout/numbers.png) -11px 0 no-repeat;
  114. }
  115. #header .h-right #standardTime .time .n3 {
  116. background: url(../images/layout/numbers.png) -29px 0 no-repeat;
  117. }
  118. #header .h-right #standardTime .time .n4 {
  119. background: url(../images/layout/numbers.png) -46px 0 no-repeat;
  120. }
  121. #header .h-right #standardTime .time .n5 {
  122. background: url(../images/layout/numbers.png) -63px 0 no-repeat;
  123. }
  124. #header .h-right #standardTime .time .n6 {
  125. background: url(../images/layout/numbers.png) -80px 0 no-repeat;
  126. }
  127. #header .h-right #standardTime .time .n7 {
  128. background: url(../images/layout/numbers.png) -96px 0 no-repeat;
  129. }
  130. #header .h-right #standardTime .time .n8 {
  131. background: url(../images/layout/numbers.png) -113px 0 no-repeat;
  132. }
  133. #header .h-right #standardTime .time .n9 {
  134. background: url(../images/layout/numbers.png) -130px 0 no-repeat;
  135. }
  136. #header .h-right #standardTime .time .mao {
  137. background: url(../images/layout/mao.png) 0 9px no-repeat;
  138. width: 6px;
  139. }
  140. #header.class3d .h-left,
  141. #header.class3d .h-center,
  142. #header.class3d .h-right {
  143. /*background:none;*/
  144. }
  145. #header.class3d {
  146. /*background:url(../images/layout/bg-header-3d.png);*/
  147. }
  148. #logo {
  149. position: absolute;
  150. left: 0px;
  151. top: 0px;
  152. height: 61px;
  153. width: 410px;
  154. z-index: 3;
  155. }
  156. #clock {
  157. position: absolute;
  158. right: 0px;
  159. top: 0px;
  160. z-index: 3;
  161. width: 410px;
  162. }
  163. #operationalTime {
  164. position: absolute;
  165. right: 15px;
  166. height: 30px;
  167. width: 302px;
  168. top: 15px;
  169. }
  170. #operationalTime .title {
  171. color: #00f0ff;
  172. font-size: 14px;
  173. height: 30px;
  174. line-height: 30px;
  175. float: left;
  176. }
  177. #operationalTime .time {
  178. height: 30px;
  179. line-height: 30px;
  180. font-size: 15px;
  181. color: #fff;
  182. float: left;
  183. margin-left: 15px;
  184. }
  185. #searchInViewFrom {
  186. position: absolute;
  187. z-index: 2;
  188. top: 1px;
  189. background: url(../images/layout/serchdimi_03.png);
  190. width: 259px;
  191. height: 38px;
  192. right: 48px;
  193. display: none;
  194. border: 1px solid #01b7ff;
  195. border-bottom: 0px;
  196. }
  197. #searchresult {
  198. width: 315px;
  199. /*height: 446px; */
  200. border-radius: 4px;
  201. background: #fff;
  202. background-position: center;
  203. position: absolute;
  204. top: 61px;
  205. left: 100px;
  206. display: none;
  207. z-index: 2;
  208. /* border: 1px solid #01b7ff; */
  209. max-height: 550px;
  210. overflow-y: auto;
  211. }
  212. #searchInViewFrom .input {
  213. float: left;
  214. background: none;
  215. border: 0px;
  216. width: 182px;
  217. height: 37px;
  218. line-height: 37px;
  219. font-size: 14px;
  220. color: #fff;
  221. }
  222. /* .lichoose{
  223. background: url(../images/layout/choosebg_03.png) !important;
  224. display: block !important;
  225. } */
  226. .lichooseicon {
  227. background: url(../images/layout/chooseli.png) !important;
  228. }
  229. #btnSearchInView {
  230. border: 0px;
  231. height: 30px;
  232. width: 30px;
  233. /* background: url(../images/layout/toolsulbg_03.png) no-repeat -9px -6px; */
  234. /*margin-left: 20px;*/
  235. margin-top: 0px;
  236. }
  237. #header .tools-routgh {
  238. background: url(../images/layout/ljgh.png) no-repeat center center;
  239. /* background: transparent; */
  240. height: 45px;
  241. vertical-align: middle;
  242. border: 0px;
  243. width: 45px;
  244. vertical-align: top;
  245. border-left: none;
  246. cursor: pointer;
  247. }
  248. #header .tools-routgh:hover,
  249. #header .tools-routgh.cur {
  250. background: url(../images/layout/ljgh_active.png) no-repeat center center;
  251. }
  252. /* 头像暂不显示 */
  253. #head {
  254. width: 46px;
  255. height: 46px;
  256. margin: 10px;
  257. border: 2px solid transparent;
  258. background: transparent;
  259. }
  260. /* 目录 */
  261. .h-center .menu {
  262. font-size: 12px;
  263. color: #666;
  264. background: transparent;
  265. background: transparent url(../images/layout/menu-icon.png) 0px no-repeat;
  266. padding: 11px 17px 14px 28px;
  267. border: 0px;
  268. /* vertical-align: top; */
  269. /*margin-right: 10px;*/
  270. cursor: pointer;
  271. height: 45px;
  272. position: static;
  273. }
  274. .h-center input {
  275. float: left;
  276. }
  277. #routSearchContent {
  278. width: 340px;
  279. min-height: 600px;
  280. background: rgba(34, 59, 73, 0.86);
  281. background-position: center;
  282. position: absolute;
  283. top: 64px;
  284. left: 0px;
  285. display: none;
  286. z-index: 2;
  287. /* border: 1px solid #01b7ff; */
  288. }
  289. #appQRCode {
  290. position: absolute;
  291. top: 5px;
  292. right: 5px;
  293. width: 50px;
  294. height: 50px;
  295. border-radius: 25px;
  296. background: rgba(45, 53, 68, 0.8) url(../images/layout/QRCode.png) center center no-repeat;
  297. cursor: pointer;
  298. }
  299. #appQRCode .appQRCodeContent {
  300. position: relative;
  301. top: -50px;
  302. right: 150px;
  303. width: 100px;
  304. height: 100px;
  305. padding: 30px 20px 20px 20px;
  306. border-radius: 10px;
  307. background-color: rgba(45, 53, 68, 0.8);
  308. display: none;
  309. }
  310. #appQRCode>p {
  311. width: 100%;
  312. height: 100%;
  313. border-radius: 25px;
  314. }
  315. #appQRCode .appQRCodeContent .describe {
  316. position: absolute;
  317. top: 5px;
  318. left: 10px;
  319. color: #fff;
  320. }
  321. #appQRCode .appQRCodeContent .close {
  322. position: absolute;
  323. width: 20px;
  324. height: 20px;
  325. top: 5px;
  326. right: 5px;
  327. background: transparent url(../images/layout/search-close.png) center center no-repeat;
  328. }