style.css 25 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145
  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. form[class="ng-valid ng-dirty ng-valid-parse"] .panel.panel-default {
  710. border-color: rgba(255, 255, 255, .2);
  711. }
  712. form[class="ng-valid ng-dirty ng-valid-parse"] .panel .panel-heading {
  713. color: #fff;
  714. border-color: rgba(255, 255, 255, .2);
  715. }
  716. form[class="ng-valid ng-dirty ng-valid-parse"] .panel .panel-body .add-building {
  717. background: #15BEC8;
  718. color: #fff;
  719. border-color: #15BEC8;
  720. }
  721. form[class="ng-valid ng-dirty ng-valid-parse"] .panel .panel-body .add-building:hover {
  722. background: #15BEC8;
  723. color: #fff;
  724. }
  725. form[class="ng-valid ng-dirty ng-valid-parse"] .panel .panel-body .btn-block:nth-of-type(n+2) {
  726. display: none;
  727. }
  728. form[class="ng-valid ng-dirty ng-valid-parse"] .panel .panel-body label.btn-block {
  729. display: none !important;
  730. }
  731. /* 空间模型结束 */
  732. .btn-group>.btn:first-child {
  733. color: #fff;
  734. }
  735. vector-map-toolbar[class="ng-isolate-scope"] .btn-toolbar .btn-default {
  736. color: #fff;
  737. }
  738. vector-map-toolbar[class="ng-isolate-scope"] .btn-toolbar .btn-default:hover {
  739. background: #15BEC8;
  740. }
  741. .form-control {
  742. background: transparent !important;
  743. color: #fff !important;
  744. }
  745. download-button .collapse-style {
  746. background-color: transparent !important;
  747. }
  748. .input-group-addon {
  749. background: transparent !important;
  750. }
  751. download-button .dropdown-toggle {
  752. background: transparent !important;
  753. }
  754. .vertical-menu .vertical-menu-content ul {
  755. background: transparent !important;
  756. }
  757. .dropdown-menu {
  758. background: rgba(0, 0, 0, .8) !important;
  759. }
  760. .open>.dropdown-toggle.btn-default,
  761. .open>.dropdown-toggle.btn-default:active {
  762. background: transparent !important;
  763. color: #fff !important;
  764. }
  765. .dropdown-menu>li.active,
  766. .dropdown-menu>li:focus,
  767. .dropdown-menu>li:hover {
  768. background: #15BEC8 !important;
  769. }
  770. .vertical-menu-content ul .selected {
  771. background: #15BEC8 !important;
  772. }
  773. download-button .input-group .btn-primary {
  774. background-color: #15BEC8;
  775. border-color: #15BEC8;
  776. }
  777. .route-box .btn-close:active,
  778. .route-box .btn-close:hover {
  779. background: transparent !important;
  780. }
  781. attributes-editor .form-group .btn-primary:hover {
  782. background: #15BEC8;
  783. border-color: #15BEC8;
  784. }
  785. .panel-body .panel-group .panel:nth-of-type(-n+5) {
  786. display: none;
  787. }
  788. /* 导入/导出兴趣点 */
  789. poi-export-import .collapse-style {
  790. display: none !important;
  791. }
  792. /* 第三方许可 */
  793. #third-party-licenses-button {
  794. display: none;
  795. }
  796. #floorChanger {
  797. background: rgba(0, 0, 0, 0.8) !important;
  798. }
  799. floor-changer .btn-group-vertical button[ng-repeat="floorName in vm.floorNames | reverse"] {
  800. background: transparent !important;
  801. border-radius: 4px !important;
  802. color: #15BEC8 !important;
  803. }
  804. /* 关于 */
  805. #about-modal .modal-body>div:nth-of-type(4) {
  806. display: none;
  807. }
  808. #about-modal .modal-body>div:nth-of-type(5) {
  809. display: none;
  810. }
  811. #about-modal .modal-body>div:nth-of-type(6)>span,
  812. #about-modal .modal-body>div:nth-of-type(6) ul {
  813. display: none;
  814. }
  815. #about-modal .modal-body>div:nth-of-type(6) {
  816. height: 40px;
  817. }
  818. #about-modal .modal-body>div:nth-of-type(7) {
  819. display: none;
  820. }
  821. .panel-body .text-warning {
  822. color: #fff !important;
  823. }
  824. /* 数据集校准 */
  825. button[title="导出实体"] {
  826. display: none !important;
  827. }
  828. input[readonly="readonly"] {
  829. color: #999 !important;
  830. }
  831. .modal-dialog-wide attributes-editor[key-suggestions="['external_entity_id']"] {
  832. display: none !important;
  833. }
  834. /* 变换 */
  835. #transform-panel .panel-body .btn-default {
  836. background: transparent;
  837. color: #fff;
  838. border-color: rgba(255, 255, 255, .2) !important;
  839. }
  840. .panel-heading h3 {
  841. color: #fff !important;
  842. }
  843. /* 测量 */
  844. measurement-list .material-icons {
  845. color: #fff !important;
  846. }
  847. measurement-list .fa-square-o:before {
  848. color: #fff !important;
  849. }
  850. measurement-list .hovered {
  851. background-color: #15BEC8 !important;
  852. }
  853. measurement-list hr {
  854. border: .5px solid rgba(255, 255, 255, .2) !important;
  855. }
  856. button[title="放大镜"]:hover {
  857. background: #15BEC8 !important;
  858. }
  859. button[title="放大镜"].active svg {
  860. color: #15BEC8 !important;
  861. }
  862. button[title="放大镜"].active:hover svg {
  863. color: #fff !important;
  864. }
  865. .glyphicon-resize-full::before {
  866. color: #fff !important;
  867. }
  868. .nav-tabs[role="tablist"] {
  869. border-bottom: none !important;
  870. }
  871. .nav-tabs>li.active>a,
  872. .nav-tabs>li.active>a:focus,
  873. .nav-tabs>li.active>a:hover {
  874. color: #fff !important;
  875. background-color: #15BEC8 !important;
  876. border-color: transparent !important;
  877. }
  878. .nav-tabs>li>a {
  879. color: #fff !important;
  880. }
  881. .nav-tabs>li>a:focus,
  882. .nav-tabs>li>a:hover {
  883. background-color: #15BEC8 !important;
  884. border-color: transparent !important;
  885. }
  886. .fa-pencil:before {
  887. color: #fff !important;
  888. }
  889. /* left-panel .poi-extensions-box {
  890. overflow-x: hidden;
  891. } */