style.css 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905
  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 .btn-borderless {
  336. width: 16px;
  337. height: 16px;
  338. padding: 0;
  339. }
  340. .btn-borderless:hover {
  341. background: transparent !important;
  342. border: 1px solid transparent !important;
  343. }
  344. .list-group-item .glyphicon-share-alt:before {
  345. content: '' !important;
  346. width: 16px;
  347. height: 16px;
  348. background: url(../img/icon/icon_share.png)no-repeat;
  349. background-size: 100% 100%;
  350. display: inline-block;
  351. }
  352. .list-group-item .data-set-info {
  353. display: flex;
  354. align-items: self-start;
  355. justify-content: center;
  356. }
  357. .list-group-item .data-set-info .data-set-icon {
  358. padding: 6px;
  359. border: none;
  360. margin-top: 5px;
  361. }
  362. /* 查看 */
  363. sidebar-menu #view-menu>.panel-body .checkbox:hover {
  364. background: transparent !important;
  365. color: #15BEC8;
  366. }
  367. sidebar-menu .checkbox input[type=checkbox] {
  368. width: 16px;
  369. height: 16px;
  370. background: url(../img/icon/sel@2x_1.png)no-repeat !important;
  371. background-size: 100% 100%;
  372. }
  373. .panel-heading {
  374. background: transparent !important;
  375. }
  376. poi-type-group-list .panel-default>.panel-heading {
  377. border-color: transparent;
  378. }
  379. sidebar-menu-item>li icon {
  380. padding: 10px !important;
  381. }
  382. /* 兴趣点 */
  383. .panel-heading .btn-group button {
  384. background: transparent;
  385. border-color: transparent;
  386. }
  387. .panel-heading .btn-group button:active {
  388. background: transparent;
  389. }
  390. .panel-heading .btn-group button:hover {
  391. background: #15BEC8;
  392. }
  393. .panel-heading .btn-group button .fa::before {
  394. color: #fff;
  395. }
  396. poi-type-list .checkbox {
  397. display: flex;
  398. align-items: center;
  399. }
  400. .list-group-item .list-group-item-heading {
  401. display: flex;
  402. align-items: center;
  403. }
  404. poi-type-list .fa-pencil:before,
  405. .list-group-item-heading .fa-pencil:before {
  406. width: 16px;
  407. height: 16px;
  408. content: '';
  409. background: url(../img/icon/icon_edit.png)no-repeat;
  410. background-size: 100% 100%;
  411. display: inline-block;
  412. }
  413. /* 弹窗 */
  414. .modal-dialog .modal-content {
  415. background: rgba(0, 0, 0, .8);
  416. color: #fff;
  417. }
  418. .modal-dialog .modal-content .form-group select {
  419. background: transparent;
  420. border: 1px solid rgba(255, 255, 255, 0.4);
  421. color: #fff;
  422. }
  423. .modal-dialog .modal-content .form-group select option {
  424. background: rgba(0, 0, 0, .8);
  425. color: #fff;
  426. }
  427. .modal-dialog .modal-content .form-group select option:hover {
  428. background: #15BEC8;
  429. }
  430. .modal-dialog .nav-pills-used-langs li>a {
  431. color: #fff;
  432. }
  433. .modal-dialog .nav-pills-used-langs li>a:hover {
  434. background: transparent;
  435. }
  436. .modal-dialog .modal-content .nav-pills>li.active>a {
  437. background: #15BEC8;
  438. }
  439. .modal-dialog .modal-body .btn-danger {
  440. border: 1px solid rgba(255, 255, 255, 0.4);
  441. background: transparent;
  442. }
  443. .modal-dialog .modal-content .glyphicon-trash:before {
  444. width: 16px;
  445. height: 16px;
  446. background: url('../img/icon/icon_del.png')no-repeat;
  447. background-size: 100% 100%;
  448. display: inline-block;
  449. content: '';
  450. }
  451. .modal-dialog .modal-body .btn-default {
  452. background-color: transparent;
  453. color: #fff;
  454. border-radius: 4px;
  455. border: 1px solid rgba(255, 255, 255, 0.4);
  456. }
  457. .modal-dialog .modal-body .btn-default:hover {
  458. color: #fff;
  459. }
  460. .modal-dialog .modal-footer .btn-default {
  461. border-radius: 4px;
  462. border: 1px solid #15BEC8;
  463. color: #15BEC8;
  464. background: transparent;
  465. }
  466. .modal-dialog .modal-footer .btn-primary:hover {
  467. color: #fff;
  468. background-color: #15BEC8;
  469. border-color: #15BEC8;
  470. }
  471. .modal-header {
  472. border-bottom: 1px solid rgba(255, 255, 255, .2) !important;
  473. }
  474. .modal-footer {
  475. border-top: 1px solid rgba(255, 255, 255, .2) !important;
  476. }
  477. /* .modal-dialog .btn-default:hover {
  478. background: transparent;
  479. color: #15BEC8;
  480. } */
  481. .modal-dialog .btn-primary {
  482. background-color: #15BEC8;
  483. border-color: #15BEC8;
  484. }
  485. .modal-dialog .btn-primary:hover {
  486. /* opacity: 0.9; */
  487. }
  488. .modal-dialog input.form-control {
  489. background: transparent;
  490. border: 1px solid rgba(255, 255, 255, 0.4);
  491. color: #fff;
  492. }
  493. .form-group select {
  494. background: transparent !important;
  495. border: 1px solid rgba(255, 255, 255, 0.4) !important;
  496. color: #fff !important;
  497. }
  498. .form-group select option {
  499. background: rgba(0, 0, 0, .8) !important;
  500. color: #fff !important;
  501. }
  502. .form-group select option:hover {
  503. background: #15BEC8 !important;
  504. }
  505. hr {
  506. border-top: 1px solid rgba(255, 255, 255, .2) !important;
  507. }
  508. input {
  509. background: transparent !important;
  510. border: 1px solid rgba(255, 255, 255, 0.4) !important;
  511. color: #fff !important;
  512. }
  513. .ui-widget-content {
  514. background: transparent !important;
  515. border-color: #15BEC8 !important;
  516. }
  517. .ui-button,
  518. .ui-state-default,
  519. .ui-widget-content .ui-state-default,
  520. .ui-widget-header .ui-state-default,
  521. html .ui-button.ui-state-disabled:active,
  522. html .ui-button.ui-state-disabled:hover {
  523. background: #15BEC8 !important;
  524. border-color: #15BEC8 !important;
  525. }
  526. .glyphicon-chevron-down:before {
  527. color: #fff;
  528. }
  529. sidebar-menu #view-menu #pointcloud-menu #pointcloud-options #pointcloud-pane>div>button {
  530. background: transparent !important;
  531. }
  532. sidebar-menu-items-collection>.panel-autoscroll::-webkit-scrollbar {
  533. width: 8px;
  534. }
  535. sidebar-menu-items-collection>.panel-autoscroll::-webkit-scrollbar-track {
  536. background-color: #000;
  537. -webkit-border-radius: 1em;
  538. -moz-border-radius: 1em;
  539. border-radius: 1em;
  540. }
  541. sidebar-menu-items-collection>.panel-autoscroll::-webkit-scrollbar-thumb {
  542. background-color: rgba(255, 255, 255, .2);
  543. -webkit-border-radius: 1em;
  544. -moz-border-radius: 1em;
  545. border-radius: 1em;
  546. }
  547. .clear-background .siteModelIcon {
  548. /* width: 24px;
  549. height: 24px; */
  550. }
  551. .border-top,
  552. left-panel .poi-extensions-box>*>* {
  553. border-top: 1px solid rgba(255, 255, 255, .2) !important;
  554. }
  555. .search-box #searchInput.padding-left-menu-icon {
  556. border-color: transparent !important;
  557. }
  558. .list-group-item {
  559. border-color: rgba(255, 255, 255, .2) !important;
  560. }
  561. .panel-autoscroll sidebar-menu-item.active:active>li,
  562. .panel-autoscroll sidebar-menu-item.active:hover>li,
  563. .panel-autoscroll sidebar-menu-item.active>li,
  564. .panel-autoscroll sidebar-menu-item>li.active,
  565. .panel-autoscroll sidebar-menu-item>li.active:active,
  566. .panel-autoscroll sidebar-menu-item>li.active:hover {
  567. color: #15BEC8 !important;
  568. background-color: rgba(0, 0, 0, 0.5) !important;
  569. }
  570. /* .panel-autoscroll sidebar-menu-item.active>li icon>i.material-icons[icon-ligature="straighten"] {
  571. background: url(../img/icon/icon_measure@2x_1.png)no-repeat;
  572. background-size: 100% 100%;
  573. width: 20px;
  574. height: 20px;
  575. color: transparent;
  576. } */
  577. navbar-menu .navbar-menu-panel #login-panel {
  578. background-color: rgba(0, 0, 0, 0.8) !important;
  579. color: #fff;
  580. }
  581. #login-panel .panel-heading {
  582. color: #fff;
  583. }
  584. #login-panel .btn-primary {
  585. background: #15BEC8;
  586. }
  587. #login-panel .panel-heading {
  588. border-color: rgba(255, 255, 255, 0.2);
  589. }
  590. #login-panel .border-bottom {
  591. border: 1px solid rgba(255, 255, 255, 0.2);
  592. }
  593. .vertical-menu .vertical-menu-heading .menu-close-button {
  594. /* width: 16px;
  595. height: 16px; */
  596. }
  597. /* 测量右侧 */
  598. .vertical-menu .expand-wrapper {
  599. background: transparent !important;
  600. border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
  601. }
  602. .vertical-menu {
  603. background-color: #141414 !important;
  604. color: #fff !important;
  605. }
  606. .vertical-menu .ng-binding {
  607. color: #fff !important;
  608. }
  609. .tool-container img.selected,
  610. .tool-container img:hover {
  611. background-color: #15BEC8 !important;
  612. }
  613. point-cloud-viewport .view-switcher__holder .btn-default {
  614. background: rgba(0, 0, 0, 0.8);
  615. border-color: transparent;
  616. }
  617. point-cloud-viewport .view-switcher__holder .btn-default svg {
  618. color: #fff;
  619. }
  620. /* 路线弹窗 */
  621. route-inputs .route-box {
  622. background: transparent;
  623. }
  624. route-inputs .border-bottom {
  625. border-bottom: 1px solid transparent;
  626. }
  627. route-inputs .route-box .btn-reverse-route,
  628. route-inputs .route-box .btn-reverse-route:hover {
  629. background: transparent;
  630. right: 27px;
  631. }
  632. /* 分享 */
  633. share-menu .form-group+.no-margin-bottom {
  634. display: none;
  635. }
  636. /* 坐标 */
  637. sidebar-menu-items-collection>.panel-autoscroll>.sidebar-menu-template span {
  638. color: #999999 !important;
  639. }
  640. sidebar-menu-items-collection>.panel-autoscroll>.sidebar-menu-template select {
  641. background: transparent !important;
  642. border: 1px solid rgba(255, 255, 255, 0.4) !important;
  643. color: #fff !important;
  644. }
  645. sidebar-menu-items-collection>.panel-autoscroll>.sidebar-menu-template select option {
  646. background: rgba(0, 0, 0, .8) !important;
  647. color: #fff !important;
  648. }
  649. sidebar-menu-items-collection>.panel-autoscroll>.sidebar-menu-templateselect option:hover {
  650. background: #15BEC8 !important;
  651. }
  652. /* 编辑模式 */
  653. /* .panel-heading{
  654. color: #fff !important;
  655. } */
  656. site-model-collection .dataset-grp-toolbar {
  657. background: transparent;
  658. display: flex;
  659. align-items: center;
  660. justify-content: space-between;
  661. }
  662. site-model-collection .dataset-grp-toolbar .fa {
  663. color: #fff;
  664. }
  665. site-model-editor .site-model-tree-entity>[role=button].selected>dataset-group-toolbar .dataset-grp-toolbar button {
  666. color: #fff !important;
  667. }
  668. site-model-editor .btn-primary {
  669. background: #15BEC8;
  670. }
  671. site-model-editor .btn-primary:hover {
  672. background: #15BEC8;
  673. }
  674. form[class="ng-pristine ng-valid"] .panel {
  675. display: none;
  676. }
  677. .btn-group>.btn:first-child {
  678. color: #fff;
  679. }
  680. vector-map-toolbar[class="ng-isolate-scope"] .btn-toolbar .btn-default {
  681. color: #fff;
  682. }
  683. vector-map-toolbar[class="ng-isolate-scope"] .btn-toolbar .btn-default:hover {
  684. background: #15BEC8;
  685. }
  686. .form-control {
  687. background: transparent !important;
  688. color: #fff !important;
  689. }
  690. download-button .collapse-style {
  691. background-color: transparent !important;
  692. }
  693. .input-group-addon {
  694. background: transparent !important;
  695. }
  696. download-button .dropdown-toggle {
  697. background: transparent !important;
  698. }
  699. .vertical-menu .vertical-menu-content ul {
  700. background: transparent !important;
  701. }
  702. .dropdown-menu>li.active,
  703. .dropdown-menu>li:focus,
  704. .dropdown-menu>li:hover {
  705. background: #15BEC8 !important;
  706. }
  707. .vertical-menu-content ul .selected {
  708. background: #15BEC8 !important;
  709. }
  710. download-button .input-group .btn-primary {
  711. background-color: #15BEC8;
  712. border-color: #15BEC8;
  713. }
  714. .route-box .btn-close:active,
  715. .route-box .btn-close:hover {
  716. background: transparent !important;
  717. }
  718. attributes-editor .form-group .btn-primary:hover {
  719. background: #15BEC8;
  720. border-color: #15BEC8;
  721. }