123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681 |
- #drawPrintWrap {
- width:500px;
- position:absolute;
- z-index:99999999999999999999999999999999;
- border: 2px solid #01b7ff;
- background: url(../../images/layout/bg-normal.png);
- padding:30px 20px 20px 20px;
- left:50%;
- top:50%;
- margin:-200px 0 0 -250px;
- }
- #drawPrintWrap img {
- width:490px;
- border:5px solid #fff;
- }
- #drawPrintWrap p {
- padding:10px 0;
- background:#fff;
- text-align: center;
- color:#ff0000;
- }
- #drawPrintWrap .close {
- position: absolute;
- right: 0px;
- top: 0px;
- text-indent: -999999px;
- overflow: hidden;
- background: url(../../images/layout/bg_close.gif) no-repeat center 7px;
- border: none;
- width: 30px;
- }
- /*S draw*/
- /* ================================================================== */
- /* Toolbars
- /* ================================================================== */
- .leaflet-draw:before {
- content:'';
- position: absolute;
- height: 36px;
- left:0px;
- top: 0px;
- width: 420px;
- }
- .leaflet-draw-section {
- position: relative;
- /* float:left; */
- }
- .leaflet-draw-toolbar {
- /* height:26px; */
- display:inline;
- }
- .leaflet-draw-toolbar-top {
- margin-top: 0;
- }
- .leaflet-draw-toolbar-notop a:first-child {
- border-top-right-radius: 0;
- }
- .leaflet-draw-toolbar-nobottom a:last-child {
- border-bottom-right-radius: 0;
- }
- .leaflet-draw-toolbar a {
- /* background-image: url('images/draw-spritesheet-custom.png');
- background-repeat: no-repeat; */
- }
- .leaflet-draw a {
- display: block;
- text-align: center;
- text-decoration: none;
- width:50px;
- height:50px;
- line-height:26px;
- float:left;
- border-bottom: none !important;
- }
- .leaflet-draw a:hover {
- height:50px;
- width:50px;
- }
- .leaflet-draw li {
- list-style-type: none;
- }
- /* ================================================================== */
- /* Toolbar actions menu
- /* ================================================================== */
- .leaflet-draw-actions {
- display: none;
- list-style: none;
- margin: 0;
- padding: 0;
- position: absolute;
- /*right: 26px; leaflet-draw-toolbar.left + leaflet-draw-toolbar.width */
- top: 30px;
- border: 1px solid #000;
- border-top:none;
- }
- .leaflet-draw-actions li {
- height:26px;
- width:36px;
- overflow:hidden;
- float:left;
- clear:both;
- }
- .leaflet-draw-actions a {
- background-color: #FFF;
- color: #000;
- line-height: 26px;
- text-decoration: none;
- width: 36px;
- height: 26px;
- overflow:hidden;
- text-decoration:none;
- }
- .leaflet-draw-actions a:hover {
- width: 50px;
- height: 50px;
- text-decoration:none;
- }
- /* ================================================================== */
- /* Draw toolbar
- /* ================================================================== */
- .leaflet-draw-toolbar .leaflet-draw-draw-polyline {
- background: url(../../images/layout/bhicon1.png) no-repeat 9px 7px;
- }
- .leaflet-draw-toolbar .leaflet-draw-draw-polygon {
- background: url(../../images/layout/bhicon4.png) no-repeat 9px 8px;
- }
- .leaflet-draw-toolbar .leaflet-draw-draw-rectangle {
- background: url(../../images/layout/bhicon5.png) no-repeat 10px 9px;
- }
- .leaflet-draw-toolbar .leaflet-draw-draw-circle {
- background: url(../../images/layout/bhicon6.png) no-repeat 10px 10px;
- }
- .leaflet-draw-toolbar .leaflet-draw-draw-marker {
- background: url(../../images/layout/bhicon_03.png) no-repeat 9px 7px;
- }
- .leaflet-draw-toolbar .leaflet-draw-draw-label {
- display: none;
- background: url(../../images/layout/bhicon_20.png) no-repeat 9px 8px;
- }
- .leaflet-draw-toolbar .leaflet-draw-draw-painting {
- background: url(../../images/layout/bhicon7.png) no-repeat 8px 7px;
- }
- .leaflet-draw-toolbar .leaflet-draw-style-stylePicker {
- position: absolute;
- top: 0px;
- left: 0px;
- background: url(../../images/layout/gear.png) no-repeat 14px 14px;
- }
- #drawStyle{
- width: 50px;
- height: 50px;
- float: right;
- }
- .leaflet-draw-toolbar .leaflet-draw-edit-favorite {
- background: url(../../images/layout/bhicon10.png) no-repeat 10px 10px;
- }
- .leaflet-draw-toolbar .leaflet-draw-edit-print {
- background: url(../../images/layout/bhicon_32.png) no-repeat 9px 11px;
- /* position: absolute;
- top: -50px;
- left: 100px; */
- }
- .leaflet-draw-toolbar .leaflet-draw-draw-latlngspolygon {
- background: url(../../images/layout/bhicon3.png) no-repeat 9px 8px;
- }
- .leaflet-draw-toolbar .leaflet-draw-draw-latlngspolyline {
- background: url(../../images/layout/bhicon2.png) no-repeat 8px 8px;
- }
- .leaflet-draw-toolbar .leaflet-draw-draw-customcircle {
- background: url(../../images/layout/bhicon_19.png) no-repeat 9px 9px;
- }
- /* ================================================================== */
- /* Edit toolbar
- /* ================================================================== */
- .leaflet-draw-toolbar .leaflet-draw-edit-edit {
- background: url(../../images/layout/bhicon8.png) no-repeat 9px 9px;
- }
- .leaflet-draw-toolbar .leaflet-draw-edit-remove {
- background: url(../../images/layout/bhicon9.png) no-repeat 9px 9px;
- }
- .leaflet-draw-toolbar .leaflet-draw-toolbar-button-enabled {
- /* background-image: url('images/draw-spritesheet-custom2.png'); */
- background-color: #14a9d6;
- }
- /* ================================================================== */
- /* Drawing styles
- /* ================================================================== */
- .leaflet-mouse-marker {
- background-color: #fff;
- cursor: crosshair;
- }
- .leaflet-draw-tooltip {
- background: rgb(54, 54, 54);
- 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: -21px;
- padding: 4px 8px;
- position: absolute;
- white-space: nowrap;
- z-index: 6;
- }
- .leaflet-draw-tooltip:before {
- border-right: 6px solid black;
- border-right-color: rgba(0, 0, 0, 0.5);
- border-top: 6px solid transparent;
- border-bottom: 6px solid transparent;
- content: "";
- position: absolute;
- top: 7px;
- left: -7px;
- }
- .leaflet-error-draw-tooltip {
- background-color: #F2DEDE;
- border: 1px solid #E6B6BD;
- color: #B94A48;
- }
- .leaflet-error-draw-tooltip:before {
- border-right-color: #E6B6BD;
- }
- .leaflet-draw-tooltip-single {
- margin-top: -12px
- }
- .leaflet-draw-tooltip-subtext {
- color: #f8d5e4;
- }
- .leaflet-draw-guide-dash {
- font-size: 1%;
- opacity: 0.6;
- position: absolute;
- width: 5px;
- height: 5px;
- }
- /* ================================================================== */
- /* Edit styles
- /* ================================================================== */
- .leaflet-edit-marker-selected {
- background: rgba(254, 87, 161, 0.1);
- border: 4px dashed rgba(254, 87, 161, 0.6);
- -webkit-border-radius: 4px;
- border-radius: 4px;
- }
- .leaflet-edit-move {
- cursor: move;
- }
- .leaflet-edit-resize {
- cursor: pointer;
- }
- #drawStyle .leaflet-draw-toolbar {
- /*display:none;*/
- }
- .leaflet-draw-toolbar-style-edit {
- position: absolute;
- background: #378be0;
- top: 60px;
- left: -407px !important;
- color: #fff;
- width: 120px;
- padding: 15px 13px;
- display: none;
- margin-left: 105px;
- }
- .leaflet-draw-toolbar-style-edit label {
- display:block;
- clear:both;
- padding: 10px 0 0 5px;
- float: left;
- width: 55px;
- }
- .leaflet-draw-toolbar-style-edit input {
- width: 55px;
- border: 0px solid #ABABAB;
- color: #fff;
- }
- .leaflet-draw-toolbar-style-edit .leaflet-draw-actions {
- display:block;
- list-style:none;
- margin: 5px 0;
- padding:0;
- position:relative;
- right:auto;
- top:auto;
- border:none;
- }
- .leaflet-draw-toolbar-style-color-picker {
- position: absolute;
- background: #FFF;
- left: 152px;
- top: 0px;
- border: 1px solid #00ffff;
- width: 150px;
- display:none;
- }
- .leaflet-draw-toolbar-style-color-picker-actions {
- overflow:hidden;
- zoom:1;
- }
- .leaflet-draw-toolbar-style-color-picker-actions li {
- width:10px;
- height:10px;
- float:left;
- cursor:pointer;
- }
- .leaflet-draw-toolbar-style-edit-opacity-label {
- font-size:11px;
- }
- .leaflet-draw-toolbar-style-edit label {
- font-size:11px;
- display:block;
- clear:both;
- }
- .leaflet-draw-toolbar-style-edit input {
- font-size: 11px;
- float: right;
- margin: 10px 0 0 0;
- background: #3371c8;
- }
- .draw-label {
- border:none;
- padding:0px;
- margin:0px;
- min-width:100px;
- min-height:14px;
- background:url('../../images/layout/bg-ffffff-75.png');
- background: none;
- }
- .draw-label .leaflet-olabel-tips{
- display: none;
- }
- .draw-label .draw-label-textarea {
- border:none;
- width:auto;
- height:100%;
- overflow:hidden;
- word-break:keep-all;
- word-wrap:normal;
- position:relative;
- float: left;
- background: none;
- outline: 0;
- resize:none;
- height:18px;
- padding:2px;
- font-size:12px;
- }
- .draw-custom-circle-picker {
- position: absolute;
- background: #378be0;
- left: -250px;
- top: 0px;
- padding: 15px;
- display: none;
- width: 210px;
- color: #fff;
- }
- .draw-custom-circle-picker h4 {
- padding:5px 0 10px 5px;
- }
- .draw-custom-circle-picker label {
- width:85px;
- font-size:12px;
- text-align:right;
- display:inline-block;
- height:18px;
- margin:8px 0;
- }
- .draw-custom-circle-picker label small {
- color:#ffffff;
- font-size:10px;
- }
- .draw-custom-circle-picker input {
- width: 85px;
- margin: 5px;
- font-size: 11px;
- font-family: Arial;
- resize: none;
- border: 0px;
- background: #3371c8;
- color: #fff;
- }
- .draw-custom-circle-picker button {
- /*height: 34px;*/
- font-size: 14px;
- font-weight: normal;
- width: 64px;
- text-align: center;
- cursor: pointer;
- clear: both;
- border:0px solid #aaaaaa;
- background: #ffffff;
- color: #666666;
- padding: 3px 0;
- margin-top: 8px;
- }
- .draw-custom-circle-picker button:hover {
- border: 0px solid #378be0;
- color: #378be0;
- }
- .draw-latlngs-picker {
- position:absolute;
- background: #378be0;
- left: -250px;
- top:0px;
- padding:15px;
- display:none;
- width:210px;
- }
- .draw-latlngs-picker h4 {
- padding:5px 0 10px 5px;
- color: #fff
- }
- .draw-latlngs-picker textarea {
- width:200px;
- margin:5px;
- font-size:11px;
- font-family:Arial;
- resize:none;
- height:150px;
- border: 0px;
- background: #1257ac;
- color: #fff;
- padding: 5px;
- }
- .draw-latlngs-picker button {
- height: 22px;
- font-size: 12px;
- font-weight: normal;
- cursor: pointer;
- padding:0 10px;
- margin:0 0 5px 5px;
- }
- .draw-latlngs-picker button:hover {
- }
- .draw-polyline-latlngs-picker {
- position: absolute;
- left: -250px;
- top: 0px;
- padding: 15px;
- display: none;
- width: 210px;
- color: #fff;
- background: #378be0;
- }
- .draw-polyline-latlngs-picker h4 {
- padding:5px 0 10px 5px;
- }
- .draw-polyline-latlngs-picker textarea {
- width:200px;
- margin:5px;
- font-size:11px;
- font-family:Arial;
- resize:none;
- height:150px;
- border: 0px;
- color: #fff;
- background: #1257ac;
- padding: 5px;
- }
- .draw-polyline-latlngs-picker button {
- height: 22px;
- font-size: 12px;
- font-weight: normal;
- cursor: pointer;
- padding: 0 10px;
- border: 0px;
- }
- .draw-polyline-latlngs-picker button:hover {
- }
- .draw-marker-picker {
- position: absolute;
- background: #378be0;
- top: 0px;
- left: -470px;
- padding: 15px;
- width: 432px;
- display: none;
- }
- .draw-marker-picker h4 {
- padding:2px;
- font-weight:normal;
- font-size:14px;
- color: #fff;
- margin-bottom:6px;
- }
- .draw-marker-picker ul {
- overflow:hidden;
- zoom:1;
- background: #fff;
- border: 0px;
- border-top: 1px solid #08b3dd;
- }
- .draw-marker-picker li {
- float:left;
- width:35px;
- height:35px;
- text-align:center;
- border: 1px solid #d6c3c3;
- border-top: none;
- border-left: none;
- }
- .draw-marker-picker li img {
- cursor:pointer;
- height: 32px;
- margin: 0px;
- }
- /*E draw*/
- .leaflet-right .leaflet-control {
- float: right;
- text-align: left;
- zoom: 1;
- }
- .leaflet-draw {
- position: fixed !important;
- right:52px !important;
- top: 360px;
- width: 352px;
- height: 100px;
- background: #0e74d1;
- }
- .leaflet-bar{
- border:0px !important;
- }
- .leaflet-bar a:hover {
- background-color:#01b7ff !important;
- }
- #userDrawAddModal {
- width:330px;
- top:40%;
- margin-left:-165px;
- left: 50%;
- position: absolute;
- }
- #userDrawAddModal .modal-header h3 {
- font-size:20px;
- }
- #userDrawAddModal .form {
- }
- #userDrawAddModal .form dl {
- overflow:hidden;
- }
- #userDrawAddModal .form dl dt {
- font-size:14px;
- padding:0 0 10px 0;
- float:left;
- line-height:30px;
- }
- #userDrawAddModal .form dl .input {
- width:210px;
- }
- #userDrawAddModal .form .note {
- color:#AAA;
- font-size:11px;
- clear:both;
- display:block;
- }
- #userDrawAddModal .form .sure {
- margin:10px 0 0 0;
- clear:both;
- float:right;
- }
- #yulanContent{
- position: absolute;
- left: 50%;
- top: 50%;
- width: 200px;
- height: 200px;
- z-index: 11111111111;
- display: none;
- margin-left: -100px;
- margin-top: -100px;
- }
- #yulanContent img{
- width: 200px;
- height: 200px;
- }
|