style.css 30 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396
  1. body a,
  2. body .link {
  3. color: #15BEC8;
  4. text-decoration: none;
  5. }
  6. body a:focus,
  7. body a:hover {
  8. color: #15BEC8;
  9. text-decoration: underline;
  10. }
  11. .ng-isolate-scope .vertical-menu {
  12. background-color: rgba(0, 0, 0, 0.8) !important;
  13. }
  14. /* sidebar-menu .copyright-area>.logo img {
  15. width: 104px !important;
  16. margin-left: 10px;
  17. } */
  18. .vertical-menu .vertical-menu-heading {
  19. background-color: transparent !important;
  20. border-bottom: 1px solid rgba(255, 255, 255, .2) !important;
  21. }
  22. .vertical-menu sidebar-menu-item.active:hover>li,
  23. .vertical-menu sidebar-menu-item.active>li {
  24. color: #15BEC8 !important;
  25. background-color: rgba(0, 0, 0, 0.5) !important;
  26. }
  27. .vertical-menu sidebar-menu-item>li:active,
  28. .vertical-menu sidebar-menu-item>li:hover {
  29. color: #15BEC8 !important;
  30. background-color: rgba(0, 0, 0, 0.5) !important;
  31. }
  32. .vertical-menu sidebar-menu-item.active>li {
  33. color: #15BEC8 !important;
  34. background-color: rgba(0, 0, 0, 0.5) !important;
  35. }
  36. .vertical-menu .panel {
  37. background-color: transparent;
  38. color: #fff;
  39. }
  40. .vertical-menu-content {
  41. background-color: transparent !important;
  42. }
  43. sidebar-menu-items-collection {
  44. background-color: transparent !important;
  45. }
  46. sidebar-preview-menu>.vertical-menu sidebar-menu-items-collection>.panel-autoscroll {
  47. background-color: transparent !important;
  48. }
  49. sidebar-preview-menu>.vertical-menu sidebar-menu-items-collection>.panel-autoscroll {
  50. display: none !important;
  51. }
  52. sidebar-preview-menu>.vertical-menu sidebar-menu-items-collection sidebar-menu-item>li icon>i {
  53. padding-top: 0 !important;
  54. padding-bottom: 0 !important;
  55. text-shadow: none !important;
  56. }
  57. sidebar-preview-menu>.vertical-menu sidebar-menu-items-collection sidebar-menu-item>li:hover icon>i {
  58. color: transparent !important;
  59. }
  60. sidebar-menu-items-collection>.panel-autoscroll {
  61. background-color: rgba(0, 0, 0, 0.5) !important;
  62. /* display: none !important; */
  63. }
  64. sidebar-menu-items-collection.active {
  65. background-color: #141414 !important;
  66. }
  67. sidebar-menu-items-collection>.panel-autoscroll>ul {
  68. background-color: transparent !important;
  69. }
  70. .ng-isolate-scope .vertical-menu .vertical-menu-heading>h3 {
  71. color: #fff;
  72. }
  73. .ng-isolate-scope sidebar-menu-item>li {
  74. color: #fff;
  75. }
  76. sidebar-menu .copyright-area {
  77. color: #fff;
  78. background-color: transparent !important;
  79. }
  80. sidebar-menu .link {
  81. color: #15BEC8;
  82. }
  83. .indoorViewer sidebar-menu>.vertical-menu>.vertical-menu-heading .back-button {
  84. color: #fff;
  85. }
  86. .threeD-overlay #left-panel-pois {
  87. /* width: 360px; */
  88. background: rgba(0, 0, 0, 0.8) !important;
  89. /* margin-left: 78px;
  90. height: 42px; */
  91. }
  92. .search-box #searchInput.padding-left-menu-icon {
  93. background: transparent !important;
  94. /* padding-left: 20px !important; */
  95. }
  96. navbar-menu .navbar-default .navbar-custom>li.navbar-menu-item-sidebar>a {
  97. /* padding: 0 !important; */
  98. }
  99. navbar-menu .navbar-default .navbar-custom>li.navbar-menu-item-sidebar>a icon i {
  100. /* height: 42px !important;
  101. width: 48px !important; */
  102. }
  103. .panel .btn-showhide-poi-details {
  104. color: #fff !important;
  105. }
  106. site-model-details .details-header {
  107. background: transparent !important;
  108. color: #fff !important;
  109. }
  110. .element-on-screen-trigger-wrapper {
  111. color: #fff !important;
  112. }
  113. .poi-btn-toolbar .btn-group button {
  114. border-right: 5px solid transparent !important;
  115. }
  116. .poi-btn-toolbar .btn-group button:hover {
  117. background-color: #15BEC8 !important;
  118. /* color: #15BEC8 !important; */
  119. border-right-color: transparent !important;
  120. }
  121. .poi-btn-toolbar button>.btn-description-mobile,
  122. .poi-btn-toolbar button>div .btn-description-mobile {
  123. color: #fff !important;
  124. }
  125. .panel .btn-showhide-poi-details:hover {
  126. background-color: transparent !important;
  127. }
  128. site-model-details .sme-pois .sme-poi:hover {
  129. background-color: #15BEC8 !important;
  130. }
  131. site-model-details .vcenter.padding-horizontal .long-title {
  132. color: #fff !important;
  133. }
  134. .panel {
  135. background: transparent !important;
  136. }
  137. navbar-menu .navbar-default .navbar-custom>li.navbar-menu-item-sidebar>a icon {
  138. background: transparent !important;
  139. }
  140. navbar-menu .navbar-default .navbar-custom>li.navbar-menu-item-sidebar.shadow {
  141. background: rgba(0, 0, 0, 0.8) !important;
  142. border-radius: 4px !important;
  143. }
  144. .search-box .input-group>.input-group-addon {
  145. background: transparent !important;
  146. /* background: rgba(0, 0, 0, 0.8) !important; */
  147. }
  148. .search-box #searchInput:not(.search-box-radius-poi-selected) {
  149. background: transparent !important;
  150. color: #fff;
  151. border: 1px solid transparent !important;
  152. }
  153. .search-box {
  154. background: transparent !important;
  155. }
  156. .ic_svg.clickable.border-left {
  157. border: none !important;
  158. }
  159. navbar-menu .navbar-default .navbar-custom>li.navbar-menu-item-user {
  160. background-color: #333333 !important;
  161. border: 1px solid #fff;
  162. box-sizing: border-box;
  163. }
  164. sidebar-menu>.vertical-menu>.vertical-menu-heading>.root-heading>span {
  165. display: none !important;
  166. }
  167. sidebar-menu-item>li icon>i.material-icons[icon-ligature="dashboard"] {
  168. background: url(../img/icon/icon_data@2x.png)no-repeat;
  169. background-size: 100% 100%;
  170. width: 20px;
  171. height: 20px;
  172. color: transparent;
  173. }
  174. .vertical-menu sidebar-menu-item.active>li icon>i.material-icons[icon-ligature="dashboard"] {
  175. background: url(../img/icon/icon_data@2_1.png)no-repeat;
  176. background-size: 100% 100%;
  177. }
  178. sidebar-menu-item>li icon>i.material-icons[icon-ligature="remove_red_eye"] {
  179. background: url(../img/icon/icon_eye@2x.png)no-repeat;
  180. background-size: 100% 100%;
  181. width: 20px;
  182. height: 20px;
  183. color: transparent;
  184. }
  185. .vertical-menu sidebar-menu-item.active>li icon>i.material-icons[icon-ligature="remove_red_eye"] {
  186. background: url(../img/icon/icon_eye@2x_1.png)no-repeat;
  187. background-size: 100% 100%;
  188. }
  189. sidebar-menu-item>li icon>i.material-icons[icon-ligature="location_on"] {
  190. background: url(../img/icon/icon_element@2x.png)no-repeat;
  191. background-size: 100% 100%;
  192. width: 20px;
  193. height: 20px;
  194. color: transparent;
  195. }
  196. .vertical-menu sidebar-menu-item.active>li icon>i.material-icons[icon-ligature="mode_edit"] {
  197. background: url(../img/icon/icon_EditMode_1.png)no-repeat;
  198. background-size: 100% 100%;
  199. }
  200. sidebar-menu-item>li icon>i.material-icons[icon-ligature="mode_edit"] {
  201. background: url(../img/icon/icon_EditMode.png)no-repeat;
  202. background-size: 100% 100%;
  203. width: 20px;
  204. height: 20px;
  205. color: transparent;
  206. }
  207. .vertical-menu sidebar-menu-item.active>li icon>i.material-icons[icon-ligature="location_on"] {
  208. background: url(../img/icon/icon_element@2x_1.png)no-repeat;
  209. background-size: 100% 100%;
  210. }
  211. sidebar-menu-item>li icon>i.material-icons[icon-ligature="straighten"] {
  212. background: url(../img/icon/icon_measure@2x.png)no-repeat;
  213. background-size: 100% 100%;
  214. width: 20px;
  215. height: 20px;
  216. color: transparent;
  217. }
  218. .vertical-menu sidebar-menu-item.active>li icon>i.material-icons[icon-ligature="straighten"] {
  219. background: url(../img/icon/icon_measure@2x_1.png)no-repeat;
  220. background-size: 100% 100%;
  221. }
  222. sidebar-menu-item>li icon>i.fa-thumb-tack[iv-tooltip="坐标查询"] {
  223. background: url(../img/icon/icon_location@2x.png)no-repeat;
  224. background-size: 100% 100%;
  225. width: 20px;
  226. height: 20px;
  227. color: transparent;
  228. }
  229. .vertical-menu sidebar-menu-item.active>li icon>i.fa-thumb-tack[iv-tooltip="坐标查询"] {
  230. background: url(../img/icon/icon_location@2x_1.png)no-repeat;
  231. background-size: 100% 100%;
  232. }
  233. /* 数据集 */
  234. .multiple-dataset-selector>h4 {
  235. height: 64px;
  236. margin: 0 auto 30px;
  237. line-height: 64px;
  238. border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  239. display: flex;
  240. align-items: center;
  241. justify-content: space-between;
  242. }
  243. .multiple-dataset-selector>h4 toggle-switch {
  244. width: 50px !important;
  245. height: 24px !important;
  246. }
  247. h4 .toggle-switch {
  248. width: 50px !important;
  249. height: 24px !important;
  250. position: relative;
  251. }
  252. .toggle-switch input:checked+.slider {
  253. background-color: #15BEC8 !important;
  254. }
  255. h4 .toggle-switch .slider:before {
  256. height: 20px !important;
  257. width: 20px !important;
  258. left: 2px;
  259. bottom: 2px;
  260. content: "";
  261. background-color: #fff;
  262. border-radius: 50%;
  263. position: absolute;
  264. }
  265. .toggle-switch input:checked+.slider:before {
  266. transform: translateX(27px) !important;
  267. }
  268. .site-model-button i.collapse-expand-chevron:before {
  269. content: '';
  270. width: 10px;
  271. height: 10px;
  272. background: url(../img/icon/icon_down@2x.png)no-repeat;
  273. background-size: 100% 100%;
  274. }
  275. .site-model-tree-entity .site-model-button {
  276. height: 30px;
  277. }
  278. .site-model-button .siteModelIcon {
  279. width: 16px;
  280. height: 16px;
  281. }
  282. .site-model-button .fa-square-o:before {
  283. content: '';
  284. width: 16px;
  285. height: 16px;
  286. background: url(../img/icon/sel@2x.png)no-repeat;
  287. background-size: 100% 100%;
  288. display: inline-block;
  289. }
  290. sidebar-menu-items-collection .site-model-button .fa-check-square-o:before {
  291. content: '';
  292. width: 16px;
  293. height: 16px;
  294. background: url(../img/icon/sel@2x_1.png)no-repeat;
  295. background-size: 100% 100%;
  296. display: inline-block;
  297. }
  298. .site-model-button .glyphicon-info-sign:before {
  299. content: '';
  300. width: 16px;
  301. height: 16px;
  302. background: url(../img/icon/icon_info@2x.png)no-repeat;
  303. background-size: 100% 100%;
  304. display: inline-block;
  305. }
  306. sidebar-menu-items-collection .site-model-button .dataset-grp-toolbar {
  307. width: 50px;
  308. background: transparent;
  309. display: flex;
  310. align-items: center;
  311. justify-content: space-between;
  312. }
  313. sidebar-menu-items-collection .site-model-button .btn-borderless {
  314. width: 16px;
  315. height: 16px;
  316. padding: 0;
  317. }
  318. sidebar-menu-items-collection .site-model-button .btn-borderless:hover {
  319. background: transparent;
  320. border: 1px solid transparent;
  321. }
  322. sidebar-menu-items-collection .site-model-button .btn-default:active {
  323. background: transparent;
  324. }
  325. sidebar-menu-items-collection .site-model-button .btn-borderless:focus:focus:hover,
  326. sidebar-menu-items-collection .site-model-button .btn-borderless:focus:hover,
  327. sidebar-menu-items-collection .site-model-button .btn-borderless:hover {
  328. background: transparent;
  329. border: 1px solid transparent;
  330. }
  331. .list-group-item {
  332. background: transparent !important;
  333. color: #fff !important;
  334. }
  335. .list-group-item.active {
  336. background: #15BEC8 !important;
  337. }
  338. .list-group-item .btn-borderless {
  339. width: 16px;
  340. height: 16px;
  341. padding: 0;
  342. }
  343. .btn-borderless:hover {
  344. background: transparent !important;
  345. border: 1px solid transparent !important;
  346. }
  347. .list-group-item .glyphicon-share-alt:before {
  348. content: '' !important;
  349. width: 16px;
  350. height: 16px;
  351. background: url(../img/icon/icon_share.png)no-repeat;
  352. background-size: 100% 100%;
  353. display: inline-block;
  354. }
  355. .list-group-item .data-set-info {
  356. display: flex;
  357. align-items: self-start;
  358. justify-content: center;
  359. }
  360. .list-group-item .data-set-info .data-set-icon {
  361. padding: 6px;
  362. border: none;
  363. margin-top: 5px;
  364. }
  365. /* 查看 */
  366. sidebar-menu #view-menu>.panel-body .checkbox:hover {
  367. background: transparent !important;
  368. color: #15BEC8;
  369. }
  370. sidebar-menu .checkbox input[type=checkbox] {
  371. width: 16px;
  372. height: 16px;
  373. background: url(../img/icon/sel@2x_1.png)no-repeat !important;
  374. background-size: 100% 100%;
  375. }
  376. .panel-heading {
  377. background: transparent !important;
  378. }
  379. poi-type-group-list .panel-default>.panel-heading {
  380. border-color: transparent;
  381. }
  382. sidebar-menu-item>li icon {
  383. padding: 10px !important;
  384. }
  385. /* 兴趣点 */
  386. .panel-heading .btn-group button {
  387. background: transparent;
  388. border-color: transparent;
  389. }
  390. .panel-heading .btn-group button:active {
  391. background: transparent;
  392. }
  393. .panel-heading .btn-group button:hover {
  394. background: #15BEC8;
  395. }
  396. .panel-heading .btn-group button .fa::before {
  397. color: #fff;
  398. }
  399. poi-type-list .checkbox {
  400. display: flex;
  401. align-items: center;
  402. }
  403. .list-group-item .list-group-item-heading {
  404. display: flex;
  405. align-items: center;
  406. }
  407. poi-type-list .fa-pencil:before,
  408. .list-group-item-heading .fa-pencil:before {
  409. width: 16px;
  410. height: 16px;
  411. content: '';
  412. background: url(../img/icon/icon_edit.png)no-repeat;
  413. background-size: 100% 100%;
  414. display: inline-block;
  415. }
  416. /* 弹窗 */
  417. .modal-dialog .modal-content {
  418. background: rgba(0, 0, 0, .8);
  419. color: #fff;
  420. }
  421. .modal-dialog .modal-content .form-group select {
  422. background: transparent;
  423. border: 1px solid rgba(255, 255, 255, 0.4);
  424. color: #fff;
  425. }
  426. .modal-dialog .modal-content .form-group select option {
  427. background: rgba(0, 0, 0, .8);
  428. color: #fff;
  429. }
  430. .modal-dialog .modal-content .form-group select option:hover {
  431. background: #15BEC8;
  432. }
  433. .modal-dialog .nav-pills-used-langs li>a {
  434. color: #fff;
  435. }
  436. .modal-dialog .nav-pills-used-langs li>a:hover {
  437. background: transparent;
  438. }
  439. .modal-dialog .modal-content .nav-pills>li.active>a {
  440. background: #15BEC8;
  441. }
  442. .modal-dialog .modal-body .btn-danger {
  443. border: 1px solid rgba(255, 255, 255, 0.4);
  444. background: transparent;
  445. }
  446. .modal-dialog .modal-content .glyphicon-trash:before {
  447. width: 16px;
  448. height: 16px;
  449. background: url('../img/icon/icon_del.png')no-repeat;
  450. background-size: 100% 100%;
  451. display: inline-block;
  452. content: '';
  453. }
  454. .modal-dialog .modal-body .btn-default {
  455. background-color: transparent;
  456. color: #fff;
  457. border-radius: 4px;
  458. border: 1px solid rgba(255, 255, 255, 0.4);
  459. }
  460. .modal-dialog .modal-body .btn-default:hover {
  461. color: #fff;
  462. }
  463. .modal-dialog .modal-footer .btn-default {
  464. border-radius: 4px;
  465. border: 1px solid #15BEC8;
  466. color: #15BEC8;
  467. background: transparent;
  468. }
  469. .modal-dialog .modal-footer .btn-primary:hover {
  470. color: #fff;
  471. background-color: #15BEC8;
  472. border-color: #15BEC8;
  473. }
  474. .modal-header {
  475. border-bottom: 1px solid rgba(255, 255, 255, .2) !important;
  476. }
  477. .modal-footer {
  478. border-top: 1px solid rgba(255, 255, 255, .2) !important;
  479. }
  480. /* .modal-dialog .btn-default:hover {
  481. background: transparent;
  482. color: #15BEC8;
  483. } */
  484. .modal-dialog .btn-primary {
  485. background-color: #15BEC8;
  486. border-color: #15BEC8;
  487. }
  488. .modal-dialog .btn-primary:hover {
  489. /* opacity: 0.9; */
  490. }
  491. .modal-dialog input.form-control {
  492. background: transparent;
  493. border: 1px solid rgba(255, 255, 255, 0.4);
  494. color: #fff;
  495. }
  496. .form-group select {
  497. background: transparent !important;
  498. border: 1px solid rgba(255, 255, 255, 0.4) !important;
  499. color: #fff !important;
  500. }
  501. .form-group select option {
  502. background: rgba(0, 0, 0, .8) !important;
  503. color: #fff !important;
  504. }
  505. .form-group select option:hover {
  506. background: #15BEC8 !important;
  507. }
  508. hr {
  509. border-top: 1px solid rgba(255, 255, 255, .2) !important;
  510. }
  511. input {
  512. background: transparent !important;
  513. border: 1px solid rgba(255, 255, 255, 0.4) !important;
  514. color: #fff !important;
  515. }
  516. .ui-widget-content {
  517. background: transparent !important;
  518. border-color: #15BEC8 !important;
  519. }
  520. .ui-button,
  521. .ui-state-default,
  522. .ui-widget-content .ui-state-default,
  523. .ui-widget-header .ui-state-default,
  524. html .ui-button.ui-state-disabled:active,
  525. html .ui-button.ui-state-disabled:hover {
  526. background: #15BEC8 !important;
  527. border-color: #15BEC8 !important;
  528. }
  529. .glyphicon-chevron-down:before {
  530. color: #fff;
  531. }
  532. sidebar-menu #view-menu #pointcloud-menu #pointcloud-options #pointcloud-pane>div>button {
  533. background: transparent !important;
  534. }
  535. sidebar-menu-items-collection>.panel-autoscroll::-webkit-scrollbar {
  536. width: 8px;
  537. }
  538. sidebar-menu-items-collection>.panel-autoscroll::-webkit-scrollbar-track {
  539. background-color: #000;
  540. -webkit-border-radius: 1em;
  541. -moz-border-radius: 1em;
  542. border-radius: 1em;
  543. }
  544. sidebar-menu-items-collection>.panel-autoscroll::-webkit-scrollbar-thumb {
  545. background-color: rgba(255, 255, 255, .2);
  546. -webkit-border-radius: 1em;
  547. -moz-border-radius: 1em;
  548. border-radius: 1em;
  549. }
  550. .clear-background .siteModelIcon {
  551. /* width: 24px;
  552. height: 24px; */
  553. }
  554. .border-top,
  555. left-panel .poi-extensions-box>*>* {
  556. border-top: 1px solid rgba(255, 255, 255, .2) !important;
  557. }
  558. .search-box #searchInput.padding-left-menu-icon {
  559. border-color: transparent !important;
  560. }
  561. .list-group-item {
  562. border-color: rgba(255, 255, 255, .2) !important;
  563. }
  564. .panel-autoscroll sidebar-menu-item.active:active>li,
  565. .panel-autoscroll sidebar-menu-item.active:hover>li,
  566. .panel-autoscroll sidebar-menu-item.active>li,
  567. .panel-autoscroll sidebar-menu-item>li.active,
  568. .panel-autoscroll sidebar-menu-item>li.active:active,
  569. .panel-autoscroll sidebar-menu-item>li.active:hover {
  570. color: #15BEC8 !important;
  571. background-color: rgba(0, 0, 0, 0.5) !important;
  572. }
  573. /* .panel-autoscroll sidebar-menu-item.active>li icon>i.material-icons[icon-ligature="straighten"] {
  574. background: url(../img/icon/icon_measure@2x_1.png)no-repeat;
  575. background-size: 100% 100%;
  576. width: 20px;
  577. height: 20px;
  578. color: transparent;
  579. } */
  580. navbar-menu .navbar-menu-panel #login-panel {
  581. background-color: rgba(0, 0, 0, 0.8) !important;
  582. color: #fff;
  583. }
  584. #login-panel .panel-heading {
  585. color: #fff;
  586. }
  587. #login-panel .btn-primary {
  588. background: #15BEC8;
  589. }
  590. #login-panel .panel-heading {
  591. border-color: rgba(255, 255, 255, 0.2);
  592. }
  593. #login-panel .border-bottom {
  594. border: 1px solid rgba(255, 255, 255, 0.2);
  595. }
  596. .vertical-menu .vertical-menu-heading .menu-close-button {
  597. /* width: 16px;
  598. height: 16px; */
  599. }
  600. /* 测量右侧 */
  601. .vertical-menu .expand-wrapper {
  602. background: transparent !important;
  603. border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
  604. }
  605. .vertical-menu {
  606. background-color: #141414 !important;
  607. color: #fff !important;
  608. }
  609. .vertical-menu .ng-binding {
  610. color: #fff !important;
  611. }
  612. .tool-container img.selected,
  613. .tool-container img:hover {
  614. background-color: #15BEC8 !important;
  615. }
  616. point-cloud-viewport .view-switcher__holder .btn-default {
  617. background: rgba(0, 0, 0, 0.8);
  618. border-color: transparent;
  619. }
  620. point-cloud-viewport .view-switcher__holder .btn-default svg {
  621. color: #fff;
  622. }
  623. /* 路线弹窗 */
  624. route-inputs .route-box {
  625. background: transparent;
  626. }
  627. route-inputs .border-bottom {
  628. border-bottom: 1px solid transparent;
  629. }
  630. route-inputs .route-box .btn-reverse-route,
  631. route-inputs .route-box .btn-reverse-route:hover {
  632. background: transparent;
  633. right: 27px;
  634. }
  635. /* 分享 */
  636. share-menu .form-group+.no-margin-bottom {
  637. display: none;
  638. }
  639. /* 坐标 */
  640. #coord_editor {
  641. display: none;
  642. }
  643. sidebar-menu-items-collection>.panel-autoscroll>.sidebar-menu-template span {
  644. color: #999999 !important;
  645. }
  646. sidebar-menu-items-collection>.panel-autoscroll>.sidebar-menu-template select {
  647. background: transparent !important;
  648. border: 1px solid rgba(255, 255, 255, 0.4) !important;
  649. color: #fff !important;
  650. }
  651. sidebar-menu-items-collection>.panel-autoscroll>.sidebar-menu-template select option {
  652. background: rgba(0, 0, 0, .8) !important;
  653. color: #fff !important;
  654. }
  655. sidebar-menu-items-collection>.panel-autoscroll>.sidebar-menu-templateselect option:hover {
  656. background: #15BEC8 !important;
  657. }
  658. /* 编辑模式 */
  659. /* .panel-heading{
  660. color: #fff !important;
  661. } */
  662. .ng-isolate-scope sidebar-menu-item>li.sidebar-menu-item-mode-vector-map {
  663. display: none;
  664. }
  665. .ng-isolate-scope sidebar-menu-item>li.sidebar-menu-item-mode-geo-reg {
  666. display: none;
  667. }
  668. site-model-collection .dataset-grp-toolbar {
  669. background: transparent;
  670. display: flex;
  671. align-items: center;
  672. justify-content: space-between;
  673. }
  674. site-model-collection .dataset-grp-toolbar .fa {
  675. color: #fff;
  676. }
  677. site-model-editor .site-model-tree-entity>[role=button].selected>dataset-group-toolbar .dataset-grp-toolbar button {
  678. color: #fff !important;
  679. }
  680. site-model-editor .btn-primary {
  681. background: #15BEC8;
  682. }
  683. site-model-editor .btn-primary:hover {
  684. background: #15BEC8;
  685. }
  686. /* 空间模型 */
  687. form[class="ng-pristine ng-valid"] .panel.panel-default {
  688. border-color: rgba(255, 255, 255, .2);
  689. }
  690. form[class="ng-pristine ng-valid"] .panel .panel-heading {
  691. color: #fff;
  692. border-color: rgba(255, 255, 255, .2);
  693. }
  694. form[class="ng-pristine ng-valid"] .panel .panel-body .add-building {
  695. background: #15BEC8;
  696. color: #fff;
  697. border-color: #15BEC8;
  698. }
  699. form[class="ng-pristine ng-valid"] .panel .panel-body .add-building:hover {
  700. background: #15BEC8;
  701. color: #fff;
  702. }
  703. form[class="ng-pristine ng-valid"] .panel .panel-body .btn-block:nth-of-type(n+2) {
  704. display: none;
  705. }
  706. form[class="ng-pristine ng-valid"] .panel .panel-body label.btn-block {
  707. display: none;
  708. }
  709. /* 点击锁 */
  710. form[class="ng-pristine ng-valid ng-submitted"] .panel.panel-default {
  711. border-color: rgba(255, 255, 255, .2);
  712. }
  713. form[class="ng-pristine ng-valid ng-submitted"] .panel .panel-heading {
  714. color: #fff;
  715. border-color: rgba(255, 255, 255, .2);
  716. }
  717. form[class="ng-pristine ng-valid ng-submitted"] .panel .panel-body .add-building {
  718. background: #15BEC8;
  719. color: #fff;
  720. border-color: #15BEC8;
  721. }
  722. form[class="ng-pristine ng-valid ng-submitted"] .panel .panel-body .add-building:hover {
  723. background: #15BEC8;
  724. color: #fff;
  725. }
  726. form[class="ng-pristine ng-valid ng-submitted"] .panel .panel-body .btn-block:nth-of-type(n+2) {
  727. display: none;
  728. }
  729. form[class="ng-pristine ng-valid ng-submitted"] .panel .panel-body label.btn-block {
  730. display: none;
  731. }
  732. /* 点击透视全景图勾选 */
  733. form[role="form"] .panel.panel-default {
  734. border-color: rgba(255, 255, 255, .2);
  735. }
  736. form[role="form"] .panel .panel-heading {
  737. color: #fff;
  738. border-color: rgba(255, 255, 255, .2);
  739. }
  740. form[role="form"] .panel .panel-body .add-building {
  741. background: #15BEC8;
  742. color: #fff;
  743. border-color: #15BEC8;
  744. }
  745. form[role="form"] .panel .panel-body .add-building:hover {
  746. background: #15BEC8;
  747. color: #fff;
  748. }
  749. form[role="form"] .panel .panel-body .btn-block:nth-of-type(n+2) {
  750. display: none;
  751. }
  752. form[role="form"] .panel .panel-body label.btn-block {
  753. display: none;
  754. }
  755. form[role="form"] .form-group button[ng-click="vm.save()"] {
  756. background-color: #15BEC8;
  757. }
  758. form[class="ng-valid ng-dirty ng-valid-parse"] .panel.panel-default {
  759. border-color: rgba(255, 255, 255, .2);
  760. }
  761. form[class="ng-valid ng-dirty ng-valid-parse"] .panel .panel-heading {
  762. color: #fff;
  763. border-color: rgba(255, 255, 255, .2);
  764. }
  765. form[class="ng-valid ng-dirty ng-valid-parse"] .panel .panel-body .add-building {
  766. background: #15BEC8;
  767. color: #fff;
  768. border-color: #15BEC8;
  769. }
  770. form[class="ng-valid ng-dirty ng-valid-parse"] .panel .panel-body .add-building:hover {
  771. background: #15BEC8;
  772. color: #fff;
  773. }
  774. form[class="ng-valid ng-dirty ng-valid-parse"] .panel .panel-body .btn-block:nth-of-type(n+2) {
  775. display: none;
  776. }
  777. form[class="ng-valid ng-dirty ng-valid-parse"] .panel .panel-body label.btn-block {
  778. display: none !important;
  779. }
  780. /* 空间模型结束 */
  781. .btn-group>.btn:first-child {
  782. color: #fff;
  783. }
  784. vector-map-toolbar[class="ng-isolate-scope"] .btn-toolbar .btn-default {
  785. color: #fff;
  786. }
  787. vector-map-toolbar[class="ng-isolate-scope"] .btn-toolbar .btn-default:hover {
  788. background: #15BEC8;
  789. }
  790. .form-control {
  791. background: transparent !important;
  792. color: #fff !important;
  793. }
  794. download-button .collapse-style {
  795. background-color: transparent !important;
  796. }
  797. .input-group-addon {
  798. background: transparent !important;
  799. }
  800. download-button .dropdown-toggle {
  801. background: transparent !important;
  802. }
  803. .vertical-menu .vertical-menu-content ul {
  804. background: transparent !important;
  805. }
  806. .dropdown-menu {
  807. background: rgba(0, 0, 0, .8) !important;
  808. }
  809. .open>.dropdown-toggle.btn-default,
  810. .open>.dropdown-toggle.btn-default:active {
  811. background: transparent !important;
  812. color: #fff !important;
  813. }
  814. .dropdown-menu>li.active,
  815. .dropdown-menu>li:focus,
  816. .dropdown-menu>li:hover {
  817. background: #15BEC8 !important;
  818. }
  819. .vertical-menu-content ul .selected {
  820. background: #15BEC8 !important;
  821. }
  822. download-button .input-group .btn-primary {
  823. background-color: #15BEC8;
  824. border-color: #15BEC8;
  825. }
  826. .route-box .btn-close:active,
  827. .route-box .btn-close:hover {
  828. background: transparent !important;
  829. }
  830. attributes-editor .form-group .btn-primary:hover {
  831. background: #15BEC8;
  832. border-color: #15BEC8;
  833. }
  834. .panel-body .panel-group .panel:nth-of-type(-n+5) {
  835. display: none;
  836. }
  837. /* 导入/导出兴趣点 */
  838. poi-export-import .collapse-style {
  839. display: none !important;
  840. }
  841. /* 第三方许可 */
  842. #third-party-licenses-button {
  843. display: none;
  844. }
  845. #floorChanger {
  846. background: rgba(0, 0, 0, 0.8) !important;
  847. }
  848. floor-changer .btn-group-vertical button[ng-repeat="floorName in vm.floorNames | reverse"] {
  849. background: transparent !important;
  850. border-radius: 4px !important;
  851. color: #15BEC8 !important;
  852. }
  853. /* 关于 */
  854. #about-modal .modal-body>div:nth-of-type(4) {
  855. display: none;
  856. }
  857. #about-modal .modal-body>div:nth-of-type(5) {
  858. display: none;
  859. }
  860. #about-modal .modal-body>div:nth-of-type(6)>span,
  861. #about-modal .modal-body>div:nth-of-type(6) ul {
  862. display: none;
  863. }
  864. #about-modal .modal-body>div:nth-of-type(6) {
  865. height: 40px;
  866. }
  867. #about-modal .modal-body>div:nth-of-type(7) {
  868. display: none;
  869. }
  870. .panel-body .text-warning {
  871. color: #fff !important;
  872. }
  873. /* 数据集校准 */
  874. button[title="导出实体"] {
  875. display: none !important;
  876. }
  877. input[readonly="readonly"] {
  878. color: #999 !important;
  879. }
  880. .modal-dialog-wide attributes-editor[key-suggestions="['external_entity_id']"] {
  881. display: none !important;
  882. }
  883. /* 变换 */
  884. #transform-panel .panel-body .btn-default {
  885. background: transparent;
  886. color: #fff;
  887. border-color: rgba(255, 255, 255, .2) !important;
  888. }
  889. .panel-heading h3 {
  890. color: #fff !important;
  891. }
  892. #transform-panel .panel-body button:hover {
  893. background: #143537;
  894. }
  895. #transform-panel .panel-body button:focus {
  896. background: #143537;
  897. }
  898. /* 测量 */
  899. measurement-list .material-icons {
  900. color: #fff !important;
  901. }
  902. measurement-list .fa-square-o:before {
  903. color: #fff !important;
  904. }
  905. measurement-list .hovered {
  906. background-color: #143537 !important;
  907. }
  908. measurement-list hr {
  909. border: .5px solid rgba(255, 255, 255, .2) !important;
  910. }
  911. button[title="放大镜"]:hover {
  912. background: #15BEC8 !important;
  913. }
  914. button[title="放大镜"].active svg {
  915. color: #15BEC8 !important;
  916. }
  917. button[title="放大镜"].active:hover svg {
  918. color: #fff !important;
  919. }
  920. measurement-list-toolbar .fa-check-square-o {
  921. color: #fff;
  922. }
  923. .measurement-details-row .fa-check-square-o {
  924. color: #fff;
  925. }
  926. .glyphicon-resize-full::before {
  927. color: #fff !important;
  928. }
  929. .nav-tabs[role="tablist"] {
  930. border-bottom: none !important;
  931. }
  932. .nav-tabs>li.active>a,
  933. .nav-tabs>li.active>a:focus,
  934. .nav-tabs>li.active>a:hover {
  935. color: #fff !important;
  936. background-color: #15BEC8 !important;
  937. border-color: transparent !important;
  938. }
  939. .nav-tabs>li>a {
  940. color: #fff !important;
  941. }
  942. .nav-tabs>li>a:focus,
  943. .nav-tabs>li>a:hover {
  944. background-color: #15BEC8 !important;
  945. border-color: transparent !important;
  946. }
  947. .fa-pencil:before {
  948. color: #fff !important;
  949. }
  950. /* left-panel .poi-extensions-box {
  951. overflow-x: hidden;
  952. } */
  953. .dropdown-menu {
  954. border-top: 1px solid transparent !important;
  955. }
  956. .dropdown-menu .divider {
  957. background-color: rgba(255, 255, 255, .4) !important;
  958. }
  959. .open>.dropdown-toggle.btn-default {
  960. border-color: rgba(255, 255, 255, .4) !important;
  961. }
  962. .dropdown-toggle {
  963. border-color: rgba(255, 255, 255, .4) !important;
  964. }
  965. .btn-file:hover {
  966. background-color: #15BEC8 !important;
  967. }
  968. /* 选择参考数据集 */
  969. #referenceDatasetSelectionSetting {
  970. border: 1px solid rgba(255, 255, 255, .2);
  971. }
  972. /* 搜索 */
  973. #results-list .results-heading {
  974. background-color: transparent !important;
  975. }
  976. .dropdown-menu-search-results>li {}
  977. .dropdown-menu-search-results>li {
  978. color: #fff !important;
  979. background: transparent !important;
  980. }
  981. .dropdown-menu-search-results.dropdown-menu>li.active {
  982. background: transparent !important;
  983. }
  984. .dropdown-menu-search-results.dropdown-menu>li:hover {
  985. background: #15BEC8!important;
  986. }
  987. #results-list .list-group .list-group-item:hover {
  988. background: #15BEC8!important;
  989. }
  990. results-element .checkbox,
  991. .radio {
  992. color: #999999 !important;
  993. }
  994. .dropdown-menu-search-results.dropdown-menu.dropdown-menu-item-separators>li:not(.divider):not(:last-child) {
  995. border-bottom: 1px solid rgba(255, 255, 255, .2);
  996. }
  997. /* PDF */
  998. .cdk-overlay-container mat-dialog-container .mat-dialog-title {
  999. color: #fff;
  1000. }
  1001. .cdk-overlay-container mat-dialog-container .body-container .link-ellipses span.ng-star-inserted {
  1002. color: #fff;
  1003. }
  1004. .cdk-overlay-container mat-dialog-container .body-container i[class="material-icons icn-small clickable"] {
  1005. color: #fff;
  1006. }
  1007. .cdk-overlay-container mat-dialog-container {
  1008. background: rgba(0, 0, 0, .8);
  1009. }
  1010. .cdk-overlay-container mat-dialog-container .measurement-container {
  1011. background: #141414 !important;
  1012. }
  1013. .cdk-overlay-container mat-dialog-container .measurement-container .flex-row {
  1014. color: #fff;
  1015. }
  1016. .cdk-overlay-container mat-dialog-container .measurement-container .flex-row .subtitle {
  1017. color: #fff;
  1018. margin-bottom: 22px;
  1019. }
  1020. .cdk-overlay-container mat-dialog-container .measurement-container .location {
  1021. color: #fff;
  1022. }
  1023. .cdk-overlay-container mat-dialog-container .measurement-container .location img {
  1024. width: 16px;
  1025. height: 16px;
  1026. margin-right: 10px;
  1027. }
  1028. .cdk-overlay-container .mat-flat-button {
  1029. border-radius: 4px;
  1030. border: 1px solid #15BEC8;
  1031. background: transparent;
  1032. color: #15BEC8;
  1033. }
  1034. .cdk-overlay-container mat-dialog-actions .mat-flat-button.mat-primary {
  1035. background: #15BEC8;
  1036. }
  1037. .cdk-overlay-container mat-dialog-container .mat-dialog-content::-webkit-scrollbar {
  1038. width: 8px;
  1039. }
  1040. .cdk-overlay-container mat-dialog-container .mat-dialog-content::-webkit-scrollbar-track {
  1041. background-color: #000;
  1042. -webkit-border-radius: 1em;
  1043. -moz-border-radius: 1em;
  1044. border-radius: 1em;
  1045. }
  1046. .cdk-overlay-container mat-dialog-container .mat-dialog-content::-webkit-scrollbar-thumb {
  1047. background-color: rgba(255, 255, 255, .2);
  1048. -webkit-border-radius: 1em;
  1049. -moz-border-radius: 1em;
  1050. border-radius: 1em;
  1051. }
  1052. /* 导出XML */
  1053. #xmlExport button.form-control {
  1054. border: none;
  1055. background: #15BEC8 !important;
  1056. }
  1057. /* 右键兴趣点 */
  1058. .context-menu-list {
  1059. background: rgba(0, 0, 0, 0.5) !important;
  1060. border: none !important;
  1061. }
  1062. .context-menu-item {
  1063. background: transparent !important;
  1064. color: #fff !important;
  1065. }
  1066. .context-menu-item:hover {
  1067. background: #15BEC8 !important;
  1068. }
  1069. .context-menu-item.context-menu-icon:before {
  1070. color: #fff !important;
  1071. }
  1072. /* 多语言 */
  1073. translation-editor[selected-language="selectedLanguage"] .form-group:first-of-type {
  1074. display: none;
  1075. }