123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- #openTdSideContent{
- position: absolute;
- display: block;
- overflow: hidden;
- width: 32px;
- height: 32px;
- bottom: 25px;
- right: 34px;
- background: url(../images/layout/bg110.png);
- cursor: pointer;
- }
- #openTdSideContent .openTdB{
- width: 16px;
- height: 16px;
- position: absolute;
- top: 8px;
- left: 8px;
- z-index: 2;;
- }
- #btnSetting{
- background: url(../images/layout/mapsetting.png);
- display: block;
- width: 32px;
- height: 32px;
- overflow: hidden;
- text-indent: -999px;
- position: absolute;
- right: 0px;
- bottom: 25px;
- cursor: pointer;
- }
- #settingForm{
- display: none;
- position: absolute;
- right: 0px;
- bottom: 60px;
- width: 250px;
- height: 120px;
- background: url(../images/layout/bg-normal.png);
- }
- #btnSetting.cur {
- background-color: #1b4498;
- }
- #btnSetting .openSetting{
- width: 100%;
- height: 100%;
- overflow: hidden;
- cursor: pointer;
- text-indent: -9999999999;
- }
- #settingForm ul {
- overflow: hidden;
- }
- #settingForm li {
- float: left;
- width: 123px;
- height: 15px;
- line-height: 15px;
- font-size: 12px;
- float: left;
- margin-top: 7px;
- color: #fff;
- }
- #settingForm li .settingli{
- width: 100%;
- height: 100%;
- display: inline-block;
- }
- #settingForm li:hover{
- cursor: pointer;
- }
- #settingForm li input{
- width: 32px;
- }
- #settingForm li .inputimg{
- width: 12px;
- height: 12px;
- display: inline-block;
- background: url(../images/inputnoch.png);
- margin-right: 10px;
- }
- #coverHeightLDZZ {
- position: fixed;
- left: 50%;
- top: 50%;
- width: 310px;
- height: 100px;
- margin-top: -50px;
- margin-left: -155px;
- background:none;
- display: none;
- }
- #coverHeightLDZZ .con {
- font-size: 14px;
- color: #666;
- font-weight: bold;
- width: 260px;
- padding-top: 10px;
- }
- #coverHeightLDZZ .con .input {
- height: 24px;
- line-height: 24px;
- width: 20px;
- margin: 0 5px;
- }
- #coverHeightLDZZ .con .btn {
- height: 24px;
- line-height: 24px;
- margin-left: 5px;
- }
|