3dEarth.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. #openTdSideContent{
  2. position: absolute;
  3. display: block;
  4. overflow: hidden;
  5. width: 32px;
  6. height: 32px;
  7. bottom: 25px;
  8. right: 34px;
  9. background: url(../images/layout/bg110.png);
  10. cursor: pointer;
  11. }
  12. #openTdSideContent .openTdB{
  13. width: 16px;
  14. height: 16px;
  15. position: absolute;
  16. top: 8px;
  17. left: 8px;
  18. z-index: 2;;
  19. }
  20. #btnSetting{
  21. background: url(../images/layout/mapsetting.png);
  22. display: block;
  23. width: 32px;
  24. height: 32px;
  25. overflow: hidden;
  26. text-indent: -999px;
  27. position: absolute;
  28. right: 0px;
  29. bottom: 25px;
  30. cursor: pointer;
  31. }
  32. #settingForm{
  33. display: none;
  34. position: absolute;
  35. right: 0px;
  36. bottom: 60px;
  37. width: 250px;
  38. height: 120px;
  39. background: url(../images/layout/bg-normal.png);
  40. }
  41. #btnSetting.cur {
  42. background-color: #1b4498;
  43. }
  44. #btnSetting .openSetting{
  45. width: 100%;
  46. height: 100%;
  47. overflow: hidden;
  48. cursor: pointer;
  49. text-indent: -9999999999;
  50. }
  51. #settingForm ul {
  52. overflow: hidden;
  53. }
  54. #settingForm li {
  55. float: left;
  56. width: 123px;
  57. height: 15px;
  58. line-height: 15px;
  59. font-size: 12px;
  60. float: left;
  61. margin-top: 7px;
  62. color: #fff;
  63. }
  64. #settingForm li .settingli{
  65. width: 100%;
  66. height: 100%;
  67. display: inline-block;
  68. }
  69. #settingForm li:hover{
  70. cursor: pointer;
  71. }
  72. #settingForm li input{
  73. width: 32px;
  74. }
  75. #settingForm li .inputimg{
  76. width: 12px;
  77. height: 12px;
  78. display: inline-block;
  79. background: url(../images/inputnoch.png);
  80. margin-right: 10px;
  81. }
  82. #coverHeightLDZZ {
  83. position: fixed;
  84. left: 50%;
  85. top: 50%;
  86. width: 310px;
  87. height: 100px;
  88. margin-top: -50px;
  89. margin-left: -155px;
  90. background:none;
  91. display: none;
  92. }
  93. #coverHeightLDZZ .con {
  94. font-size: 14px;
  95. color: #666;
  96. font-weight: bold;
  97. width: 260px;
  98. padding-top: 10px;
  99. }
  100. #coverHeightLDZZ .con .input {
  101. height: 24px;
  102. line-height: 24px;
  103. width: 20px;
  104. margin: 0 5px;
  105. }
  106. #coverHeightLDZZ .con .btn {
  107. height: 24px;
  108. line-height: 24px;
  109. margin-left: 5px;
  110. }