menu.css 25 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430
  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: block;
  16. }
  17. #layerControlMenu .myLayers .clearfix {
  18. display: inline-block;
  19. }
  20. #layerControlMenu .myLayers .clearfix:after {
  21. content: ".";
  22. display: inline-block;
  23. height: 0pt;
  24. clear: both;
  25. visibility: hidden;
  26. }
  27. #menu.moveOut {
  28. /*left: 0px;*/
  29. }
  30. #menu {
  31. position: absolute;
  32. top: 70px;
  33. left: 0px;
  34. width: 340px;
  35. /*height: 631px;*/
  36. /* background: #1257ac; */
  37. background: rgba(64, 158, 255, 0.86);
  38. z-index: 1001;
  39. }
  40. #menu .menu-title {
  41. color: #fff;
  42. height: 50px;
  43. line-height: 50px;
  44. font-size: 18px;
  45. padding: 0 0 0 20px;
  46. border-bottom: 1px solid rgba(64, 208, 255, 0.86);
  47. }
  48. #menu .menu-title p {
  49. display: inline-block;
  50. float: right;
  51. position: relative;
  52. right: 15px;
  53. height: 50px;
  54. width: 25px;
  55. background: url(../images/layout/menu-title.png);
  56. cursor: pointer;
  57. }
  58. #menu .im-0 {
  59. cursor: pointer;
  60. -webkit-user-select: none;
  61. -moz-user-select: none;
  62. -ms-user-select: none;
  63. user-select: none;
  64. margin-left: 20px;
  65. padding-left: 35px;
  66. }
  67. #menu .menu-scroll {
  68. max-height: 700px;
  69. overflow: hidden;
  70. overflow-y: auto;
  71. /* background: #1f5e9f; */
  72. }
  73. #menu .mnsc {
  74. max-height: 600px;
  75. overflow: auto;
  76. }
  77. /* 菜单各项图标 */
  78. #menu .menu-base.infoMenu .im-0 {
  79. background: url(../images/layout/menu.png) left no-repeat;
  80. background-size: 17px;
  81. }
  82. #menu p.zhuanTi {
  83. background: url(../images/layout/zhuanti.png) no-repeat 0px 18px;
  84. }
  85. #menu p.hailiang {
  86. background: url(../images/layout/menu-list.png) no-repeat -11px -30px;
  87. }
  88. #menu p.tdm {
  89. background: url(../images/layout/menu-list.png) no-repeat -11px -74px;
  90. }
  91. #menu p.infoIcon {
  92. background: url(../images/layout/menu-list.png) no-repeat -11px -118px;
  93. }
  94. #menu p.kuozhan {
  95. background: url(../images/layout/menu-list.png) no-repeat -11px -166px;
  96. }
  97. /* 图层控制图标 */
  98. /*#menu span.menu-layer-title{
  99. background: url(../images/layout/layer.png) left no-repeat;
  100. background-size: 20px;
  101. }*/
  102. #menu li {
  103. line-height: 49px;
  104. /* background: #1257ab; */
  105. color: #fff;
  106. font-size: 14px;
  107. }
  108. #menu li.menu-base {
  109. border-bottom: 1px solid rgba(64, 208, 255, 0.86);
  110. }
  111. #menu li.menu-base:hover>p span,
  112. #menu li.menu-base.active>p span {
  113. color: #fdda34;
  114. }
  115. #menu .print {
  116. padding: 10px;
  117. padding-left: 0;
  118. }
  119. #menu .print span {
  120. display: inline-block;
  121. text-align: left;
  122. width: 50px;
  123. margin-left: 40px;
  124. font-size: 14px;
  125. }
  126. #menu .print .ctr {
  127. text-align: center;
  128. }
  129. #menu .print select,
  130. #menu .print button {
  131. line-height: 32px;
  132. height: 32px;
  133. border: 1px solid #a4a4a4;
  134. border-radius: 4px;
  135. background: #fff;
  136. color: #666;
  137. }
  138. #menu .print #paper {
  139. width: 90px;
  140. }
  141. #menu .print #ruler {
  142. width: 154px;
  143. }
  144. #menu .print .PDF {
  145. width: 212px;
  146. }
  147. #menu .print #legend {
  148. margin-left: 40px;
  149. }
  150. #menu .print #cdGrid {
  151. margin-left: 50px;
  152. }
  153. #menu .print input[type="checkbox"] {
  154. background: #fff;
  155. vertical-align: middle;
  156. }
  157. #menu .print label {
  158. font-size: 14px;
  159. margin-left: 5px;
  160. }
  161. #menu .print p {
  162. margin-top: -5px;
  163. }
  164. #menu .mn-content {
  165. display: none;
  166. /* background: #1f5e9f; */
  167. }
  168. #menu .infoMenu {}
  169. #menu .infoMenu li {
  170. border-left: none;
  171. border-right: none;
  172. background: #365162;
  173. }
  174. #menu .infoMenu li span:hover,
  175. #menu .infoMenu .im-2 a:hover,
  176. #menu .infoMenu .im-3 div:hover {
  177. color: #fdda34;
  178. }
  179. #menu .infoMenu .fu {
  180. cursor: pointer;
  181. -webkit-user-select: none;
  182. -moz-user-select: none;
  183. -ms-user-select: none;
  184. user-select: none;
  185. height: 40px;
  186. line-height: 40px;
  187. }
  188. #menu .infoMenu .fu span {
  189. display: inline-block;
  190. margin-left: 40px;
  191. padding-left: 24px;
  192. background: url(../images/layout/right.png) left no-repeat;
  193. }
  194. #menu .infoMenu .commitMecal .startCommit {
  195. display: none;
  196. }
  197. #menu .infoMenu .commitMecal .startCommit p,
  198. #menu .infoMenu .commitMecal .stopCommit p {
  199. text-indent: 37px;
  200. cursor: default;
  201. }
  202. #menu .infoMenu .im-2 .fu span {
  203. margin-left: 50px;
  204. font-size: 14px;
  205. }
  206. #menu .infoMenu .commitMecal .startCommit span {
  207. color: #0ff;
  208. padding: 0px;
  209. margin-left: 10px;
  210. cursor: pointer;
  211. }
  212. #menu .infoMenu .commitMecal .stopCommit span {
  213. color: #f00;
  214. padding: 0px;
  215. margin-left: 10px;
  216. cursor: pointer;
  217. }
  218. #menu .infoMenu .active .fu span {
  219. background: url(../images/layout/down.png) left no-repeat;
  220. }
  221. #menu .infoMenu .active .im-2 .fu span {
  222. background: url(../images/layout/right.png) left no-repeat;
  223. }
  224. #menu .infoMenu .active .im-2.active .fu span,
  225. #menu .infoMenu .active .im-2 .fu.active span {
  226. background: url(../images/layout/down.png) left no-repeat;
  227. }
  228. #menu .infoMenu .im-1 {
  229. border-top: 1px solid rgba(64, 208, 255, 0.86);
  230. position: relative;
  231. }
  232. #menu #exKuozhan.infoMenu .im-1 {
  233. padding-left: 64px;
  234. }
  235. #menu .infoMenu .im-2 {
  236. border-bottom: 1px solid #06418a;
  237. }
  238. #menu .infoMenu .im-1 ul li.im-3 {
  239. background: #124071;
  240. border-top: 1px solid #235487;
  241. padding-left: 20px;
  242. }
  243. #menu .infoMenu .im-1 ul li.im-3 span {
  244. font-size: 12px;
  245. }
  246. #menu .infoMenu .im-3 li {
  247. line-height: 35px;
  248. font-size: 14px;
  249. }
  250. #menu .infoMenu .im-3 li .fr {
  251. display: inline-block;
  252. font-size: 12px;
  253. width: 16px;
  254. line-height: 16px;
  255. text-align: center;
  256. border: 1px solid #fff;
  257. border-radius: 100% 100%;
  258. margin: 9px 28px 0 5px;
  259. cursor: pointer;
  260. color: #fff;
  261. opacity: 0.26;
  262. -webkit-user-select: none;
  263. -moz-user-select: none;
  264. -ms-user-select: none;
  265. user-select: none;
  266. }
  267. #menu .infoMenu .im-3 input[type="checkbox"] {
  268. margin-right: 5px;
  269. }
  270. #menu li.switch {
  271. height: 12px;
  272. background: url(../images/layout/drag-bar.png) center no-repeat;
  273. cursor: pointer;
  274. }
  275. #menu .active .mn-content {
  276. display: block;
  277. }
  278. #menu .active .im-0,
  279. #menu .active .im-m {
  280. /*background: #4577A6;*/
  281. color: #fff;
  282. }
  283. #menu .infoMenu .im-1 ul {
  284. display: none;
  285. /* background: #184A7E; */
  286. }
  287. #menu .infoMenu .im-1 ul li {
  288. /* background: #0f4a8b; */
  289. cursor: pointer;
  290. }
  291. #menu .myLayers li {
  292. background: #1f5e9f;
  293. }
  294. #menu .infoMenu .im-1 .im-3 li {
  295. background: #123d6a;
  296. margin-left: 35px;
  297. }
  298. #menu .infoMenu .im-1.active ul {
  299. display: block;
  300. }
  301. #menu .infoMenu .im-1.active .im-2 ul {
  302. display: none;
  303. }
  304. #menu .infoMenu .im-1.active .im-2.active ul {
  305. display: block;
  306. }
  307. #menu .infoMenu .im-2 ul.im-3 {
  308. display: none;
  309. padding: 8px 0 8px 56px;
  310. border-top: 1px solid #235487;
  311. background: #123d6a;
  312. }
  313. #menu .infoMenu .im-1 .im-2.active ul.im-3 {
  314. display: block;
  315. }
  316. #menu .im-m {
  317. cursor: move;
  318. }
  319. #menu .im-m a {
  320. line-height: 49px;
  321. text-align: center;
  322. display: inline-block;
  323. }
  324. #menu .im-m a span {
  325. font-size: 14px;
  326. color: #eee;
  327. height: 16px;
  328. line-height: 16px;
  329. width: 46px;
  330. /*border-left: 1px solid #06B2DC;*/
  331. }
  332. #menu .im-m a.dao span {
  333. border: none;
  334. }
  335. #menu .im-m a.a-upload {
  336. position: relative;
  337. cursor: pointer;
  338. overflow: hidden;
  339. *display: inline;
  340. *zoom: 1;
  341. margin: 5px 0 5px 70px;
  342. vertical-align: middle;
  343. }
  344. #menu .im-m a.a-upload input {
  345. position: absolute;
  346. font-size: 100px;
  347. right: 0;
  348. top: 0;
  349. opacity: 0;
  350. filter: alpha(opacity=0);
  351. cursor: pointer;
  352. }
  353. #menu .im-m a:hover span,
  354. #menu .im-m a.active span {
  355. color: #444;
  356. background: #01b7ff;
  357. text-decoration: none;
  358. }
  359. #menu .mn-content .mn-act {
  360. display: none;
  361. margin-left: 40px;
  362. font-size: 12px;
  363. margin-top: -5px;
  364. padding-bottom: 5px;
  365. }
  366. #menu .mn-content .mn-act.active {
  367. display: block;
  368. }
  369. #menu .mn-content .mn-act .layer-cale {
  370. margin: 0 5px;
  371. }
  372. #menu .mn-content p.tip-none {
  373. text-align: center;
  374. display: none;
  375. }
  376. #menu .dao {
  377. margin-left: 20px;
  378. }
  379. #menu .infoMenu .im-1 ul.menu-content {
  380. max-height: 168px;
  381. overflow: auto;
  382. }
  383. #menu .no-bg {
  384. background: none !important;
  385. }
  386. #menu .dzzy .ztContent {
  387. /* display: none; */
  388. }
  389. #menu .dzzy .ztContent.active {
  390. /* display: block; */
  391. }
  392. /*#menu .dzzy .zhuanTi{
  393. border-top: 1px solid #1961b6;
  394. }*/
  395. #menu .dzzy .sectionbg {
  396. margin-left: 40px;
  397. background: url(../images/layout/right.png) left no-repeat;
  398. padding-left: 25px;
  399. height: 40px;
  400. line-height: 40px;
  401. }
  402. #menu .dzzy .sectionbg.open {
  403. background: url(../images/layout/down.png) left no-repeat;
  404. color: #fdda34;
  405. }
  406. #menu .dzzy section.item .linkContent li {
  407. /* background: #123d6a; */
  408. border-bottom: 1px solid #44616d;
  409. height: 40px;
  410. line-height: 40px;
  411. position: relative;
  412. }
  413. #menu .dzzy .zt-cbx {
  414. margin-left: 85px;
  415. vertical-align: middle;
  416. display: none;
  417. }
  418. #menu .dzzy section.item .linkContent .translate {
  419. margin-left: 80px;
  420. display: inline-block;
  421. width: 250px;
  422. overflow: hidden;
  423. white-space: nowrap;
  424. text-overflow: ellipsis;
  425. }
  426. #menu .dzzy section {
  427. border-bottom: 1px solid #44616d;
  428. cursor: pointer;
  429. }
  430. /*#menu .dzzy section:nth-child(1){
  431. border-top: 1px solid #235487;
  432. }*/
  433. #menu .dzzy section.item .linkContent li:nth-child(1) {
  434. border-top: 1px solid #235487;
  435. }
  436. #menu .ml74 {
  437. margin-left: 74px;
  438. }
  439. #menu #TDMap .tdmapContent {
  440. /*display: none;*/
  441. }
  442. #menu #TDMap .tdmapContent.active {
  443. /*display: block;*/
  444. }
  445. #menu #TDMap .tianditu {
  446. border-bottom: 1px solid #2a67a5;
  447. }
  448. #menu #TDMap .sectionbg {
  449. margin-left: 65px;
  450. background: url(../images/layout/right.png) left no-repeat;
  451. padding-left: 25px;
  452. }
  453. #menu #TDMap .sectionbg.open {
  454. background: url(../images/layout/down.png) left no-repeat;
  455. }
  456. #menu #TDMap section.item .linkContent li {
  457. background: #123d6a;
  458. }
  459. #menu #TDMap .zt-cbx {
  460. margin-left: 85px;
  461. vertical-align: middle;
  462. }
  463. #menu #TDMap section.item .linkContent .translate {
  464. margin-left: 5px;
  465. }
  466. #menu #TDMap section {
  467. border-bottom: 1px solid #235487;
  468. }
  469. #menu #TDMap section.item .linkContent li:nth-child(1) {
  470. border-top: 1px solid #235487;
  471. }
  472. /* #menu .sanWei li.item {
  473. position: relative;
  474. height: 40px;
  475. line-height: 40px;
  476. cursor: pointer;
  477. }
  478. #menu .sanWei li.item .no-bg {
  479. display: inline-block;
  480. margin-left: 80px;
  481. width: 250px;
  482. }
  483. #menu .sanWei li.item .zt-cbx{
  484. display: none;
  485. } */
  486. #menu li.item {
  487. position: relative;
  488. height: 40px;
  489. line-height: 40px;
  490. cursor: pointer;
  491. }
  492. #menu li.item .no-bg {
  493. display: inline-block;
  494. margin-left: 80px;
  495. width: 250px;
  496. }
  497. #menu li.item .zt-cbx {
  498. display: none;
  499. }
  500. /* 图层控制 */
  501. #layerControlMenu {
  502. position: absolute;
  503. width: 230px;
  504. display: none;
  505. left: 0px;
  506. z-index: 1002;
  507. }
  508. #layerControlMenu.bl {
  509. display: block;
  510. }
  511. #layerControlMenu .myLayers {
  512. /*line-height: 46px;*/
  513. width: 202px;
  514. border: 1px solid #aaaaaa;
  515. border-radius: 4px;
  516. background: rgba(64, 158, 230, 0.86);
  517. }
  518. #layerControlMenu .myLayers.active {
  519. width: 100%;
  520. }
  521. #layerControlMenu .myLayers.active .clearLayer {
  522. cursor: pointer;
  523. width: 18px;
  524. height: 18px;
  525. background: url(../images/layout/clear.png) no-repeat;
  526. margin: 13px 13px 0 0;
  527. }
  528. #layerControlMenu .layerListSwitch {
  529. cursor: pointer;
  530. width: 20px;
  531. height: 20px;
  532. margin: 15px 5px 0 0;
  533. background: url(../images/layout/arrow_down.png) 0 5px no-repeat;
  534. }
  535. #layerControlMenu .myLayers.active .layerListSwitch {
  536. background: url(../images/layout/arrow_up.png) 0 5px no-repeat;
  537. }
  538. #layerControlMenu .myLayers span.data-save {
  539. display: none !important;
  540. }
  541. #layerControlMenu .myLayers p {
  542. display: inline-block;
  543. }
  544. #layerControlMenu .im-m {
  545. cursor: move;
  546. /* background: url(../images/layout/layer_title_bg.png) no-repeat; */
  547. }
  548. #layerControlMenu .im-m .im-0 {
  549. padding-left: 20px;
  550. margin-left: 0;
  551. color: #fff;
  552. }
  553. #layerControlMenu .myLayers.active .im-m {
  554. line-height: 46px;
  555. border-bottom: 1px solid #000;
  556. /* background: url(../images/layout/layer-title-bg.png) no-repeat; */
  557. /* background: rgba(9, 30, 41, 0.8); */
  558. background: rgba(34, 78, 125, 0.8);
  559. border-radius: 4px;
  560. }
  561. #layerControlMenu .myLayers p:nth-child(1) {
  562. padding-right: 1%;
  563. /*width: 97%;*/
  564. display: block;
  565. line-height: 46px;
  566. border-bottom: 0;
  567. }
  568. #layerControlMenu .myLayers li {
  569. color: #fff;
  570. border-bottom: 1px solid #aaaaaa;
  571. position: relative;
  572. background: url(../images/layout/zhenyan.png) 45px 16px / 21px no-repeat;
  573. background-size: 20px;
  574. /*line-height: 46px;*/
  575. /*padding: 0 5px 5px 5px;*/
  576. }
  577. #layerControlMenu .myLayers li:last-child {
  578. border-bottom: none;
  579. }
  580. /* #layerControlMenu .myLayers li.sxlayer{
  581. background: none !important;
  582. } */
  583. #layerControlMenu .myLayers li .close {
  584. display: inline-block;
  585. text-align: center;
  586. cursor: pointer;
  587. font-size: 20px;
  588. width: 13px;
  589. height: 14px;
  590. line-height: 18px;
  591. border-radius: 100% 100%;
  592. vertical-align: top;
  593. margin: 19px 0 0 20px;
  594. /*opacity: 0;*/
  595. background: url(../images/layout/bg_close.png) no-repeat;
  596. text-indent: -111111px;
  597. background-size: 13px;
  598. }
  599. #layerControlMenu .myLayers li .close:hover {
  600. background: url(../images/layout/bg_close.png) no-repeat;
  601. background-size: 13px;
  602. }
  603. #layerControlMenu .myLayers li .fr {
  604. font-size: 14px;
  605. -webkit-user-select: none;
  606. -moz-user-select: none;
  607. -ms-user-select: none;
  608. user-select: none;
  609. }
  610. #layerControlMenu .myLayers li .fr.gear {
  611. width: 20px;
  612. height: 49px;
  613. cursor: pointer;
  614. margin-right: 0px;
  615. background: url(../images/layout/gear_gray.png) center no-repeat;
  616. filter: contrast(1000%);
  617. }
  618. #layerControlMenu .myLayers li .fr.location {
  619. width: 20px;
  620. height: 49px;
  621. cursor: pointer;
  622. margin-right: 0px;
  623. background: url(../images/layout/location.png) center no-repeat;
  624. filter: contrast(1000%);
  625. }
  626. #layerControlMenu .myLayers li .fr.stereoscopic_set {
  627. width: 20px;
  628. height: 49px;
  629. cursor: pointer;
  630. margin-right: 0px;
  631. background: url(../images/layout/gear_gray.png) center no-repeat;
  632. }
  633. #layerControlMenu .myLayers li .fr.legend {
  634. width: 20px;
  635. height: 49px;
  636. cursor: pointer;
  637. margin-right: 0px;
  638. background: url(../images/layout/atlas_info.png) center no-repeat;
  639. }
  640. #layerControlMenu .myLayers li .move {
  641. position: relative;
  642. width: 17px;
  643. height: 45px;
  644. margin: 0px 0 0 21px;
  645. vertical-align: top;
  646. }
  647. #layerControlMenu .myLayers li .up {
  648. cursor: pointer;
  649. background: url(../images/layout/up_gray.png) center no-repeat;
  650. width: 17px;
  651. height: 10px;
  652. position: absolute;
  653. top: 10px;
  654. left: 1px;
  655. }
  656. #layerControlMenu .myLayers li .down {
  657. cursor: pointer;
  658. background: url(../images/layout/down_gray.png) center no-repeat;
  659. width: 17px;
  660. height: 10px;
  661. position: absolute;
  662. top: 30px;
  663. left: -4px;
  664. }
  665. #layerControlMenu .myLayers li input {
  666. display: inline-block;
  667. position: absolute;
  668. width: 20px;
  669. top: 15px;
  670. left: 45px;
  671. height: 20px;
  672. vertical-align: text-bottom;
  673. }
  674. #layerControlMenu .myLayers li input[type="checkbox"] {
  675. opacity: 0;
  676. cursor: pointer;
  677. }
  678. #layerControlMenu .myLayers span {
  679. display: inline-block;
  680. }
  681. #layerControlMenu .myLayers .scroll-bar {
  682. max-height: 250px;
  683. overflow: auto;
  684. /* background: #f5f5f5; */
  685. /* border: 1px solid #01b7ff; */
  686. border-top: none;
  687. }
  688. #layerControlMenu .myLayers li .clearfix {
  689. width: 97%;
  690. padding-right: 3%;
  691. position: relative;
  692. }
  693. #layerControlMenu .myLayers .mn-content span.data-name {
  694. width: 90px;
  695. overflow: hidden;
  696. white-space: nowrap;
  697. text-overflow: ellipsis;
  698. vertical-align: top;
  699. line-height: 50px;
  700. margin-left: 40px;
  701. }
  702. #layerControlMenu .myLayers .op {
  703. position: relative;
  704. margin: 0px 5px;
  705. width: 85px;
  706. height: 5px;
  707. background: #001550;
  708. }
  709. #layerControlMenu .myLayers .op .chang {
  710. position: absolute;
  711. left: 0;
  712. top: 0;
  713. background: #299eef;
  714. width: 0;
  715. height: 5px;
  716. vertical-align: middle;
  717. }
  718. #layerControlMenu .myLayers .op .yuan {
  719. width: 12px;
  720. height: 12px;
  721. position: absolute;
  722. top: -5px;
  723. left: 0px;
  724. background: #378be0;
  725. border: 1px solid #378be0;
  726. border-radius: 100% 100%;
  727. cursor: pointer;
  728. -webkit-user-select: none;
  729. -moz-user-select: none;
  730. -ms-user-select: none;
  731. user-select: none;
  732. }
  733. #layerControlMenu .myLayers .layer-detail {
  734. display: inline-block;
  735. width: 12px;
  736. height: 15px;
  737. background: url(../images/layout/detail.png) no-repeat;
  738. vertical-align: text-bottom;
  739. margin-left: 7px;
  740. cursor: pointer;
  741. }
  742. #layerControlMenu .myLayers .layer-cale {
  743. display: inline-block;
  744. width: 17px;
  745. height: 16px;
  746. background: url(../images/layout/star.png) no-repeat;
  747. vertical-align: text-bottom;
  748. cursor: pointer;
  749. }
  750. #layerControlMenu .myLayers .down {
  751. margin-left: 5px;
  752. }
  753. #layerControlMenu .myLayers .mn-act.no .wSet {
  754. opacity: 0;
  755. }
  756. #layerControlMenu .myLayers .mn-act.yes .wSet {
  757. opacity: 1;
  758. }
  759. #layerControlMenu .mn-content .mn-act {
  760. display: none;
  761. margin-left: 20px;
  762. font-size: 12px;
  763. margin-top: -5px;
  764. padding-bottom: 5px;
  765. line-height: 46px;
  766. }
  767. #layerControlMenu .mn-content .mn-act.active {
  768. display: block;
  769. }
  770. #layerControlMenu .mn-content .mn-act.DS {
  771. margin-left: 10px;
  772. }
  773. #layerControlMenu .myLayers li .DS .move {
  774. margin: 0;
  775. }
  776. #layerControlMenu .mn-content .mn-act .layer-cale {
  777. margin: 0 5px;
  778. }
  779. #layerControlMenu .mn-content p.tip-none {
  780. text-align: center;
  781. display: none;
  782. }
  783. #layerControlMenu .dao {
  784. margin-left: 20px;
  785. }
  786. #layerControlMenu .infoMenu .im-1 ul.menu-content {
  787. /*max-height: 168px;*/
  788. /*overflow: auto;*/
  789. }
  790. #layerControlMenu .no-bg {
  791. background: none !important;
  792. }
  793. #layerControlMenu .mn-content {
  794. display: none;
  795. /* background: #fff; */
  796. }
  797. #layerControlMenu .active .mn-content {
  798. display: block;
  799. }
  800. #menu-title {
  801. position: absolute;
  802. top: 800px;
  803. left: 0;
  804. width: 100%;
  805. color: transparent;
  806. cursor: pointer;
  807. line-height: 66px;
  808. background: url(../images/layout/logo.png) center no-repeat;
  809. }
  810. #menu .taiShiTool {
  811. line-height: 35px;
  812. padding-bottom: 10px;
  813. vertical-align: middle;
  814. margin: 0px 0px 0px 0px;
  815. }
  816. .meun-checkBox {
  817. position: absolute;
  818. width: 20px;
  819. height: 18px;
  820. left: 50px;
  821. top: 11px;
  822. }
  823. .commitbtn .meun-checkBox {
  824. margin: 0px !important;
  825. padding: 0px !important;
  826. }
  827. .meun-checkBox.menu-select-no {
  828. opacity: 0.64;
  829. }
  830. .menu-select-no {
  831. color: #fff;
  832. background: url("../images/weixing/selected-no.png") no-repeat 3px center !important;
  833. }
  834. .menu-select {
  835. color: #03e3fa;
  836. background: url("../images/weixing/selected.png") no-repeat 3px center !important;
  837. }
  838. .menu-select+.translate {
  839. color: #fdda34;
  840. }
  841. .satellite .meun-checkBox,
  842. .ts .meun-checkBox {
  843. left: 35px;
  844. }
  845. .eye {
  846. display: inline-block;
  847. text-indent: -1111111111px;
  848. background: url(../images/layout/biyan.png) no-repeat;
  849. background-size: 20px;
  850. position: absolute;
  851. top: 22px;
  852. left: 48px;
  853. width: 20px;
  854. height: 12px;
  855. }
  856. .eye.checkTrue {
  857. background: url(../images/layout/zhenyan.png) no-repeat;
  858. background-size: 20px;
  859. top: 18px;
  860. }
  861. #layerControlMenu .myLayers span.eye {
  862. display: none;
  863. }
  864. .myLayer .clearfix:after {
  865. display: inline-block;
  866. }
  867. .menu-scroll .gongxin {
  868. /* display: none; */
  869. }
  870. #wrapper .sx-video-content {
  871. width: 492px;
  872. /*width:500px;*/
  873. height: 78px;
  874. }
  875. #wrapper .sx-video-title {
  876. height: 20px;
  877. }
  878. #wrapper .sx-video-panel {
  879. height: 54px;
  880. background: #1257ac;
  881. border: 1px solid #03e3fa;
  882. /*clear: both;*/
  883. }
  884. #wrapper .sx-video-panel-left {
  885. height: 54px;
  886. width: 14px;
  887. float: left;
  888. background: url(../../scripts/meteo/other/meteoVideo/img/border-left.png) no-repeat;
  889. }
  890. #wrapper .sx-video-panel-right {
  891. height: 54px;
  892. width: 14px;
  893. float: right;
  894. background: url(../../scripts/meteo/other/meteoVideo/img/border-right.png) no-repeat;
  895. }
  896. #wrapper .sx-video-panel-center {
  897. width: 400px;
  898. height: 54px;
  899. float: left;
  900. margin-left: 20px;
  901. }
  902. #wrapper .sx-title-left {
  903. height: 20px;
  904. width: auto;
  905. float: left;
  906. max-width: 600px;
  907. }
  908. #wrapper .sx-title-left .sx-title-left-l {
  909. width: 7px;
  910. height: 20px;
  911. float: left;
  912. background: url(../../scripts/meteo/other/meteoVideo/img/title-lbg.png) no-repeat;
  913. }
  914. #wrapper .sx-title-left .sx-title-left-c {
  915. float: left;
  916. height: 20px;
  917. min-width: 92px;
  918. font-size: 13px;
  919. color: #fff;
  920. background: url(../../scripts/meteo/other/meteoVideo/img/title-cbg.png) repeat-x;
  921. }
  922. #wrapper .sx-title-left .sx-title-left-r {
  923. width: 20px;
  924. height: 20px;
  925. float: left;
  926. background: url(../../scripts/meteo/other/meteoVideo/img/title-rbg.png) no-repeat;
  927. }
  928. #wrapper .sx-title-right-close {
  929. width: 24px;
  930. height: 20px;
  931. float: right;
  932. cursor: pointer;
  933. margin-top: 2px;
  934. background: url(../../scripts/meteo/other/meteoVideo/img/btn_close.png) 0 5px no-repeat;
  935. }
  936. #wrapper .sx-video-progress-total {
  937. height: 24px;
  938. width: 400px;
  939. }
  940. #wrapper .sx-video-progress-div {
  941. margin-top: 18px;
  942. height: 6px;
  943. float: left;
  944. }
  945. #wrapper .sx-video-progress {
  946. height: 6px;
  947. width: 400px;
  948. cursor: pointer;
  949. position: relative;
  950. background: url(../../scripts/meteo/other/meteoVideo/img/time-progress.png) no-repeat;
  951. }
  952. #wrapper .sx-video-progress_btn {
  953. height: 24px;
  954. width: 24px;
  955. cursor: pointer;
  956. position: absolute;
  957. top: -11px;
  958. left: -11px;
  959. background: url(../../scripts/meteo/other/meteoVideo/img/point.png) no-repeat;
  960. }
  961. #wrapper .sx-video-opt {
  962. height: 30px;
  963. width: 400px;
  964. float: left;
  965. }
  966. #wrapper .sx-video-bottom {
  967. position: absolute;
  968. left: 200px;
  969. height: 30px;
  970. width: 160px;
  971. margin: 7px 0px 0px 0px;
  972. float: left;
  973. text-align: center;
  974. }
  975. #wrapper .sx-video-btn-group {
  976. position: absolute;
  977. left: -30px;
  978. width: 160px;
  979. height: 24px;
  980. float: left;
  981. margin-left: 18px;
  982. text-align: center;
  983. }
  984. #wrapper .sx-start-time {
  985. color: #fff;
  986. width: 160px;
  987. font-size: 8px;
  988. float: left;
  989. height: 24px;
  990. margin-top: 3px;
  991. text-align: left;
  992. }
  993. #wrapper .sx-end-time {
  994. color: #fff;
  995. float: left;
  996. width: 120px;
  997. font-size: 8px;
  998. height: 24px;
  999. margin-top: 3px;
  1000. text-align: right;
  1001. }
  1002. #wrapper .sx-video-btn-stop {
  1003. width: 12px;
  1004. height: 12px;
  1005. float: left;
  1006. cursor: pointer;
  1007. }
  1008. #wrapper .sx-video-btn-back {
  1009. width: 10px;
  1010. margin-left: 25px;
  1011. height: 14px;
  1012. float: left;
  1013. cursor: pointer;
  1014. }
  1015. #wrapper .sx-video-btn-play {
  1016. width: 12px;
  1017. height: 16px;
  1018. margin-left: 25px;
  1019. float: left;
  1020. cursor: pointer;
  1021. }
  1022. #wrapper .sx-video-btn-next {
  1023. width: 10px;
  1024. margin-left: 25px;
  1025. height: 14px;
  1026. float: left;
  1027. cursor: pointer;
  1028. }
  1029. #wrapper .sx-video-progress-count {
  1030. /* width: 60px; */
  1031. height: 53px;
  1032. color: #03e3fa;
  1033. font-size: 12px;
  1034. float: left;
  1035. }
  1036. #wrapper .sx-video-progress-times {
  1037. height: 16px;
  1038. margin: 10px 0px 0px 4px;
  1039. }
  1040. #wrapper .sx-video-progress-nowtime {
  1041. color: #03e3fa;
  1042. font-size: 12px;
  1043. }
  1044. #wrapper .sx-video-progress-lasttime {
  1045. color: #03e3fa;
  1046. font-size: 12px;
  1047. }
  1048. #wrapper .sx-video-progress-bottom {
  1049. float: left;
  1050. height: 24px;
  1051. width: 60px;
  1052. }
  1053. #wrapper .sx-video-query-btn {
  1054. height: 24px;
  1055. width: 22px;
  1056. cursor: pointer;
  1057. margin-left: 20px;
  1058. background: url(../../scripts/meteo/other/meteoVideo/img/time-queryBtn.png) no-repeat;
  1059. }
  1060. #wrapper .sx-video-query-panel {
  1061. display: none;
  1062. width: 260px;
  1063. height: 53px;
  1064. position: relative;
  1065. float: left;
  1066. }
  1067. #wrapper .sx-video-ipt-div {
  1068. width: 220px;
  1069. height: 53px;
  1070. }
  1071. #wrapper .sx-video-query-ipt {
  1072. padding: 2px;
  1073. width: 220px;
  1074. height: 24px;
  1075. }
  1076. #wrapper .sx-video-query-label {
  1077. color: #fff;
  1078. text-align: center;
  1079. vertical-align: middle;
  1080. font-size: 13px;
  1081. }
  1082. #wrapper .sx-video-query-div {
  1083. position: absolute;
  1084. height: 53px;
  1085. top: 8px;
  1086. right: 3px;
  1087. width: 40px;
  1088. }
  1089. #wrapper .sx-video-query-btns {
  1090. height: 21px;
  1091. width: 29px;
  1092. color: #1257ac;
  1093. text-align: center;
  1094. vertical-align: middle;
  1095. padding: 5px;
  1096. background: #fff;
  1097. cursor: pointer;
  1098. border-radius: 4px;
  1099. border: 1px solid #03e3fa;
  1100. }
  1101. #wrapper .sx-video-query-btns:hover {
  1102. font-weight: bold;
  1103. background: #cbffc3;
  1104. opacity: 0.8;
  1105. }
  1106. #wrapper .sx-video-stop-img {
  1107. background: url(../../scripts/meteo/other/meteoVideo/img/stop_gray.png) no-repeat;
  1108. }
  1109. #wrapper .sx-video-back-img {
  1110. background: url(../../scripts/meteo/other/meteoVideo/img/prev_gray.png) no-repeat;
  1111. }
  1112. #wrapper .sx-video-play-img {
  1113. background: url(../../scripts/meteo/other/meteoVideo/img/play.png) no-repeat;
  1114. }
  1115. #wrapper .sx-video-parse-img {
  1116. background: url(../../scripts/meteo/other/meteoVideo/img/pause.png) no-repeat;
  1117. }
  1118. #wrapper .sx-video-next-img {
  1119. background: url(../../scripts/meteo/other/meteoVideo/img/next_gray.png) no-repeat;
  1120. }
  1121. #wrapper .sx-video-stop-img-blue {
  1122. background: url(../../scripts/meteo/other/meteoVideo/img/stop_blue.png) no-repeat;
  1123. }
  1124. #wrapper .sx-video-back-img-blue {
  1125. background: url(../../scripts/meteo/other/meteoVideo/img/prev_blue.png) no-repeat;
  1126. }
  1127. #wrapper .sx-video-play-img-blue {
  1128. background: url(../../scripts/meteo/other/meteoVideo/img/next_blue.png) no-repeat;
  1129. }
  1130. #wrapper .sx-video-next-img-blue {
  1131. background: url(../../scripts/meteo/other/meteoVideo/img/next_blue.png) no-repeat;
  1132. }
  1133. .shixu-time-box {
  1134. display: none;
  1135. position: absolute;
  1136. bottom: 86px;
  1137. left: 50%;
  1138. margin-left: -248px;
  1139. }
  1140. #wrapper .sx-title-left-c .title {
  1141. margin: 0 5px;
  1142. }
  1143. #wrapper .sx-title-left-c .time {
  1144. color: #03e3fa;
  1145. font-weight: 800;
  1146. }
  1147. /* #vuemenu {
  1148. max-height: 480px;
  1149. } */
  1150. #vuemenu .treeContainer {
  1151. max-height: 480px;
  1152. overflow: hidden;
  1153. overflow-y: auto;
  1154. }
  1155. #vuemenu .el-input__inner {
  1156. width: calc(100% - 20px);
  1157. margin: 10px 10px;
  1158. background: transparent;
  1159. color: #ffffff;
  1160. }
  1161. #vuemenu .el-input__inner:focus {
  1162. border-color: #ffffff;
  1163. }
  1164. #vuemenu .el-input__inner::placeholder {
  1165. color: #ffffff;
  1166. }
  1167. /* element-ui */
  1168. .el-tree {
  1169. background: transparent;
  1170. color: #fff;
  1171. }
  1172. .el-tree-node .is-leaf+.el-checkbox .el-checkbox__inner {
  1173. display: inline-block !important;
  1174. }
  1175. .el-tree-node .el-checkbox .el-checkbox__inner {
  1176. display: none !important;
  1177. }
  1178. .el-tree-node .el-checkbox .el-checkbox__input.is-disabled {
  1179. display: none !important;
  1180. }
  1181. /* #vuemenu .el-tree>.el-tree-node:nth-child(4) .el-checkbox__inner {
  1182. display: none !important;
  1183. } */
  1184. .el-tree-node__content:hover {
  1185. background-color: transparent;
  1186. }
  1187. .el-tree-node:focus>.el-tree-node__content {
  1188. background-color: transparent;
  1189. }
  1190. .el-tree-node__content {
  1191. height: 40px;
  1192. }
  1193. .el-tree-node__label {
  1194. font-size: 16px;
  1195. }
  1196. .el-tree__empty-text {
  1197. color: #ffffff;
  1198. }