toolFlyLineModal.css 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. #flyLineModal {
  2. width: 410px;
  3. height: 230px;
  4. position: absolute;
  5. left:210px;
  6. top:595px;
  7. margin-top: -115px;
  8. margin-left: -150px;
  9. display: none;
  10. }
  11. #flyLineModal .modal-body{
  12. background: none;
  13. }
  14. #flyLineModal .modal-header {
  15. border: 0px;
  16. padding: 0px;
  17. height: 33px;
  18. line-height: 33px;
  19. overflow: hidden;
  20. background: #fff url(/images/layout/biaotibg3d.png);
  21. }
  22. #flyLineModal .allclearimg {
  23. width: 13px;
  24. height: 15px;
  25. background: url(/images/layout/screen_20.png) no-repeat 0px 0px;
  26. float: left;
  27. position: absolute;
  28. top: 16px;
  29. left: 312px;
  30. }
  31. #clearFlyLine {
  32. float: right;
  33. cursor: pointer;
  34. margin-right: 20px;
  35. color: #fff;
  36. margin-top: 15px;
  37. }
  38. #clearFlyLine:hover{
  39. color: #00f6ff;
  40. }
  41. #flyLineModal .modal-header h3 {
  42. font-size: 14px;
  43. font-weight: normal;
  44. padding: 5px 0 0 35px;
  45. color: #666;
  46. }
  47. #flyLineModal .flyimg {
  48. width: 11px;
  49. height: 16px;
  50. background: url(/images/layout/screen_03.png) no-repeat 0px 0px;
  51. float: left;
  52. margin-top: -30px;
  53. margin-left: 20px;
  54. }
  55. .popup-ct h3{
  56. line-height: 48px;
  57. padding-left: 40px;
  58. }
  59. #flyLineModal #flyOptions {
  60. /*width: 365px;*/
  61. height: 84px;
  62. }
  63. #flyLineModal #flyOptions label {
  64. float: left;
  65. width: 180px;
  66. height: 22px;
  67. color: #666;
  68. margin-left: 15px;
  69. margin-top: 18px;
  70. }
  71. #flyLineModal #flyOptions .input {
  72. width: 70px;
  73. height: 22px;
  74. line-height: 22px;
  75. margin-right: 10px;
  76. margin-left: 3px;
  77. /*border: 0px;*/
  78. /*background: #0b4596;*/
  79. padding: 0px;
  80. color: #666;
  81. text-indent: 5px;
  82. }
  83. #flyLineModal .submit {
  84. overflow: hidden;
  85. width: 100%;
  86. height: 80px;
  87. position: relative;
  88. background: url(/images/layout/flybg.png) no-repeat 0px 15px;
  89. }
  90. #drawFlyLine {
  91. position: absolute;
  92. top: 15px;
  93. left: 26px;
  94. width: 82px;
  95. height: 22px;
  96. line-height: 22px;
  97. text-align: center;
  98. color: #666;
  99. margin-right: 10px;
  100. cursor: pointer;
  101. font-size: 14px;
  102. /*background: url(/images/layout/flyroute.png);*/
  103. }
  104. #selectFlyLine {
  105. position: absolute;
  106. top: 15px;
  107. left: 141px;
  108. width: 82px;
  109. height: 22px;
  110. line-height: 22px;
  111. text-align: center;
  112. color: #666;
  113. margin-right: 10px;
  114. cursor: pointer;
  115. font-size: 14px;
  116. /*background: url(/images/layout/flyroute.png);*/
  117. }
  118. #flyByLine {
  119. position: absolute;
  120. left: 250px;
  121. top: 15px;
  122. width: 92px;
  123. height: 20px;
  124. line-height: 20px;
  125. text-align: center;
  126. color: #666;
  127. cursor: pointer;
  128. border: 1px solid #1f86c1;
  129. /*background: #0b4597;*/
  130. }
  131. #flyGo {
  132. position: absolute;
  133. top: 15px;
  134. left: 26px;
  135. width: 82px;
  136. height: 22px;
  137. line-height: 22px;
  138. text-align: center;
  139. color: #666;
  140. margin-right: 10px;
  141. cursor: pointer;
  142. font-size: 14px;
  143. /*background: url(/images/layout/flyroute.png);*/
  144. display: none;
  145. }
  146. #flyStop {
  147. position: absolute;
  148. top: 15px;
  149. left: 141px;
  150. width: 82px;
  151. height: 22px;
  152. line-height: 22px;
  153. text-align: center;
  154. color: #666;
  155. margin-right: 10px;
  156. cursor: pointer;
  157. font-size: 14px;
  158. /*background: url(/images/layout/flyroute.png);*/
  159. display: none;
  160. }
  161. #drawFlyLine.cur{
  162. color: #00f6ff;
  163. }
  164. #selectFlyLine.cur{
  165. color: #00f6ff;
  166. }
  167. #flyByLine:hover{
  168. color: #00f6ff;
  169. }
  170. #drawFlyLine:hover{
  171. color: #00f6ff;
  172. }
  173. #selectFlyLine:hover{
  174. color: #00f6ff;
  175. }
  176. #flyByLine:hover{
  177. color: #00f6ff;
  178. }
  179. /*3D*/
  180. #flyLineModal.class3d .popup-lt{
  181. position: absolute;
  182. top: 0px;
  183. left: 0px;
  184. bottom: 19px;
  185. width: 20px;
  186. background: url(../../images/popup/bg-pp-3d-lt.png) top left no-repeat;
  187. }
  188. #flyLineModal.class3d .popup-lb{
  189. position: absolute;
  190. left: 0px;
  191. bottom: 0px;
  192. width: 42px;
  193. height: 19px;
  194. background: url(../../images/popup/bg-pp-3d-lb.png) top left no-repeat;
  195. }
  196. #flyLineModal.class3d .popup-ct{
  197. height: 48px;
  198. background: url(../../images/popup/bg-pp-23d-ct.png) top left repeat-x;
  199. }
  200. #flyLineModal.class3d .popup-cb{
  201. background: #ffffff;
  202. }
  203. #flyLineModal.class3d .popup-rt{
  204. position: absolute;
  205. right: 0px;
  206. top: 0px;
  207. bottom:19px;
  208. width: 8px;
  209. background: url(../../images/popup/bg-pp-3d-rt.png) top left no-repeat;
  210. }
  211. #flyLineModal.class3d .popup-rb{
  212. position: absolute;
  213. right: 0px;
  214. bottom: 0px;
  215. height: 19px;
  216. left: 16px;
  217. background: url(../../images/popup/bg-pp-3d-rb.png) top right no-repeat;
  218. }