12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421 |
- .fl {
- float: left;
- }
- .fr {
- float: right;
- }
- .clearfix:after {
- content: ".";
- display: block;
- height: 0pt;
- clear: both;
- visibility: hidden;
- }
- .clearfix {
- display: block;
- }
- #layerControlMenu .myLayers .clearfix {
- display: inline-block;
- }
- #layerControlMenu .myLayers .clearfix:after {
- content: ".";
- display: inline-block;
- height: 0pt;
- clear: both;
- visibility: hidden;
- }
- #menu.moveOut {
- /*left: 0px;*/
- }
- #menu {
- position: absolute;
- top: 70px;
- left: 0px;
- width: 340px;
- /*height: 631px;*/
- /* background: #1257ac; */
- background: rgba(64, 158, 255, 0.86);
- z-index: 1001;
- }
- #menu .menu-title {
- color: #fff;
- height: 50px;
- line-height: 50px;
- font-size: 18px;
- padding: 0 0 0 20px;
- border-bottom: 1px solid rgba(64, 208, 255, 0.86);
- }
- #menu .menu-title p {
- display: inline-block;
- float: right;
- position: relative;
- right: 15px;
- height: 50px;
- width: 25px;
- background: url(../images/layout/menu-title.png);
- cursor: pointer;
- }
- #menu .im-0 {
- cursor: pointer;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- margin-left: 20px;
- padding-left: 35px;
- }
- #menu .menu-scroll {
- max-height: 700px;
- overflow: hidden;
- overflow-y: auto;
- /* background: #1f5e9f; */
- }
- #menu .mnsc {
- max-height: 600px;
- overflow: auto;
- }
- /* 菜单各项图标 */
- #menu .menu-base.infoMenu .im-0 {
- background: url(../images/layout/menu.png) left no-repeat;
- background-size: 17px;
- }
- #menu p.zhuanTi {
- background: url(../images/layout/zhuanti.png) no-repeat 0px 18px;
- }
- #menu p.hailiang {
- background: url(../images/layout/menu-list.png) no-repeat -11px -30px;
- }
- #menu p.tdm {
- background: url(../images/layout/menu-list.png) no-repeat -11px -74px;
- }
- #menu p.infoIcon {
- background: url(../images/layout/menu-list.png) no-repeat -11px -118px;
- }
- #menu p.kuozhan {
- background: url(../images/layout/menu-list.png) no-repeat -11px -166px;
- }
- /* 图层控制图标 */
- /*#menu span.menu-layer-title{
- background: url(../images/layout/layer.png) left no-repeat;
- background-size: 20px;
- }*/
- #menu li {
- line-height: 49px;
- /* background: #1257ab; */
- color: #fff;
- font-size: 14px;
- }
- #menu li.menu-base {
- border-bottom: 1px solid rgba(64, 208, 255, 0.86);
- }
- #menu li.menu-base:hover > p span,
- #menu li.menu-base.active > p span {
- color: #fdda34;
- }
- #menu .print {
- padding: 10px;
- padding-left: 0;
- }
- #menu .print span {
- display: inline-block;
- text-align: left;
- width: 50px;
- margin-left: 40px;
- font-size: 14px;
- }
- #menu .print .ctr {
- text-align: center;
- }
- #menu .print select,
- #menu .print button {
- line-height: 32px;
- height: 32px;
- border: 1px solid #a4a4a4;
- border-radius: 4px;
- background: #fff;
- color: #666;
- }
- #menu .print #paper {
- width: 90px;
- }
- #menu .print #ruler {
- width: 154px;
- }
- #menu .print .PDF {
- width: 212px;
- }
- #menu .print #legend {
- margin-left: 40px;
- }
- #menu .print #cdGrid {
- margin-left: 50px;
- }
- #menu .print input[type="checkbox"] {
- background: #fff;
- vertical-align: middle;
- }
- #menu .print label {
- font-size: 14px;
- margin-left: 5px;
- }
- #menu .print p {
- margin-top: -5px;
- }
- #menu .mn-content {
- display: none;
- /* background: #1f5e9f; */
- }
- #menu .infoMenu {
- }
- #menu .infoMenu li {
- border-left: none;
- border-right: none;
- background: #365162;
- }
- #menu .infoMenu li span:hover,
- #menu .infoMenu .im-2 a:hover,
- #menu .infoMenu .im-3 div:hover {
- color: #fdda34;
- }
- #menu .infoMenu .fu {
- cursor: pointer;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- height: 40px;
- line-height: 40px;
- }
- #menu .infoMenu .fu span {
- display: inline-block;
- margin-left: 40px;
- padding-left: 24px;
- background: url(../images/layout/right.png) left no-repeat;
- }
- #menu .infoMenu .commitMecal .startCommit {
- display: none;
- }
- #menu .infoMenu .commitMecal .startCommit p,
- #menu .infoMenu .commitMecal .stopCommit p {
- text-indent: 37px;
- cursor: default;
- }
- #menu .infoMenu .im-2 .fu span {
- margin-left: 50px;
- font-size: 14px;
- }
- #menu .infoMenu .commitMecal .startCommit span {
- color: #0ff;
- padding: 0px;
- margin-left: 10px;
- cursor: pointer;
- }
- #menu .infoMenu .commitMecal .stopCommit span {
- color: #f00;
- padding: 0px;
- margin-left: 10px;
- cursor: pointer;
- }
- #menu .infoMenu .active .fu span {
- background: url(../images/layout/down.png) left no-repeat;
- }
- #menu .infoMenu .active .im-2 .fu span {
- background: url(../images/layout/right.png) left no-repeat;
- }
- #menu .infoMenu .active .im-2.active .fu span,
- #menu .infoMenu .active .im-2 .fu.active span {
- background: url(../images/layout/down.png) left no-repeat;
- }
- #menu .infoMenu .im-1 {
- border-top: 1px solid rgba(64, 208, 255, 0.86);
- position: relative;
- }
- #menu #exKuozhan.infoMenu .im-1 {
- padding-left: 64px;
- }
- #menu .infoMenu .im-2 {
- border-bottom: 1px solid #06418a;
- }
- #menu .infoMenu .im-1 ul li.im-3 {
- background: #124071;
- border-top: 1px solid #235487;
- padding-left: 20px;
- }
- #menu .infoMenu .im-1 ul li.im-3 span {
- font-size: 12px;
- }
- #menu .infoMenu .im-3 li {
- line-height: 35px;
- font-size: 14px;
- }
- #menu .infoMenu .im-3 li .fr {
- display: inline-block;
- font-size: 12px;
- width: 16px;
- line-height: 16px;
- text-align: center;
- border: 1px solid #fff;
- border-radius: 100% 100%;
- margin: 9px 28px 0 5px;
- cursor: pointer;
- color: #fff;
- opacity: 0.26;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
- #menu .infoMenu .im-3 input[type="checkbox"] {
- margin-right: 5px;
- }
- #menu li.switch {
- height: 12px;
- background: url(../images/layout/drag-bar.png) center no-repeat;
- cursor: pointer;
- }
- #menu .active .mn-content {
- display: block;
- }
- #menu .active .im-0,
- #menu .active .im-m {
- /*background: #4577A6;*/
- color: #fff;
- }
- #menu .infoMenu .im-1 ul {
- display: none;
- /* background: #184A7E; */
- }
- #menu .infoMenu .im-1 ul li {
- /* background: #0f4a8b; */
- cursor: pointer;
- }
- #menu .myLayers li {
- background: #1f5e9f;
- }
- #menu .infoMenu .im-1 .im-3 li {
- background: #123d6a;
- margin-left: 35px;
- }
- #menu .infoMenu .im-1.active ul {
- display: block;
- }
- #menu .infoMenu .im-1.active .im-2 ul {
- display: none;
- }
- #menu .infoMenu .im-1.active .im-2.active ul {
- display: block;
- }
- #menu .infoMenu .im-2 ul.im-3 {
- display: none;
- padding: 8px 0 8px 56px;
- border-top: 1px solid #235487;
- background: #123d6a;
- }
- #menu .infoMenu .im-1 .im-2.active ul.im-3 {
- display: block;
- }
- #menu .im-m {
- cursor: move;
- }
- #menu .im-m a {
- line-height: 49px;
- text-align: center;
- display: inline-block;
- }
- #menu .im-m a span {
- font-size: 14px;
- color: #eee;
- height: 16px;
- line-height: 16px;
- width: 46px;
- /*border-left: 1px solid #06B2DC;*/
- }
- #menu .im-m a.dao span {
- border: none;
- }
- #menu .im-m a.a-upload {
- position: relative;
- cursor: pointer;
- overflow: hidden;
- *display: inline;
- *zoom: 1;
- margin: 5px 0 5px 70px;
- vertical-align: middle;
- }
- #menu .im-m a.a-upload input {
- position: absolute;
- font-size: 100px;
- right: 0;
- top: 0;
- opacity: 0;
- filter: alpha(opacity=0);
- cursor: pointer;
- }
- #menu .im-m a:hover span,
- #menu .im-m a.active span {
- color: #444;
- background: #01b7ff;
- text-decoration: none;
- }
- #menu .mn-content .mn-act {
- display: none;
- margin-left: 40px;
- font-size: 12px;
- margin-top: -5px;
- padding-bottom: 5px;
- }
- #menu .mn-content .mn-act.active {
- display: block;
- }
- #menu .mn-content .mn-act .layer-cale {
- margin: 0 5px;
- }
- #menu .mn-content p.tip-none {
- text-align: center;
- display: none;
- }
- #menu .dao {
- margin-left: 20px;
- }
- #menu .infoMenu .im-1 ul.menu-content {
- max-height: 168px;
- overflow: auto;
- }
- #menu .no-bg {
- background: none !important;
- }
- #menu .dzzy .ztContent {
- /* display: none; */
- }
- #menu .dzzy .ztContent.active {
- /* display: block; */
- }
- /*#menu .dzzy .zhuanTi{
- border-top: 1px solid #1961b6;
- }*/
- #menu .dzzy .sectionbg {
- margin-left: 40px;
- background: url(../images/layout/right.png) left no-repeat;
- padding-left: 25px;
- height: 40px;
- line-height: 40px;
- }
- #menu .dzzy .sectionbg.open {
- background: url(../images/layout/down.png) left no-repeat;
- color: #fdda34;
- }
- #menu .dzzy section.item .linkContent li {
- /* background: #123d6a; */
- border-bottom: 1px solid #44616d;
- height: 40px;
- line-height: 40px;
- position: relative;
- }
- #menu .dzzy .zt-cbx {
- margin-left: 85px;
- vertical-align: middle;
- display: none;
- }
- #menu .dzzy section.item .linkContent .translate {
- margin-left: 80px;
- display: inline-block;
- width: 250px;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- #menu .dzzy section {
- border-bottom: 1px solid #44616d;
- cursor: pointer;
- }
- /*#menu .dzzy section:nth-child(1){
- border-top: 1px solid #235487;
- }*/
- #menu .dzzy section.item .linkContent li:nth-child(1) {
- border-top: 1px solid #235487;
- }
- #menu .ml74 {
- margin-left: 74px;
- }
- #menu #TDMap .tdmapContent {
- /*display: none;*/
- }
- #menu #TDMap .tdmapContent.active {
- /*display: block;*/
- }
- #menu #TDMap .tianditu {
- border-bottom: 1px solid #2a67a5;
- }
- #menu #TDMap .sectionbg {
- margin-left: 65px;
- background: url(../images/layout/right.png) left no-repeat;
- padding-left: 25px;
- }
- #menu #TDMap .sectionbg.open {
- background: url(../images/layout/down.png) left no-repeat;
- }
- #menu #TDMap section.item .linkContent li {
- background: #123d6a;
- }
- #menu #TDMap .zt-cbx {
- margin-left: 85px;
- vertical-align: middle;
- }
- #menu #TDMap section.item .linkContent .translate {
- margin-left: 5px;
- }
- #menu #TDMap section {
- border-bottom: 1px solid #235487;
- }
- #menu #TDMap section.item .linkContent li:nth-child(1) {
- border-top: 1px solid #235487;
- }
- /* #menu .sanWei li.item {
- position: relative;
- height: 40px;
- line-height: 40px;
- cursor: pointer;
- }
- #menu .sanWei li.item .no-bg {
- display: inline-block;
- margin-left: 80px;
- width: 250px;
- }
- #menu .sanWei li.item .zt-cbx{
- display: none;
- } */
- #menu li.item {
- position: relative;
- height: 40px;
- line-height: 40px;
- cursor: pointer;
- }
- #menu li.item .no-bg {
- display: inline-block;
- margin-left: 80px;
- width: 250px;
- }
- #menu li.item .zt-cbx {
- display: none;
- }
- /* 图层控制 */
- #layerControlMenu {
- position: absolute;
- width: 230px;
- display: none;
- left: 0px;
- z-index: 1002;
- }
- #layerControlMenu.bl {
- display: block;
- }
- #layerControlMenu .myLayers {
- /*line-height: 46px;*/
- width: 202px;
- border: 1px solid #aaaaaa;
- border-radius: 4px;
- background: rgba(64, 158, 230, 0.86);
- }
- #layerControlMenu .myLayers.active {
- width: 100%;
- }
- #layerControlMenu .myLayers.active .clearLayer {
- cursor: pointer;
- width: 18px;
- height: 18px;
- background: url(../images/layout/clear.png) no-repeat;
- margin: 13px 13px 0 0;
- }
- #layerControlMenu .layerListSwitch {
- cursor: pointer;
- width: 20px;
- height: 20px;
- margin: 15px 5px 0 0;
- background: url(../images/layout/arrow_down.png) 0 5px no-repeat;
- }
- #layerControlMenu .myLayers.active .layerListSwitch {
- background: url(../images/layout/arrow_up.png) 0 5px no-repeat;
- }
- #layerControlMenu .myLayers span.data-save {
- display: none !important;
- }
- #layerControlMenu .myLayers p {
- display: inline-block;
- }
- #layerControlMenu .im-m {
- cursor: move;
- /* background: url(../images/layout/layer_title_bg.png) no-repeat; */
- }
- #layerControlMenu .im-m .im-0 {
- padding-left: 20px;
- margin-left: 0;
- color: #fff;
- }
- #layerControlMenu .myLayers.active .im-m {
- line-height: 46px;
- border-bottom: 1px solid #000;
- /* background: url(../images/layout/layer-title-bg.png) no-repeat; */
- /* background: rgba(9, 30, 41, 0.8); */
- background: rgba(34, 78, 125, 0.8);
- border-radius: 4px;
- }
- #layerControlMenu .myLayers p:nth-child(1) {
- padding-right: 1%;
- /*width: 97%;*/
- display: block;
- line-height: 46px;
- border-bottom: 0;
- }
- #layerControlMenu .myLayers li {
- color: #fff;
- border-bottom: 1px solid #aaaaaa;
- position: relative;
- background: url(../images/layout/zhenyan.png) 45px 16px / 21px no-repeat;
- background-size: 20px;
- /*line-height: 46px;*/
- /*padding: 0 5px 5px 5px;*/
- }
- #layerControlMenu .myLayers li:last-child {
- border-bottom: none;
- }
- /* #layerControlMenu .myLayers li.sxlayer{
- background: none !important;
- } */
- #layerControlMenu .myLayers li .close {
- display: inline-block;
- text-align: center;
- cursor: pointer;
- font-size: 20px;
- width: 13px;
- height: 14px;
- line-height: 18px;
- border-radius: 100% 100%;
- vertical-align: top;
- margin: 19px 0 0 20px;
- /*opacity: 0;*/
- background: url(../images/layout/bg_close.png) no-repeat;
- text-indent: -111111px;
- background-size: 13px;
- }
- #layerControlMenu .myLayers li .close:hover {
- background: url(../images/layout/bg_close.png) no-repeat;
- background-size: 13px;
- }
- #layerControlMenu .myLayers li .fr {
- font-size: 14px;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
- #layerControlMenu .myLayers li .fr.gear {
- width: 20px;
- height: 49px;
- cursor: pointer;
- margin-right: 0px;
- background: url(../images/layout/gear_gray.png) center no-repeat;
- filter: contrast(1000%);
- }
- #layerControlMenu .myLayers li .fr.location {
- width: 20px;
- height: 49px;
- cursor: pointer;
- margin-right: 0px;
- background: url(../images/layout/location.png) center no-repeat;
- filter: contrast(1000%);
- }
- #layerControlMenu .myLayers li .fr.stereoscopic_set {
- width: 20px;
- height: 49px;
- cursor: pointer;
- margin-right: 0px;
- background: url(../images/layout/gear_gray.png) center no-repeat;
- }
- #layerControlMenu .myLayers li .fr.legend {
- width: 20px;
- height: 49px;
- cursor: pointer;
- margin-right: 0px;
- background: url(../images/layout/atlas_info.png) center no-repeat;
- }
- #layerControlMenu .myLayers li .move {
- position: relative;
- width: 17px;
- height: 45px;
- margin: 0px 0 0 21px;
- vertical-align: top;
- }
- #layerControlMenu .myLayers li .up {
- cursor: pointer;
- background: url(../images/layout/up_gray.png) center no-repeat;
- width: 17px;
- height: 10px;
- position: absolute;
- top: 10px;
- left: 1px;
- }
- #layerControlMenu .myLayers li .down {
- cursor: pointer;
- background: url(../images/layout/down_gray.png) center no-repeat;
- width: 17px;
- height: 10px;
- position: absolute;
- top: 30px;
- left: -4px;
- }
- #layerControlMenu .myLayers li input {
- display: inline-block;
- position: absolute;
- width: 20px;
- top: 15px;
- left: 45px;
- height: 20px;
- vertical-align: text-bottom;
- }
- #layerControlMenu .myLayers li input[type="checkbox"] {
- opacity: 0;
- cursor: pointer;
- }
- #layerControlMenu .myLayers span {
- display: inline-block;
- }
- #layerControlMenu .myLayers .scroll-bar {
- max-height: 250px;
- overflow: auto;
- /* background: #f5f5f5; */
- /* border: 1px solid #01b7ff; */
- border-top: none;
- }
- #layerControlMenu .myLayers li .clearfix {
- width: 97%;
- padding-right: 3%;
- position: relative;
- }
- #layerControlMenu .myLayers .mn-content span.data-name {
- width: 90px;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- vertical-align: top;
- line-height: 50px;
- margin-left: 40px;
- }
- #layerControlMenu .myLayers .op {
- position: relative;
- margin: 0px 5px;
- width: 85px;
- height: 5px;
- background: #001550;
- }
- #layerControlMenu .myLayers .op .chang {
- position: absolute;
- left: 0;
- top: 0;
- background: #299eef;
- width: 0;
- height: 5px;
- vertical-align: middle;
- }
- #layerControlMenu .myLayers .op .yuan {
- width: 12px;
- height: 12px;
- position: absolute;
- top: -5px;
- left: 0px;
- background: #378be0;
- border: 1px solid #378be0;
- border-radius: 100% 100%;
- cursor: pointer;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
- #layerControlMenu .myLayers .layer-detail {
- display: inline-block;
- width: 12px;
- height: 15px;
- background: url(../images/layout/detail.png) no-repeat;
- vertical-align: text-bottom;
- margin-left: 7px;
- cursor: pointer;
- }
- #layerControlMenu .myLayers .layer-cale {
- display: inline-block;
- width: 17px;
- height: 16px;
- background: url(../images/layout/star.png) no-repeat;
- vertical-align: text-bottom;
- cursor: pointer;
- }
- #layerControlMenu .myLayers .down {
- margin-left: 5px;
- }
- #layerControlMenu .myLayers .mn-act.no .wSet {
- opacity: 0;
- }
- #layerControlMenu .myLayers .mn-act.yes .wSet {
- opacity: 1;
- }
- #layerControlMenu .mn-content .mn-act {
- display: none;
- margin-left: 20px;
- font-size: 12px;
- margin-top: -5px;
- padding-bottom: 5px;
- line-height: 46px;
- }
- #layerControlMenu .mn-content .mn-act.active {
- display: block;
- }
- #layerControlMenu .mn-content .mn-act.DS {
- margin-left: 10px;
- }
- #layerControlMenu .myLayers li .DS .move {
- margin: 0;
- }
- #layerControlMenu .mn-content .mn-act .layer-cale {
- margin: 0 5px;
- }
- #layerControlMenu .mn-content p.tip-none {
- text-align: center;
- display: none;
- }
- #layerControlMenu .dao {
- margin-left: 20px;
- }
- #layerControlMenu .infoMenu .im-1 ul.menu-content {
- /*max-height: 168px;*/
- /*overflow: auto;*/
- }
- #layerControlMenu .no-bg {
- background: none !important;
- }
- #layerControlMenu .mn-content {
- display: none;
- /* background: #fff; */
- }
- #layerControlMenu .active .mn-content {
- display: block;
- }
- #menu-title {
- position: absolute;
- top: 800px;
- left: 0;
- width: 100%;
- color: transparent;
- cursor: pointer;
- line-height: 66px;
- background: url(../images/layout/logo.png) center no-repeat;
- }
- #menu .taiShiTool {
- line-height: 35px;
- padding-bottom: 10px;
- vertical-align: middle;
- margin: 0px 0px 0px 0px;
- }
- .meun-checkBox {
- position: absolute;
- width: 20px;
- height: 18px;
- left: 50px;
- top: 11px;
- }
- .commitbtn .meun-checkBox {
- margin: 0px !important;
- padding: 0px !important;
- }
- .meun-checkBox.menu-select-no {
- opacity: 0.64;
- }
- .menu-select-no {
- color: #fff;
- background: url("../images/weixing/selected-no.png") no-repeat 3px center !important;
- }
- .menu-select {
- color: #03e3fa;
- background: url("../images/weixing/selected.png") no-repeat 3px center !important;
- }
- .menu-select + .translate {
- color: #fdda34;
- }
- .satellite .meun-checkBox,
- .ts .meun-checkBox {
- left: 35px;
- }
- .eye {
- display: inline-block;
- text-indent: -1111111111px;
- background: url(../images/layout/biyan.png) no-repeat;
- background-size: 20px;
- position: absolute;
- top: 22px;
- left: 48px;
- width: 20px;
- height: 12px;
- }
- .eye.checkTrue {
- background: url(../images/layout/zhenyan.png) no-repeat;
- background-size: 20px;
- top: 18px;
- }
- #layerControlMenu .myLayers span.eye {
- display: none;
- }
- .myLayer .clearfix:after {
- display: inline-block;
- }
- .menu-scroll .gongxin {
- /* display: none; */
- }
- #wrapper .sx-video-content {
- width: 492px;
- /*width:500px;*/
- height: 78px;
- }
- #wrapper .sx-video-title {
- height: 20px;
- }
- #wrapper .sx-video-panel {
- height: 54px;
- background: #1257ac;
- border: 1px solid #03e3fa;
- /*clear: both;*/
- }
- #wrapper .sx-video-panel-left {
- height: 54px;
- width: 14px;
- float: left;
- background: url(../../scripts/meteo/other/meteoVideo/img/border-left.png)
- no-repeat;
- }
- #wrapper .sx-video-panel-right {
- height: 54px;
- width: 14px;
- float: right;
- background: url(../../scripts/meteo/other/meteoVideo/img/border-right.png)
- no-repeat;
- }
- #wrapper .sx-video-panel-center {
- width: 400px;
- height: 54px;
- float: left;
- margin-left: 20px;
- }
- #wrapper .sx-title-left {
- height: 20px;
- width: auto;
- float: left;
- max-width: 600px;
- }
- #wrapper .sx-title-left .sx-title-left-l {
- width: 7px;
- height: 20px;
- float: left;
- background: url(../../scripts/meteo/other/meteoVideo/img/title-lbg.png)
- no-repeat;
- }
- #wrapper .sx-title-left .sx-title-left-c {
- float: left;
- height: 20px;
- min-width: 92px;
- font-size: 13px;
- color: #fff;
- background: url(../../scripts/meteo/other/meteoVideo/img/title-cbg.png)
- repeat-x;
- }
- #wrapper .sx-title-left .sx-title-left-r {
- width: 20px;
- height: 20px;
- float: left;
- background: url(../../scripts/meteo/other/meteoVideo/img/title-rbg.png)
- no-repeat;
- }
- #wrapper .sx-title-right-close {
- width: 24px;
- height: 20px;
- float: right;
- cursor: pointer;
- margin-top: 2px;
- background: url(../../scripts/meteo/other/meteoVideo/img/btn_close.png) 0 5px
- no-repeat;
- }
- #wrapper .sx-video-progress-total {
- height: 24px;
- width: 400px;
- }
- #wrapper .sx-video-progress-div {
- margin-top: 18px;
- height: 6px;
- float: left;
- }
- #wrapper .sx-video-progress {
- height: 6px;
- width: 400px;
- cursor: pointer;
- position: relative;
- background: url(../../scripts/meteo/other/meteoVideo/img/time-progress.png)
- no-repeat;
- }
- #wrapper .sx-video-progress_btn {
- height: 24px;
- width: 24px;
- cursor: pointer;
- position: absolute;
- top: -11px;
- left: -11px;
- background: url(../../scripts/meteo/other/meteoVideo/img/point.png) no-repeat;
- }
- #wrapper .sx-video-opt {
- height: 30px;
- width: 400px;
- float: left;
- }
- #wrapper .sx-video-bottom {
- position: absolute;
- left: 200px;
- height: 30px;
- width: 160px;
- margin: 7px 0px 0px 0px;
- float: left;
- text-align: center;
- }
- #wrapper .sx-video-btn-group {
- position: absolute;
- left: -30px;
- width: 160px;
- height: 24px;
- float: left;
- margin-left: 18px;
- text-align: center;
- }
- #wrapper .sx-start-time {
- color: #fff;
- width: 160px;
- font-size: 8px;
- float: left;
- height: 24px;
- margin-top: 3px;
- text-align: left;
- }
- #wrapper .sx-end-time {
- color: #fff;
- float: left;
- width: 120px;
- font-size: 8px;
- height: 24px;
- margin-top: 3px;
- text-align: right;
- }
- #wrapper .sx-video-btn-stop {
- width: 12px;
- height: 12px;
- float: left;
- cursor: pointer;
- }
- #wrapper .sx-video-btn-back {
- width: 10px;
- margin-left: 25px;
- height: 14px;
- float: left;
- cursor: pointer;
- }
- #wrapper .sx-video-btn-play {
- width: 12px;
- height: 16px;
- margin-left: 25px;
- float: left;
- cursor: pointer;
- }
- #wrapper .sx-video-btn-next {
- width: 10px;
- margin-left: 25px;
- height: 14px;
- float: left;
- cursor: pointer;
- }
- #wrapper .sx-video-progress-count {
- /* width: 60px; */
- height: 53px;
- color: #03e3fa;
- font-size: 12px;
- float: left;
- }
- #wrapper .sx-video-progress-times {
- height: 16px;
- margin: 10px 0px 0px 4px;
- }
- #wrapper .sx-video-progress-nowtime {
- color: #03e3fa;
- font-size: 12px;
- }
- #wrapper .sx-video-progress-lasttime {
- color: #03e3fa;
- font-size: 12px;
- }
- #wrapper .sx-video-progress-bottom {
- float: left;
- height: 24px;
- width: 60px;
- }
- #wrapper .sx-video-query-btn {
- height: 24px;
- width: 22px;
- cursor: pointer;
- margin-left: 20px;
- background: url(../../scripts/meteo/other/meteoVideo/img/time-queryBtn.png)
- no-repeat;
- }
- #wrapper .sx-video-query-panel {
- display: none;
- width: 260px;
- height: 53px;
- position: relative;
- float: left;
- }
- #wrapper .sx-video-ipt-div {
- width: 220px;
- height: 53px;
- }
- #wrapper .sx-video-query-ipt {
- padding: 2px;
- width: 220px;
- height: 24px;
- }
- #wrapper .sx-video-query-label {
- color: #fff;
- text-align: center;
- vertical-align: middle;
- font-size: 13px;
- }
- #wrapper .sx-video-query-div {
- position: absolute;
- height: 53px;
- top: 8px;
- right: 3px;
- width: 40px;
- }
- #wrapper .sx-video-query-btns {
- height: 21px;
- width: 29px;
- color: #1257ac;
- text-align: center;
- vertical-align: middle;
- padding: 5px;
- background: #fff;
- cursor: pointer;
- border-radius: 4px;
- border: 1px solid #03e3fa;
- }
- #wrapper .sx-video-query-btns:hover {
- font-weight: bold;
- background: #cbffc3;
- opacity: 0.8;
- }
- #wrapper .sx-video-stop-img {
- background: url(../../scripts/meteo/other/meteoVideo/img/stop_gray.png)
- no-repeat;
- }
- #wrapper .sx-video-back-img {
- background: url(../../scripts/meteo/other/meteoVideo/img/prev_gray.png)
- no-repeat;
- }
- #wrapper .sx-video-play-img {
- background: url(../../scripts/meteo/other/meteoVideo/img/play.png) no-repeat;
- }
- #wrapper .sx-video-parse-img {
- background: url(../../scripts/meteo/other/meteoVideo/img/pause.png) no-repeat;
- }
- #wrapper .sx-video-next-img {
- background: url(../../scripts/meteo/other/meteoVideo/img/next_gray.png)
- no-repeat;
- }
- #wrapper .sx-video-stop-img-blue {
- background: url(../../scripts/meteo/other/meteoVideo/img/stop_blue.png)
- no-repeat;
- }
- #wrapper .sx-video-back-img-blue {
- background: url(../../scripts/meteo/other/meteoVideo/img/prev_blue.png)
- no-repeat;
- }
- #wrapper .sx-video-play-img-blue {
- background: url(../../scripts/meteo/other/meteoVideo/img/next_blue.png)
- no-repeat;
- }
- #wrapper .sx-video-next-img-blue {
- background: url(../../scripts/meteo/other/meteoVideo/img/next_blue.png)
- no-repeat;
- }
- .shixu-time-box {
- display: none;
- position: absolute;
- bottom: 86px;
- left: 50%;
- margin-left: -248px;
- }
- #wrapper .sx-title-left-c .title {
- margin: 0 5px;
- }
- #wrapper .sx-title-left-c .time {
- color: #03e3fa;
- font-weight: 800;
- }
- #vuemenu {
- max-height: 400px;
- overflow: hidden;
- overflow-y: auto;
- }
- /* element-ui */
- .el-tree {
- background: transparent;
- color: #fff;
- }
- .el-tree-node .is-leaf + .el-checkbox .el-checkbox__inner {
- display: inline-block !important;
- }
- .el-tree-node .el-checkbox .el-checkbox__inner {
- display: none !important;
- }
- .el-tree-node .el-checkbox .el-checkbox__input.is-disabled {
- display: none !important;
- }
- .el-tree-node__content:hover {
- background-color: transparent;
- }
- .el-tree-node:focus > .el-tree-node__content {
- background-color: transparent;
- }
- .el-tree-node__content {
- height: 40px;
- }
- .el-tree-node__label {
- font-size: 16px;
- }
|