header.css 7.8 KB

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