style.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561
  1. div.smMap {
  2. z-index: 0;
  3. padding: 0px!important;
  4. margin: 0px!important;
  5. // cursor: default;
  6. cursor: url("../images/cursors/Pan.cur"),default;
  7. border:1px solid #3473b7;
  8. }
  9. div.smMapViewport {
  10. text-align: left;
  11. }
  12. div.smLayerDiv {
  13. -moz-user-select: none;
  14. }
  15. .smLayerGoogleCopyright {
  16. left: 2px;
  17. bottom: 2px;
  18. }
  19. .smLayerGooglePoweredBy {
  20. left: 2px;
  21. bottom: 15px;
  22. }
  23. .smControlAttribution {
  24. font-size: smaller;
  25. right: 3px;
  26. bottom: 0.5em;
  27. position: absolute;
  28. display: block;
  29. }
  30. .smControlScale {
  31. right: 3px;
  32. bottom: 3em;
  33. display: block;
  34. position: absolute;
  35. font-size: smaller;
  36. }
  37. .smControlScaleLine {
  38. display: block;
  39. position: absolute;
  40. left: 10px;
  41. bottom: 15px;
  42. font-size: xx-small;
  43. }
  44. .smControlScaleLineBottom {
  45. border: solid 2px black;
  46. border-bottom: none;
  47. margin-top:-2px;
  48. text-align: center;
  49. }
  50. .smControlScaleLineTop {
  51. border: solid 2px black;
  52. border-top: none;
  53. text-align: center;
  54. }
  55. .smControlPermalink {
  56. right: 3px;
  57. bottom: 1.5em;
  58. display: block;
  59. position: absolute;
  60. font-size: smaller;
  61. }
  62. div.smControlMousePosition {
  63. bottom: 0em;
  64. right: 3px;
  65. display: block;
  66. position: absolute;
  67. font-family: Arial;
  68. font-size: smaller;
  69. }
  70. .smControlOverviewMapContainer {
  71. position: absolute;
  72. bottom: 0px;
  73. right: 0px;
  74. background-color: #e5f3ff;
  75. }
  76. .smControlOverviewMapElement {
  77. border-left:1px solid #3473b7;
  78. border-top:1px solid #3473b7;
  79. padding-top: 4px;
  80. padding-left: 4px;
  81. }
  82. .smControlOverviewMapMinimizeButton {
  83. right: 0px;
  84. bottom: 1px;
  85. cursor: pointer;
  86. }
  87. .smControlOverviewMapMaximizeButton {
  88. right: 0px;
  89. bottom: 1px;
  90. cursor: pointer;
  91. }
  92. .smControlOverviewMapExtentRectangle {
  93. overflow: hidden;
  94. /*background-image:url(../../image/blank.gif);*/
  95. border: 1px solid red;
  96. background:#69F;
  97. filter:alpha(opacity=50);/* IE */
  98. -moz-opacity:0.5;/* Moz + FF */
  99. opacity: 0.5; /* 支持CSS3的浏览器(FF 1.5也支持)*/
  100. }
  101. .smControlOverviewMapRectReplacement {
  102. overflow: hidden;
  103. cursor: url("../images/cursors/PanDown.cur"),move;
  104. background-image: url(../images/overview_replacement.gif);
  105. background-repeat: no-repeat;
  106. background-position: center;
  107. }
  108. .smLayerGeoRSSDescription {
  109. float:left;
  110. width:100%;
  111. overflow:auto;
  112. font-size:1.0em;
  113. }
  114. .smLayerGeoRSSClose {
  115. float:right;
  116. color:gray;
  117. font-size:1.2em;
  118. margin-right:6px;
  119. font-family:sans-serif;
  120. }
  121. .smLayerGeoRSSTitle {
  122. float:left;font-size:1.2em;
  123. }
  124. .smPopupContent {
  125. padding:5px;
  126. overflow: auto;
  127. }
  128. .smHandlerBoxZoomBox {
  129. border: 2px solid red;
  130. position: absolute;
  131. background-color: white;
  132. opacity: 0.50;
  133. font-size: 1px;
  134. filter: alpha(opacity=50);
  135. }
  136. .smHandlerBoxSelectFeature {
  137. border: 2px solid blue;
  138. position: absolute;
  139. background-color: white;
  140. opacity: 0.50;
  141. font-size: 1px;
  142. filter: alpha(opacity=50);
  143. }
  144. .smPopupCloseBox {
  145. background: url("../images/close.gif") no-repeat;
  146. cursor: pointer;
  147. }
  148. .smFramedCloudPopupContent {
  149. padding: 5px;
  150. overflow: auto;
  151. }
  152. .smImageLoadError {
  153. background-color: pink;
  154. opacity: 0.5;
  155. filter: alpha(opacity=50); /* IE */
  156. display: none;
  157. }
  158. /**
  159. * Cursor styles
  160. */
  161. .smDefault {
  162. cursor: default;
  163. }
  164. .smCursorWait {
  165. cursor: wait;
  166. }
  167. .smDragDown {
  168. cursor: url("../images/cursors/PanDown.cur"),move;
  169. }
  170. .smDragDownCanvas {
  171. cursor: move;
  172. }
  173. .smDragUp {
  174. cursor: url("../images/cursors/Pan.cur"),auto;
  175. }
  176. .smCursorPointer {
  177. cursor: pointer;
  178. }
  179. .smDrawBox {
  180. cursor: crosshair;
  181. }
  182. .smControlDragFeatureOver {
  183. /*cursor: move;*/
  184. }
  185. .smControlDragFeatureActive.smControlDragFeatureOver.smDragDown {
  186. /* cursor: -moz-grabbing;*/
  187. }
  188. /**
  189. * Layer switcher
  190. */
  191. .smControlLayerSwitcher {
  192. position: absolute;
  193. top: 25px;
  194. right: 0px;
  195. width: 20em;
  196. font-family: sans-serif;
  197. font-weight: bold;
  198. margin-top: 3px;
  199. margin-left: 3px;
  200. margin-bottom: 3px;
  201. font-size: smaller;
  202. color: white;
  203. background-color: transparent;
  204. cursor: default;
  205. }
  206. .smControlLayerSwitcher .layersDiv {
  207. padding-top: 5px;
  208. padding-left: 10px;
  209. padding-bottom: 5px;
  210. background-color: darkblue;
  211. width: 100%;
  212. height: 100%;
  213. }
  214. /*白色样式下*/
  215. .smControlLayerSwitcher .layersDivWhite {
  216. padding-top: 5px;
  217. padding-left: 10px;
  218. padding-bottom: 5px;
  219. background-color: darkblue;
  220. width: 100%;
  221. height: 100%;
  222. }
  223. .smControlLayerSwitcher .layersDiv .baseLbl,
  224. .smControlLayerSwitcher .layersDiv .dataLbl {
  225. margin-top: 3px;
  226. margin-left: 3px;
  227. margin-bottom: 3px;
  228. }
  229. .smControlLayerSwitcher .layersDiv .baseLayersDiv,
  230. .smControlLayerSwitcher .layersDiv .dataLayersDiv {
  231. padding-left: 3px;
  232. }
  233. .smControlLayerSwitcher .maximizeDiv,
  234. .smControlLayerSwitcher .minimizeDiv {
  235. top: 0px;
  236. right: 0px;
  237. text-align: left;
  238. cursor: pointer;
  239. }
  240. .smControlLayerSwitcher .maximizeDiv{
  241. border: 3px solid #a5c8ec;
  242. }
  243. .smControlLayerSwitcher .maximizeDivWhite{
  244. top: 0px;
  245. right: 0px;
  246. cursor: pointer;
  247. }
  248. div.smControlLayerSwitcher {
  249. position: absolute;
  250. top: 50px;
  251. right: 0px;
  252. width: 171px;
  253. font-family: sans-serif;
  254. font-weight: bold;
  255. margin: 0px 3px 3px;
  256. font-size: smaller;
  257. font-size: 13px;
  258. color: #4083c2;
  259. background-color: transparent;
  260. border: 3px solid #a5c8ec;
  261. }
  262. div.smControlLayerSwitcher div.layersDiv {
  263. padding-top: 25px;
  264. padding-left: 5px;
  265. padding-bottom: 5px;
  266. background-color: #FFFFFF;
  267. width: 166px;
  268. height: 100%;
  269. }
  270. div.smControlLayerSwitcher div.layersDivWhite {
  271. padding-top: 10px;
  272. padding-left: 5px;
  273. padding-bottom: 10px;
  274. background-color: #FFFFFF;
  275. width: 166px;
  276. height: 100%;
  277. color: #565656;
  278. box-shadow:0px 0px 3px #ababab;
  279. border:1px solid #d7d7d7;
  280. border-radius:4px;
  281. }
  282. .layerSwitcherHR{
  283. width: 95%;
  284. }
  285. input.inputElem {
  286. width: 14px;
  287. height:14px;
  288. margin-left: 3px;
  289. margin-right:4px;
  290. margin-bottom: 4px;
  291. margin-top: 4px;
  292. vertical-align: middle;
  293. border: 0px;
  294. background-repeat: no-repeat;
  295. background-size: cover;
  296. background-position: 0%,0%;
  297. cursor: pointer;
  298. }
  299. span.labelSpan {
  300. margin-left: 5px;
  301. padding-bottom: 3px;
  302. padding-top: 3px;
  303. height:20px;
  304. vertical-align: middle;
  305. }
  306. div.minimizeDiv .layerSwitcherContent{
  307. position: absolute;
  308. padding: 2px 40px;
  309. }
  310. /**
  311. * Animations
  312. */
  313. .smLayerDiv .smTileImage {
  314. -webkit-transition: opacity 0.2s linear;
  315. -moz-transition: opacity 0.2s linear;
  316. -o-transition: opacity 0.2s linear;
  317. transition: opacity 0.2s linear;
  318. }
  319. #popwin img{
  320. max-width: none;
  321. }
  322. /**
  323. *绘制矩形框
  324. */
  325. .qByBoundsBoxDiv {
  326. background-color: #304DBE;
  327. border: 2px solid #060abe;
  328. opacity: 0.3;
  329. }
  330. /**
  331. * TiledVectorLayerEditor
  332. */
  333. .smControlTiledVectorLayerEditor{
  334. width: 840px;
  335. height: 0px;
  336. }
  337. .smControlTiledVectorLayerEditor form{
  338. width: 92%;
  339. margin: auto;
  340. }
  341. .smControlTiledVectorLayerEditor li{
  342. margin-top: 5px;
  343. margin-bottom: 7px;
  344. }
  345. .smShowHideBtn-container{
  346. background-color: #dddddd;
  347. }
  348. .smShowHideBtn-container .smShowHideBtn{
  349. content: "";
  350. width: 16px;
  351. height: 16px;
  352. cursor: pointer;
  353. float: left;
  354. }
  355. .smShowHideBtn-container .smShowHideBtn:hover{
  356. background-color: #ffffff;
  357. border-color: #adadad;
  358. color: #333;
  359. }
  360. .smShowHideBtn-container .smShowHideBtn.show:hover{
  361. background-color: #ffffff;
  362. border-color: #adadad;
  363. color: #333;
  364. }
  365. .smShowHideBtnBottom-container{
  366. clear: left;
  367. }
  368. .smShowHideBtn-container .smLeftTopBtn{
  369. background: url("../images/right-bottom.png") no-repeat center;
  370. }
  371. .smShowHideBtn-container .smRightTopBtn{
  372. background: url("../images/left-bottom.png") no-repeat center;
  373. }
  374. .smShowHideBtn-container .smLeftBottomBtn{
  375. background: url("../images/right-top.png") no-repeat center;
  376. }
  377. .smShowHideBtn-container .smRightBottomBtn{
  378. background: url("../images/left-top.png") no-repeat center;
  379. }
  380. .smShowHideBtn-container .smLeftTopBtn.show{
  381. background: url("../images/left-top.png") no-repeat center;
  382. }
  383. .smShowHideBtn-container .smRightTopBtn.show{
  384. background: url("../images/right-top.png") no-repeat center;
  385. }
  386. .smShowHideBtn-container .smLeftBottomBtn.show{
  387. background: url("../images/left-bottom.png") no-repeat center;
  388. }
  389. .smShowHideBtn-container .smRightBottomBtn.show{
  390. background: url("../images/right-bottom.png") no-repeat center;
  391. }
  392. .smMainPanel{
  393. background-color: #fff;
  394. border: 1px solid #ddd;
  395. border-radius: 4px;
  396. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  397. margin-bottom: 20px;
  398. width: 100%;
  399. height: 212px;
  400. }
  401. .smMainPanel.hide{
  402. display: none;
  403. }
  404. .smPanel-header{
  405. background-color: #f5f5f5;
  406. color: #333;
  407. border: 1px solid #ddd;
  408. border-top-left-radius: 3px;
  409. border-top-right-radius: 3px;
  410. border-bottom: 0px;
  411. width: 100%;
  412. }
  413. .smMainPanel-title{
  414. margin: 4px;
  415. padding-left: 16px;
  416. padding-bottom: 8px;
  417. }
  418. .smMainPanel-body{
  419. width: 100%;
  420. height: 167px;
  421. font-size: 0.9em;
  422. }
  423. .smPanelPointer{
  424. border: 2px solid rgba(0,0,0,0);
  425. }
  426. .smPanelPointer:hover{
  427. cursor: pointer;
  428. border: 2px solid #54cbd2;
  429. }
  430. .smPanelPointer.select{
  431. border: 2px solid #0e90d2;
  432. }
  433. .smLayerInfoPanel{
  434. width: 40%;
  435. float:left;
  436. left: 5px;
  437. }
  438. .smSubPanel{
  439. height: 100%;
  440. border: 2px solid #ddd;
  441. border-top: 0px;
  442. }
  443. .smPanel-title{
  444. padding-left: 5px;
  445. }
  446. .smSubPanel-body{
  447. overflow-y: auto;
  448. height: 142px;
  449. }
  450. .smLayerInfoLI ul{
  451. display: none;
  452. }
  453. .smLayerInfoLI.open ul{
  454. display: block;
  455. }
  456. .smEditPanel{
  457. display: none;
  458. width: 55%;
  459. float: right;
  460. right: 5px;
  461. }
  462. .smEditPanel.show{
  463. display: block;
  464. }
  465. .smEditPanelControl{
  466. margin: 10px;
  467. }
  468. .smPanelCheckbox{
  469. float:left;
  470. margin-right: 10px;
  471. }
  472. input.smPanelValueInput{
  473. width: 47px;
  474. margin-left: 10px;
  475. }
  476. .smControlTiledVectorLayerEditor .smRegularTable{
  477. margin-top: 25px;
  478. }
  479. .smControlTiledVectorLayerEditor .smAdvanceTable{
  480. margin-top: 25px;
  481. }
  482. .smControlTiledVectorLayerEditor .smAdvanceTable.hide{
  483. display: none;
  484. }
  485. .smControlTiledVectorLayerEditor .smSecondTd{
  486. text-align: right;
  487. }
  488. .smControlTiledVectorLayerEditor .smSplitLine{
  489. border-bottom: 2px solid #CFCFCA;
  490. text-align: right;
  491. padding: 20px 85px 5px;
  492. margin-bottom: 15px;
  493. }
  494. .smControlTiledVectorLayerEditor .smSplitLineBottom.hide{
  495. border-bottom: 0px;
  496. }
  497. .smControlTiledVectorLayerEditor .smSplitLineTop.hide{
  498. display: none;
  499. }
  500. /**
  501. * SuperMap.Tool.Slider
  502. */
  503. .smToolSlider{
  504. border: 1px solid #A9A9A9;
  505. height: 6px;
  506. position: relative;
  507. display: inline-block;
  508. }
  509. .smToolSlider .smToolCompleteBar{
  510. content: " ";
  511. border: 2px solid #BCBCBC;
  512. height: 0px;
  513. margin-top: 1px;
  514. }
  515. .smToolSlider .smToolSliderBar{
  516. content: " ";
  517. border: 1px solid #A9A9A9;
  518. height: 19px;
  519. position: absolute;
  520. top: -8px;
  521. background-color: #EBEBE4;
  522. }
  523. .smToolSlider .smToolSliderBar.down{
  524. background-color: #ffffff;
  525. }