123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561 |
- div.smMap {
- z-index: 0;
- padding: 0px!important;
- margin: 0px!important;
- // cursor: default;
- cursor: url("../images/cursors/Pan.cur"),default;
- border:1px solid #3473b7;
- }
- div.smMapViewport {
- text-align: left;
- }
- div.smLayerDiv {
- -moz-user-select: none;
- }
- .smLayerGoogleCopyright {
- left: 2px;
- bottom: 2px;
- }
- .smLayerGooglePoweredBy {
- left: 2px;
- bottom: 15px;
- }
- .smControlAttribution {
- font-size: smaller;
- right: 3px;
- bottom: 0.5em;
- position: absolute;
- display: block;
- }
- .smControlScale {
- right: 3px;
- bottom: 3em;
- display: block;
- position: absolute;
- font-size: smaller;
- }
- .smControlScaleLine {
- display: block;
- position: absolute;
- left: 10px;
- bottom: 15px;
- font-size: xx-small;
- }
- .smControlScaleLineBottom {
- border: solid 2px black;
- border-bottom: none;
- margin-top:-2px;
- text-align: center;
- }
- .smControlScaleLineTop {
- border: solid 2px black;
- border-top: none;
- text-align: center;
- }
- .smControlPermalink {
- right: 3px;
- bottom: 1.5em;
- display: block;
- position: absolute;
- font-size: smaller;
- }
- div.smControlMousePosition {
- bottom: 0em;
- right: 3px;
- display: block;
- position: absolute;
- font-family: Arial;
- font-size: smaller;
- }
- .smControlOverviewMapContainer {
- position: absolute;
- bottom: 0px;
- right: 0px;
- background-color: #e5f3ff;
- }
- .smControlOverviewMapElement {
- border-left:1px solid #3473b7;
- border-top:1px solid #3473b7;
- padding-top: 4px;
- padding-left: 4px;
- }
- .smControlOverviewMapMinimizeButton {
- right: 0px;
- bottom: 1px;
- cursor: pointer;
- }
- .smControlOverviewMapMaximizeButton {
- right: 0px;
- bottom: 1px;
- cursor: pointer;
- }
- .smControlOverviewMapExtentRectangle {
- overflow: hidden;
- /*background-image:url(../../image/blank.gif);*/
- border: 1px solid red;
- background:#69F;
- filter:alpha(opacity=50);/* IE */
- -moz-opacity:0.5;/* Moz + FF */
- opacity: 0.5; /* 支持CSS3的浏览器(FF 1.5也支持)*/
- }
- .smControlOverviewMapRectReplacement {
- overflow: hidden;
- cursor: url("../images/cursors/PanDown.cur"),move;
- background-image: url(../images/overview_replacement.gif);
- background-repeat: no-repeat;
- background-position: center;
- }
- .smLayerGeoRSSDescription {
- float:left;
- width:100%;
- overflow:auto;
- font-size:1.0em;
- }
- .smLayerGeoRSSClose {
- float:right;
- color:gray;
- font-size:1.2em;
- margin-right:6px;
- font-family:sans-serif;
- }
- .smLayerGeoRSSTitle {
- float:left;font-size:1.2em;
- }
- .smPopupContent {
- padding:5px;
- overflow: auto;
- }
- .smHandlerBoxZoomBox {
- border: 2px solid red;
- position: absolute;
- background-color: white;
- opacity: 0.50;
- font-size: 1px;
- filter: alpha(opacity=50);
- }
- .smHandlerBoxSelectFeature {
- border: 2px solid blue;
- position: absolute;
- background-color: white;
- opacity: 0.50;
- font-size: 1px;
- filter: alpha(opacity=50);
- }
- .smPopupCloseBox {
- background: url("../images/close.gif") no-repeat;
- cursor: pointer;
- }
- .smFramedCloudPopupContent {
- padding: 5px;
- overflow: auto;
- }
- .smImageLoadError {
- background-color: pink;
- opacity: 0.5;
- filter: alpha(opacity=50); /* IE */
- display: none;
- }
- /**
- * Cursor styles
- */
- .smDefault {
- cursor: default;
- }
- .smCursorWait {
- cursor: wait;
- }
- .smDragDown {
- cursor: url("../images/cursors/PanDown.cur"),move;
- }
- .smDragDownCanvas {
- cursor: move;
- }
- .smDragUp {
- cursor: url("../images/cursors/Pan.cur"),auto;
- }
- .smCursorPointer {
- cursor: pointer;
- }
- .smDrawBox {
- cursor: crosshair;
- }
- .smControlDragFeatureOver {
- /*cursor: move;*/
- }
- .smControlDragFeatureActive.smControlDragFeatureOver.smDragDown {
- /* cursor: -moz-grabbing;*/
- }
- /**
- * Layer switcher
- */
- .smControlLayerSwitcher {
- position: absolute;
- top: 25px;
- right: 0px;
- width: 20em;
- font-family: sans-serif;
- font-weight: bold;
- margin-top: 3px;
- margin-left: 3px;
- margin-bottom: 3px;
- font-size: smaller;
- color: white;
- background-color: transparent;
- cursor: default;
- }
- .smControlLayerSwitcher .layersDiv {
- padding-top: 5px;
- padding-left: 10px;
- padding-bottom: 5px;
- background-color: darkblue;
- width: 100%;
- height: 100%;
- }
- /*白色样式下*/
- .smControlLayerSwitcher .layersDivWhite {
- padding-top: 5px;
- padding-left: 10px;
- padding-bottom: 5px;
- background-color: darkblue;
- width: 100%;
- height: 100%;
- }
- .smControlLayerSwitcher .layersDiv .baseLbl,
- .smControlLayerSwitcher .layersDiv .dataLbl {
- margin-top: 3px;
- margin-left: 3px;
- margin-bottom: 3px;
- }
- .smControlLayerSwitcher .layersDiv .baseLayersDiv,
- .smControlLayerSwitcher .layersDiv .dataLayersDiv {
- padding-left: 3px;
- }
- .smControlLayerSwitcher .maximizeDiv,
- .smControlLayerSwitcher .minimizeDiv {
- top: 0px;
- right: 0px;
- text-align: left;
- cursor: pointer;
- }
- .smControlLayerSwitcher .maximizeDiv{
- border: 3px solid #a5c8ec;
- }
- .smControlLayerSwitcher .maximizeDivWhite{
- top: 0px;
- right: 0px;
- cursor: pointer;
- }
- div.smControlLayerSwitcher {
- position: absolute;
- top: 50px;
- right: 0px;
- width: 171px;
- font-family: sans-serif;
- font-weight: bold;
- margin: 0px 3px 3px;
- font-size: smaller;
- font-size: 13px;
- color: #4083c2;
- background-color: transparent;
- border: 3px solid #a5c8ec;
- }
- div.smControlLayerSwitcher div.layersDiv {
- padding-top: 25px;
- padding-left: 5px;
- padding-bottom: 5px;
- background-color: #FFFFFF;
- width: 166px;
- height: 100%;
- }
- div.smControlLayerSwitcher div.layersDivWhite {
- padding-top: 10px;
- padding-left: 5px;
- padding-bottom: 10px;
- background-color: #FFFFFF;
- width: 166px;
- height: 100%;
- color: #565656;
- box-shadow:0px 0px 3px #ababab;
- border:1px solid #d7d7d7;
- border-radius:4px;
- }
- .layerSwitcherHR{
- width: 95%;
- }
- input.inputElem {
- width: 14px;
- height:14px;
- margin-left: 3px;
- margin-right:4px;
- margin-bottom: 4px;
- margin-top: 4px;
- vertical-align: middle;
- border: 0px;
- background-repeat: no-repeat;
- background-size: cover;
- background-position: 0%,0%;
- cursor: pointer;
- }
- span.labelSpan {
- margin-left: 5px;
- padding-bottom: 3px;
- padding-top: 3px;
- height:20px;
- vertical-align: middle;
- }
- div.minimizeDiv .layerSwitcherContent{
- position: absolute;
- padding: 2px 40px;
- }
- /**
- * Animations
- */
- .smLayerDiv .smTileImage {
- -webkit-transition: opacity 0.2s linear;
- -moz-transition: opacity 0.2s linear;
- -o-transition: opacity 0.2s linear;
- transition: opacity 0.2s linear;
- }
- #popwin img{
- max-width: none;
- }
- /**
- *绘制矩形框
- */
- .qByBoundsBoxDiv {
- background-color: #304DBE;
- border: 2px solid #060abe;
- opacity: 0.3;
- }
- /**
- * TiledVectorLayerEditor
- */
- .smControlTiledVectorLayerEditor{
- width: 840px;
- height: 0px;
- }
- .smControlTiledVectorLayerEditor form{
- width: 92%;
- margin: auto;
- }
- .smControlTiledVectorLayerEditor li{
- margin-top: 5px;
- margin-bottom: 7px;
- }
- .smShowHideBtn-container{
- background-color: #dddddd;
- }
- .smShowHideBtn-container .smShowHideBtn{
- content: "";
- width: 16px;
- height: 16px;
- cursor: pointer;
- float: left;
- }
- .smShowHideBtn-container .smShowHideBtn:hover{
- background-color: #ffffff;
- border-color: #adadad;
- color: #333;
- }
- .smShowHideBtn-container .smShowHideBtn.show:hover{
- background-color: #ffffff;
- border-color: #adadad;
- color: #333;
- }
- .smShowHideBtnBottom-container{
- clear: left;
- }
- .smShowHideBtn-container .smLeftTopBtn{
- background: url("../images/right-bottom.png") no-repeat center;
- }
- .smShowHideBtn-container .smRightTopBtn{
- background: url("../images/left-bottom.png") no-repeat center;
- }
- .smShowHideBtn-container .smLeftBottomBtn{
- background: url("../images/right-top.png") no-repeat center;
- }
- .smShowHideBtn-container .smRightBottomBtn{
- background: url("../images/left-top.png") no-repeat center;
- }
- .smShowHideBtn-container .smLeftTopBtn.show{
- background: url("../images/left-top.png") no-repeat center;
- }
- .smShowHideBtn-container .smRightTopBtn.show{
- background: url("../images/right-top.png") no-repeat center;
- }
- .smShowHideBtn-container .smLeftBottomBtn.show{
- background: url("../images/left-bottom.png") no-repeat center;
- }
- .smShowHideBtn-container .smRightBottomBtn.show{
- background: url("../images/right-bottom.png") no-repeat center;
- }
- .smMainPanel{
- background-color: #fff;
- border: 1px solid #ddd;
- border-radius: 4px;
- box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
- margin-bottom: 20px;
- width: 100%;
- height: 212px;
- }
- .smMainPanel.hide{
- display: none;
- }
- .smPanel-header{
- background-color: #f5f5f5;
- color: #333;
- border: 1px solid #ddd;
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
- border-bottom: 0px;
- width: 100%;
- }
- .smMainPanel-title{
- margin: 4px;
- padding-left: 16px;
- padding-bottom: 8px;
- }
- .smMainPanel-body{
- width: 100%;
- height: 167px;
- font-size: 0.9em;
- }
- .smPanelPointer{
- border: 2px solid rgba(0,0,0,0);
- }
- .smPanelPointer:hover{
- cursor: pointer;
- border: 2px solid #54cbd2;
- }
- .smPanelPointer.select{
- border: 2px solid #0e90d2;
- }
- .smLayerInfoPanel{
- width: 40%;
- float:left;
- left: 5px;
- }
- .smSubPanel{
- height: 100%;
- border: 2px solid #ddd;
- border-top: 0px;
- }
- .smPanel-title{
- padding-left: 5px;
- }
- .smSubPanel-body{
- overflow-y: auto;
- height: 142px;
- }
- .smLayerInfoLI ul{
- display: none;
- }
- .smLayerInfoLI.open ul{
- display: block;
- }
- .smEditPanel{
- display: none;
- width: 55%;
- float: right;
- right: 5px;
- }
- .smEditPanel.show{
- display: block;
- }
- .smEditPanelControl{
- margin: 10px;
- }
- .smPanelCheckbox{
- float:left;
- margin-right: 10px;
- }
- input.smPanelValueInput{
- width: 47px;
- margin-left: 10px;
- }
- .smControlTiledVectorLayerEditor .smRegularTable{
- margin-top: 25px;
- }
- .smControlTiledVectorLayerEditor .smAdvanceTable{
- margin-top: 25px;
- }
- .smControlTiledVectorLayerEditor .smAdvanceTable.hide{
- display: none;
- }
- .smControlTiledVectorLayerEditor .smSecondTd{
- text-align: right;
- }
- .smControlTiledVectorLayerEditor .smSplitLine{
- border-bottom: 2px solid #CFCFCA;
- text-align: right;
- padding: 20px 85px 5px;
- margin-bottom: 15px;
- }
- .smControlTiledVectorLayerEditor .smSplitLineBottom.hide{
- border-bottom: 0px;
- }
- .smControlTiledVectorLayerEditor .smSplitLineTop.hide{
- display: none;
- }
- /**
- * SuperMap.Tool.Slider
- */
- .smToolSlider{
- border: 1px solid #A9A9A9;
- height: 6px;
- position: relative;
- display: inline-block;
- }
- .smToolSlider .smToolCompleteBar{
- content: " ";
- border: 2px solid #BCBCBC;
- height: 0px;
- margin-top: 1px;
- }
- .smToolSlider .smToolSliderBar{
- content: " ";
- border: 1px solid #A9A9A9;
- height: 19px;
- position: absolute;
- top: -8px;
- background-color: #EBEBE4;
- }
- .smToolSlider .smToolSliderBar.down{
- background-color: #ffffff;
- }
|