123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- #chooseBg {
- position: absolute;
- right: 50px;
- top: 0px;
- width: 260px;
- height: 72px;
- z-index: 111111;
- /* display: none; */
- padding: 0 13px 0 0;
- }
- #mapBaseLayerControl {
- width: 100%;
- height: 100%;
- background: rgba(45, 53, 68, 0.8);
- border: 1px solid #aaaaaa;
- border-radius: 4px;
- background-size: 100% 100%;
- }
- .tDClass {
- /* background: #378be0; */
- }
- #mapBaseLayerControl .choosemap {
- margin: 0px;
- width: 100%;
- height: 100%;
- position: relative;
- }
- #mapBaseLayerControl .choosemap .map-list {
- position: absolute;
- top: 2px;
- left: 4px;
- width: 100%;
- height: 52px;
- }
- #mapBaseLayerControl .choosemap .name-dem-control {
- position: absolute;
- bottom: 6px;
- left: 3px;
- width: 100%;
- height: 10px;
- }
- #mapBaseLayerControl .choosemap .name-dem-control li {
- margin-left: 3px;
- position: relative;
- font-size: 10px;
- color: #ffffff;
- line-height: 10px;
- float: left;
- width: 55px;
- background: none;
- }
- #mapBaseLayerControl .choosemap .name-dem-control li span {
- position: absolute;
- left: 20px;
- top: 0px;
- }
- #mapBaseLayerControl .choosemap .name-dem-control .name-control {
- display: none;
- }
- #mapBaseLayerControl .choosemap .name-dem-control .geWang-control {
- display: none;
- }
- #mapBaseLayerControl .choosemap .name-dem-control .dem-control {
- display: none;
- }
- #mapBaseLayerControl .choosemap .name-dem-control .yx-control {
- display: none;
- width: 81px;
- }
- #mapBaseLayerControl .choosemap .map-list li {
- width: 64px;
- height: 44px;
- position: relative;
- float: left;
- cursor: pointer;
- color: #ffffff;
- margin: 0 3px;
- }
- #mapBaseLayerControl .choosemap .map-list li:hover {}
- #mapBaseLayerControl .choosemap .map-list li p {
- position: absolute;
- top: 30px;
- left: 0px;
- background: #1065ba;
- height: 13px;
- line-height: 12px;
- text-align: center;
- font-size: 14px;
- }
- #mapBaseLayerControl .choosemap .map-list li.active {}
- #mapBaseLayerControl .choosemap .map-list li.active p {}
- #mapBaseLayerControl .choosemap .map-list li.active .mapchoose-border {
- background: url(../images/layout/map-type-border-shadow.png) center center no-repeat;
- }
- #mapBaseLayerControl .choosemap .map-list li .mapchoose-border {
- position: absolute;
- top: 0px;
- left: 0px;
- width: 100%;
- height: 100%;
- background: url(../images/layout/map-type-border.png) center center no-repeat;
- }
- #mapBaseLayerControl .choosemap .map-list .baseSatellite {
- margin-right: 20px;
- margin-left: 10px;
- background-size: 100% 100% !important;
- }
- #mapBaseLayerControl .choosemap .map-list .baseTerrain {
- background: url(../images/layout/dishi.png) no-repeat;
- margin-right: 20px;
- }
- #mapBaseLayerControl .choosemap .map-list .baseStreet {
- background: url(../images/layout/jiaot.png) no-repeat;
- margin-right: 0px;
- }
|