123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185 |
- #topBar {
- position: absolute;
- right: 0px;
- top: 145px;
- width: 50px;
- /* height:346px; */
- /*z-index: 200;*/
- /* background: url(../images/tools/topBar_bg.png) no-repeat top left; */
- }
- #mapModelChange .choosemapStyle {
- width: 100%;
- height: 100%;
- background: none;
- border: 0px;
- cursor: pointer;
- color: #fff;
- line-height: 74px;
- /* display: none; */
- }
- #mapModelChange:hover #chooseBg {
- display: block !important;
- }
- #topBar li.tlist {
- width: 50px;
- height: 50px;
- position: relative;
- cursor: pointer;
- }
- #topBar li.tlist>div.bg {
- position: absolute;
- top: 0px;
- right: 0px;
- max-width: 1000px;
- min-width: 50px;
- height: 50px;
- overflow: hidden;
- color: #fff;
- }
- #topBar li.tlist:first-child .bg,
- #topBar li.tlist:nth-child(5) .bg,
- #topBar li.tlist:nth-child(6) .bg {
- border-top-left-radius: 4px;
- border-bottom-left-radius: 4px;
- }
- #topBar li.tlist:nth-child(2) .bg {
- border-top-left-radius: 4px;
- }
- #topBar li.tlist:nth-child(4) .bg {
- margin: 0 0 20px 0;
- border-bottom-left-radius: 4px;
- }
- #topBar li.tlist:first-child,
- #topBar li.tlist:nth-child(4),
- #topBar li.tlist:nth-child(5),
- #topBar li.tlist:nth-child(6) {
- margin: 0 0 20px 0;
- }
- #topBar li.tlist:nth-child(5) .bg .p,
- #topBar li.tlist:nth-child(6) .bg .p {
- display: none;
- padding: 5px 70px 5px 20px;
- white-space: nowrap;
- }
- #topBar li.tlist:nth-child(5) .bg .p {
- line-height: 20px;
- }
- #topBar li.tlist:nth-child(6) .bg .p {
- line-height: 40px;
- }
- /* 背景 */
- #topBar li.tlist.tools-tool23Dchange.map2D .bg {
- background: rgba(45, 53, 68, 0.8) url(../images/tools/toolsBar-map2D.png) no-repeat right 6px top 5px;
- }
- #topBar li.tlist.tools-tool23Dchange.map3D .bg {
- background: rgba(45, 53, 68, 0.8) url(../images/tools/toolsBar-map3D.png) no-repeat right 6px top 5px;
- }
- #topBar li.tlist.tools-tool .bg {
- background: rgba(45, 53, 68, 0.8) url(../images/tools/toolsBar.png) no-repeat right 4px top 2px;
- }
- #topBar li.tlist.tools-fullScreen .bg {
- background: rgba(45, 53, 68, 0.8) url(../images/tools/toolsBar.png) no-repeat right 5px top -90px;
- }
- #topBar li.tlist.tools-contact .bg {
- background: rgba(45, 53, 68, 0.8) url(../images/tools/toolsBar.png) no-repeat right 5px top -167px;
- }
- #topBar li.tlist.tools-developer .bg {
- background: rgba(45, 53, 68, 0.8) url(../images/tools/toolsBar.png) no-repeat right 5px top -237px;
- }
- /* hover */
- #topBar li.tlist:hover.tools-tool .bg {
- background: rgba(45, 53, 68, 0.8) url(../images/tools/toolsBar-hover.png) no-repeat right 4px top 2px;
- }
- #topBar li.tlist:hover.tools-fullScreen .bg {
- background: rgba(45, 53, 68, 0.8) url(../images/tools/toolsBar-hover.png) no-repeat right 5px top -90px;
- }
- /* é€‰ä¸ */
- #topBar li.tlist.cur.tools-tool .bg {
- background: rgba(45, 53, 68, 0.8) url(../images/tools/toolsBar-hover.png) no-repeat right 4px top 2px;
- }
- #topBar li.tlist.cur.tools-fullScreen .bg {
- background: rgba(45, 53, 68, 0.8) url(../images/tools/toolsBar-hover.png) no-repeat right 5px top -90px;
- }
- #topBar #mapWeixing-menu {}
- #topBar #mapWeixing-menu-list {
- top: -50px;
- right: 61px;
- }
- #topBar #taishi-menu1 {
- right: 111px;
- top: -9px;
- }
- #coverHeightKSFX {
- position: fixed;
- left: 50%;
- top: 50%;
- width: 310px;
- height: 105px;
- margin-top: -50px;
- margin-left: -155px;
- background: none;
- display: none;
- }
- #coverHeightLDZZ .popup-ct,
- #coverHeightKSFX .popup-ct {
- line-height: 45px;
- text-indent: 15px;
- }
- #coverHeightLDZZ .popup-cb,
- #coverHeightKSFX .popup-cb {
- padding-bottom: 20px;
- }
- #coverHeightKSFX .con {
- font-size: 14px;
- color: #666;
- font-weight: bold;
- width: 260px;
- padding-top: 10px;
- padding-left: 15px;
- }
- #coverHeightKSFX .con .input {
- height: 24px;
- line-height: 24px;
- width: 20px;
- margin: 0 5px;
- }
- #coverHeightKSFX .con .btn {
- height: 24px;
- line-height: 24px;
- margin-left: 5px;
- }
- .leaflet-control-measure-drawcircles {
- display: none;
- }
|