123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- #mapLayerControl {
- width:76px;
- height:52px;
- background:url(../images/layout/maphide.png) no-repeat;
- cursor:pointer;
- }
- #mapLayerControl.open {
- width:109px;
- height:56px;
- background:url(../images/layout/mapshow.png) no-repeat;
- }
- .tdShowDontCan{
- background-color: #000;
- opacity: 0.5;
- cursor: default;
- }
- .thematicControl{
- margin: 0 auto;
- float: none;
- width: 400px;
- height: 28px;
- border: 0px solid #0ff;
- background: url(../images/layout/bg-normal.png);
- color: #fff;
- position: relative;
- margin-bottom: 10px;
- }
- .thematicControl .thematicName{
- position: absolute;
- width: 100%;
- height: 26px;
- line-height: 26px;
- top: 0px;
- left: 0px;
- text-indent: 20px;
- border: 1px solid #0ff;
- z-index: 2;
- }
- .thematicControl .options-wrap{
- position: absolute;
- right: 0px;
- top: 0px;
- height: 26px;
- border: 1px solid #0ff;
- background: url(../images/layout/bg-normal.png);
- overflow: hidden;
- z-index: 3;
- }
- .thematicControl .info_Btntd{
- text-indent: -11111111px;
- background: url(../images/layout/atlas_info.png) no-repeat center center;
- float: left;
- width: 26px;
- height: 26px;
- cursor: pointer;
- overflow: hidden;
- }
- .thematicControl .fav_abtntd{
- float: left;
- width: 26px;
- height: 26px;
- margin-right: 1px;
- cursor: pointer;
- overflow: hidden;
- text-indent: -999999px;
- background: url(../images/layout/icon-fav-w.png) no-repeat center center;
- }
- .thematicControl .close_abtntd{
- cursor: pointer;
- float: left;
- width: 26px;
- height: 26px;
- cursor: pointer;
- overflow: hidden;
- text-indent: -999999px;
- background: url(../images/layout/icon-close-w.png) no-repeat center center;
- }
- .manage-link {
- color: #fff;
- font-weight: bold;
- position: absolute;
- display: none;
- top: 0px;
- left: 20px;
- }
- #manageLink {
- display:none;
- position: absolute;
- left: -3px;
- bottom: 30px;
- width: 170px;
- text-align: right;
- z-index: 999999999;
- background: #2768b3;
- padding: 3px;
- }
- #manageLink button {
- width:170px;
- }
- .sectionbg{
- margin-left: 20px;
- width: 320px;
- height: 30px;
- background: url(../images/layout/icon_close.png)no-repeat left center;
- }
- .sectionbg:hover{
- background: url(../images/layout/icon_close_hover.png)no-repeat left center;
- }
- .sectionbg.open{
- background: url(../images/layout/icon_open.png)no-repeat left center;
- }
- .sectionbg.open:hover{
- background: url(../images/layout/icon_open_hover.png)no-repeat left center;
- }
- .linkLibg{
- float: left;
- margin-top: 5px;
- margin-left: 20px;
- width: 20px;
- height: 20px;
- /*background: url(../images/layout/sideNavLiQ.png)no-repeat center center;*/
- }
|