toolFor3d.css 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  1. /**
  2. * 3维侧栏样式
  3. */
  4. #toolsFor3d{
  5. position: absolute;
  6. top: 0px;
  7. left: 0px;
  8. width: 100%;
  9. height: 100%;
  10. }
  11. #toolsFor3d a{
  12. text-decoration: none;
  13. color: #fff;
  14. }
  15. #toolsFor3d a:hover{
  16. color: #00f6ff !important;
  17. }
  18. #toolsFor3d .modal-body {
  19. background:none;
  20. }
  21. #flyLineModal {
  22. width: 100%;
  23. }
  24. #toolsFor3d .modal-header {
  25. border: 0px;
  26. padding: 0px;
  27. height: 33px;
  28. line-height: 33px;
  29. overflow: hidden;
  30. background: #0b4496 url(/images/layout/biaotibg3d.png);
  31. }
  32. #toolsFor3d .allclearimg {
  33. width: 13px;
  34. height: 15px;
  35. background: url(/images/layout/screen_20.png) no-repeat 0px 0px;
  36. float: left;
  37. position: absolute;
  38. top: 9px;
  39. left: 312px;
  40. }
  41. #clearFlyLine {
  42. float: right;
  43. cursor: pointer;
  44. margin-right: 20px;
  45. }
  46. #toolsFor3d .modal-header h3 {
  47. font-size: 14px;
  48. font-weight: normal;
  49. padding: 5px 0 0 35px;
  50. color: #fff;
  51. }
  52. #toolsFor3d .flyimg {
  53. width: 11px;
  54. height: 16px;
  55. background: url(/images/layout/screen_03.png) no-repeat 0px 0px;
  56. float: left;
  57. margin-top: -21px;
  58. margin-left: 10px;
  59. }
  60. #flyLineModal #flyOptions {
  61. width: 365px;
  62. height: 84px;
  63. }
  64. #flyLineModal #flyOptions label {
  65. float: left;
  66. width: 167px;
  67. height: 22px;
  68. color: #fff;
  69. margin-left: 15px;
  70. margin-top: 18px;
  71. }
  72. #flyLineModal #flyOptions .input {
  73. width: 70px;
  74. height: 22px;
  75. line-height: 22px;
  76. margin-right: 10px;
  77. margin-left: 3px;
  78. border: 0px;
  79. background: #0b4596;
  80. padding: 0px;
  81. color: #fff;
  82. text-indent: 5px;
  83. }
  84. #flyLineModal .submit {
  85. overflow: hidden;
  86. width: 100%;
  87. height: 65px;
  88. position: relative;
  89. background: url(/images/layout/flybg.png) no-repeat 0px 15px;
  90. }
  91. #drawFlyLine {
  92. position: absolute;
  93. top: 15px;
  94. left: 26px;
  95. width: 82px;
  96. height: 22px;
  97. line-height: 22px;
  98. text-align: center;
  99. color: #fff;
  100. margin-right: 10px;
  101. cursor: pointer;
  102. font-size: 14px;
  103. background: url(/images/layout/flyroute.png);
  104. }
  105. #selectFlyLine {
  106. position: absolute;
  107. top: 15px;
  108. left: 141px;
  109. width: 82px;
  110. height: 22px;
  111. line-height: 22px;
  112. text-align: center;
  113. color: #fff;
  114. margin-right: 10px;
  115. cursor: pointer;
  116. font-size: 14px;
  117. background: url(/images/layout/flyroute.png);
  118. }
  119. #flyByLine {
  120. position: absolute;
  121. left: 250px;
  122. top: 15px;
  123. width: 92px;
  124. height: 20px;
  125. line-height: 20px;
  126. text-align: center;
  127. color: #fff;
  128. cursor: pointer;
  129. border: 1px solid #1f86c1;
  130. background: #0b4597;
  131. }
  132. #flyGo {
  133. position: absolute;
  134. top: 15px;
  135. left: 26px;
  136. width: 82px;
  137. height: 22px;
  138. line-height: 22px;
  139. text-align: center;
  140. color: #fff;
  141. margin-right: 10px;
  142. cursor: pointer;
  143. font-size: 14px;
  144. background: url(/images/layout/flyroute.png);
  145. display: none;
  146. }
  147. #flyStop {
  148. position: absolute;
  149. top: 15px;
  150. left: 141px;
  151. width: 82px;
  152. height: 22px;
  153. line-height: 22px;
  154. text-align: center;
  155. color: #fff;
  156. margin-right: 10px;
  157. cursor: pointer;
  158. font-size: 14px;
  159. background: url(/images/layout/flyroute.png);
  160. display: none;
  161. }
  162. #toolsModal {
  163. width: 410px;
  164. position: relative;
  165. }
  166. #toolsFor3d .modal-header {
  167. height: 33px;
  168. line-height: 33px;
  169. overflow: hidden;
  170. background: #0b4496 url(/images/layout/biaotibg3d.png);
  171. border: 0px;
  172. padding:0px;
  173. }
  174. #toolsModal .modal-body {
  175. width: 100%;
  176. }
  177. #toolsModal .modal-body ul {
  178. overflow: hidden;
  179. margin-top: 20px;
  180. margin-left: 18px;
  181. }
  182. #toolsModal .modal-body li {
  183. float: left;
  184. width: 66px;
  185. margin-right: 30px;
  186. }
  187. #toolsModal .modal-body li a {
  188. display: block;
  189. width: 42px;
  190. height: 42px;
  191. cursor: pointer;
  192. color: #fff;
  193. margin-bottom: 10px;
  194. margin-left: 12px;
  195. }
  196. #toolLDZZ {
  197. background: url(/images/layout/screen_25.png);
  198. }
  199. #toolsModal .modal-body li p {
  200. text-align: center;
  201. color: #fff;
  202. width: 100%;
  203. }
  204. #toolKSYFX {
  205. background: url(/images/layout/screen_28.png);
  206. }
  207. #toolTTFX {
  208. background: url(/images/layout/screen_31.png);
  209. }
  210. #toolGDLS {
  211. background: url(/images/layout/screen_38.png);
  212. }
  213. #clearAllTools {
  214. float: right;
  215. cursor: pointer;
  216. margin-right: 20px;
  217. }
  218. #toolsFor3d .toolsimg {
  219. width: 17px;
  220. height: 17px;
  221. background: url(/images/layout/screen_17.png) no-repeat 0px 0px;
  222. float: left;
  223. margin-top: -21px;
  224. margin-left: 10px;
  225. }
  226. #toolLDZZ:hover {
  227. background: url(/images/layout/screenhover_03.png);
  228. }
  229. #toolKSYFX:hover{
  230. background: url(/images/layout/screenhover_05.png);
  231. }
  232. #toolTTFX:hover{
  233. background: url(/images/layout/screenhover_07.png);
  234. }
  235. #toolGDLS:hover{
  236. background: url(/images/layout/screenhover_14.png);
  237. }
  238. #flyLineModal .submit .cur{
  239. color: #00f6ff;
  240. }
  241. #model3DList {
  242. margin: 0 0 0 13px;
  243. }
  244. #model3DList li {
  245. width:49%;
  246. float:left;
  247. padding:10px 0;
  248. }
  249. #model3DList li input {
  250. margin-right:10px;
  251. }
  252. #model3DList li label {
  253. color:#fff;
  254. }