123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308 |
- #wrapper {
- position: absolute;
- z-index: 0;
- left: 0px;
- top: 0px;
- right: 0px;
- bottom: 0px;
- }
- #header {
- position: absolute;
- top: 0px;
- left: 0;
- /*height: 61px;*/
- height: 0px;
- z-index: 100;
- width: 100%;
- }
- #mapHolder {
- position: absolute !important;
- width: 100%;
- height: 100%;
- left: 0px;
- top: 0px;
- z-index: 0;
- background: #f2efe9 url(../images/layout/no-tile.png);
- }
- #footer {
- position: absolute;
- height: 30px;
- bottom: 0px;
- left: 0px;
- right: 0px;
- z-index: 100;
- }
- #sideNav {
- position: absolute;
- bottom: 280px;
- right: 0px;
- z-index: 100;
- }
- #sideBar {
- position: absolute;
- width: 310px;
- right: -310px;
- top: 0px;
- bottom: 0px;
- z-index: 100;
- }
- #thematicControlContent {
- position: absolute;
- z-index: 100;
- bottom: 40px;
- left: 50%;
- margin-left: -200px;
- display: none;
- }
- .page-wrap {
- height: 30px;
- padding: 19px 19px 0 20px;
- overflow: hidden;
- text-align: center;
- /*clear: both;*/
- /*position: relative;*/
- color: #666;
- }
- .page-wrap #placeSearchPageJump {
- display: inline-block;
- }
- #searchresult .page-wrap {
- display: none;
- }
- .page-wrap .count {
- margin: 0 7px;
- /*float: left;*/
- }
- .page-wrap .count span {
- /*float: left;*/
- height: 24px;
- font-size: 12px;
- line-height: 24px;
- }
- .page-wrap .count .input {
- width: 17px;
- height: 23px;
- line-height: 23px;
- padding: 0px;
- /* float: left; */
- margin: 0px;
- text-align: center;
- font-size: 12px;
- font-family: "microsoft yahei";
- border: none;
- }
- .page-wrap .btn-group {
- display: inline-block;
- /*float: right;*/
- /*width: 93px;*/
- }
- /*#searchresult .next {
- text-indent: -11111px;
- background: #0b4496 url(../images/layout/page_06ch.png) no-repeat 7px 4px;
- border: 0px;
- }
- #searchresult .prev {
- text-indent: -11111px;
- background: #0b4496 url(../images/layout/page_13ch.png) no-repeat 7px 4px;
- border: 0px;
- }*/
- #openSTSideContent {
- position: absolute;
- display: none !important;
- overflow: hidden;
- width: 30px;
- height: 30px;
- top: 50%;
- right: 0px;
- cursor: pointer;
- margin-top: -15px;
- }
- /* 全屏 */
- #fullscreen {
- position: absolute;
- bottom: 330px;
- right: 38px;
- width: 50px;
- height: 50px;
- background-color: #365162;
- cursor: pointer;
- display: none;
- }
- #fullscreen:hover {
- background-color: #365162;
- }
- #fullscreen .cover-content {
- background: url(../images/layout/fullscrien.png) no-repeat center center;
- text-indent: -11111111px;
- }
- #fullscreen .cover-content.cur {
- background: rgba(64, 158, 255, 0.8) url(../images/layout/closebig.png)
- no-repeat center center;
- }
- #editWeiXingOp {
- position: absolute;
- top: 455px;
- right: 11px;
- color: #fff;
- background: #365162;
- width: 260px;
- height: 170px;
- display: none;
- }
- #picker,
- #textPicker {
- margin: 0;
- padding: 0;
- border: 0;
- width: 70px;
- height: 20px;
- border-right: 20px solid green;
- line-height: 20px;
- }
- #edit {
- position: absolute;
- top: 420px;
- right: 11px;
- color: #fff;
- background: #365162;
- width: 75px;
- text-align: center;
- padding: 5px 0;
- display: none;
- cursor: pointer;
- }
- #editWeiXingOp.active,
- #edit.active {
- display: block;
- }
- #editWeiXingOp .editContent {
- position: absolute;
- right: 0px;
- background: #365162;
- top: 0px;
- padding: 10px 25px;
- border: 1px solid #2ba1ee;
- width: 210px;
- height: 150px;
- }
- #editWeiXingOp .styleInfo li {
- line-height: 30px;
- display: none;
- }
- #editWeiXingOp.line .styleInfo li.edLine {
- display: block;
- }
- #editWeiXingOp.point .styleInfo li.edFont {
- display: block;
- }
- #editWeiXingOp .styleInfo li span.styLi {
- width: 100px;
- display: inline-block;
- }
- #editWeiXingOp .styleInfo li span.clr {
- margin-left: -9px;
- }
- #editWeiXingOp .styleInfo li input {
- width: 75px;
- height: 20px;
- line-height: 20px;
- margin: 0 5px;
- padding-left: 5px;
- }
- #editWeiXingOp .styleInfo li select {
- border: none;
- height: 20px;
- line-height: 20px;
- margin-left: 5px;
- }
- #editWeiXingOp .styleInfo li input.nb {
- border: none;
- }
- #editWeiXingOp .updt {
- text-align: center;
- position: absolute;
- bottom: 13px;
- margin: 0 auto;
- width: 200px;
- }
- #editWeiXingOp .updt button {
- border: none;
- background: #eee;
- padding: 5px 12px;
- color: #333;
- cursor: pointer;
- }
- #editWeiXingOp .updt button:hover {
- color: #2ba1ee;
- }
- #editWeiXingOp .edYuan,
- #editWeiXingOp .edYuanPlus {
- display: none;
- }
- /*测量提示文字*/
- #measuringText {
- background: rgba(0, 0, 0, 0.5);
- border: 1px solid transparent;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- color: #fff;
- font: 12px/18px "Helvetica Neue", Arial, Helvetica, sans-serif;
- margin-left: 20px;
- margin-top: -15px;
- padding: 4px 8px;
- position: absolute;
- white-space: nowrap;
- z-index: 6;
- display: none;
- }
- /*隐藏旧版标注*/
- .leaflet-draw {
- display: none !important;
- opacity: 0 !important;
- width: 0 !important;
- }
- /*影像图*/
- #yx2016 {
- position: absolute;
- right: 30px;
- top: 105px;
- z-index: 99999;
- color: #fff;
- background: rgba(0, 0, 0, 0.3);
- font-size: 16px;
- padding: 5px 12px;
- opacity: 0;
- display: none;
- }
- #yx2012 {
- position: absolute;
- right: 30px;
- top: 70px;
- z-index: 99999;
- color: #fff;
- background: rgba(0, 0, 0, 0.3);
- font-size: 16px;
- padding: 5px 12px;
- display: none;
- }
- .mouseTip {
- height: 20px;
- line-height: 20px;
- background: #000000;
- opacity: 0.5;
- color: #ffffff;
- font-size: 14px;
- position: absolute;
- left: -1000px;
- top: 0px;
- z-index: 1111;
- padding: 2px 5px;
- }
- #coverHeightKSFX {
- display: none;
- }
|