style.css 30 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403
  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. }
  1076. /* 加载地图 */
  1077. sidebar-menu-item li h4[title="加载地图"]+sidebar-menu-items-collection.active {
  1078. position: fixed;
  1079. }