style.css 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749
  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: #141414 !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. /* 首页导航栏 */
  47. sidebar-preview-menu>.vertical-menu sidebar-menu-items-collection>.panel-autoscroll {
  48. /* display: none !important; */
  49. }
  50. sidebar-preview-menu>.vertical-menu sidebar-menu-items-collection sidebar-menu-item>li icon>i {
  51. padding-top: 0 !important;
  52. padding-bottom: 0 !important;
  53. text-shadow: none !important;
  54. }
  55. sidebar-preview-menu>.vertical-menu sidebar-menu-items-collection sidebar-menu-item>li:hover icon>i {
  56. color: transparent !important;
  57. }
  58. sidebar-menu-items-collection>.panel-autoscroll {
  59. background-color: rgba(0, 0, 0, 0.5) !important;
  60. /* display: none !important; */
  61. }
  62. sidebar-menu-items-collection.active {
  63. background-color: #141414 !important;
  64. }
  65. sidebar-menu-items-collection>.panel-autoscroll>ul {
  66. background-color: transparent !important;
  67. }
  68. .ng-isolate-scope .vertical-menu .vertical-menu-heading>h3 {
  69. color: #fff;
  70. }
  71. .ng-isolate-scope sidebar-menu-item>li {
  72. color: #fff;
  73. }
  74. sidebar-menu .copyright-area {
  75. color: #fff;
  76. background-color: transparent !important;
  77. }
  78. sidebar-menu .link {
  79. color: #15BEC8;
  80. }
  81. .indoorViewer sidebar-menu>.vertical-menu>.vertical-menu-heading .back-button {
  82. color: #fff;
  83. }
  84. left-panel .threeD-overlay {
  85. margin: 10px 0 0 60px !important;
  86. position: absolute;
  87. top: 0;
  88. left: 0;
  89. z-index: 100;
  90. max-width: 300px !important;
  91. }
  92. .threeD-overlay #left-panel-pois {
  93. background: rgba(0, 0, 0, 0.8) !important;
  94. border: 1px solid rgba(255, 255, 255, .2);
  95. border-radius: 32px !important;
  96. }
  97. .search-box #searchInput.padding-left-menu-icon {
  98. background: transparent !important;
  99. /* padding-left: 20px !important; */
  100. }
  101. .search-box #searchInput {
  102. color: #fff !important;
  103. font-size: 1em !important;
  104. }
  105. .search-box #searchInput::-webkit-input-placeholde {
  106. color: #fff !important;
  107. }
  108. navbar-menu .navbar-default .navbar-custom>li.navbar-menu-item-sidebar>a {
  109. /* padding: 0 !important; */
  110. }
  111. navbar-menu .navbar-default .navbar-custom>li.navbar-menu-item-sidebar>a icon i {
  112. /* height: 42px !important;
  113. width: 48px !important; */
  114. }
  115. .panel .btn-showhide-poi-details {
  116. color: #fff !important;
  117. }
  118. site-model-details .details-header {
  119. background: transparent !important;
  120. color: #fff !important;
  121. }
  122. .element-on-screen-trigger-wrapper {
  123. color: #fff !important;
  124. }
  125. .poi-btn-toolbar .btn-group button {
  126. border-right: 5px solid transparent !important;
  127. }
  128. .poi-btn-toolbar .btn-group button:hover {
  129. background-color: #15BEC8 !important;
  130. /* color: #15BEC8 !important; */
  131. border-right-color: transparent !important;
  132. }
  133. .poi-btn-toolbar button>.btn-description-mobile,
  134. .poi-btn-toolbar button>div .btn-description-mobile {
  135. color: #fff !important;
  136. }
  137. .panel .btn-showhide-poi-details:hover {
  138. background-color: transparent !important;
  139. }
  140. site-model-details .sme-pois .sme-poi:hover {
  141. background-color: #15BEC8 !important;
  142. }
  143. site-model-details .vcenter.padding-horizontal .long-title {
  144. color: #fff !important;
  145. }
  146. .panel {
  147. background: transparent !important;
  148. }
  149. navbar-menu .navbar-default .navbar-custom>li.navbar-menu-item-sidebar>a icon {
  150. background: transparent !important;
  151. display: none !important;
  152. }
  153. navbar-menu .navbar-default .navbar-custom>li.navbar-menu-item-sidebar.shadow {
  154. background: rgba(0, 0, 0, 0.8) !important;
  155. border-radius: 4px !important;
  156. }
  157. .search-box .input-group>.input-group-addon {
  158. background: transparent !important;
  159. /* background: rgba(0, 0, 0, 0.8) !important; */
  160. }
  161. .search-box #searchInput:not(.search-box-radius-poi-selected) {
  162. background: transparent !important;
  163. color: #fff;
  164. border: 1px solid transparent !important;
  165. }
  166. .search-box {
  167. background: transparent !important;
  168. }
  169. .ic_svg.clickable.border-left {
  170. border: none !important;
  171. }
  172. navbar-menu .navbar-default .navbar-custom>li.navbar-menu-item-user {
  173. background-color: #333333 !important;
  174. border: 1px solid #fff;
  175. box-sizing: border-box;
  176. }
  177. sidebar-menu>.vertical-menu>.vertical-menu-heading>.root-heading>span {
  178. display: none !important;
  179. }
  180. sidebar-preview-menu>.vertical-menu sidebar-menu-items-collection sidebar-menu-item>li {
  181. margin-bottom: 20px;
  182. }
  183. sidebar-menu-item>li icon>i.material-icons[icon-ligature="dashboard"] {
  184. background: url(../img/icon/icon_data@2x.png?4)no-repeat;
  185. background-size: 100% 100%;
  186. width: 60px;
  187. height: 60px;
  188. color: transparent;
  189. }
  190. .vertical-menu sidebar-menu-item.active>li icon>i.material-icons[icon-ligature="dashboard"] {
  191. background: url(../img/icon/icon_data@2_1.png?4)no-repeat;
  192. background-size: 100% 100%;
  193. }
  194. sidebar-menu-item>li icon>i.material-icons[icon-ligature="remove_red_eye"] {
  195. background: url(../img/icon/icon_eye@2x.png?4)no-repeat;
  196. background-size: 100% 100%;
  197. width: 60px;
  198. height: 60px;
  199. color: transparent;
  200. }
  201. .vertical-menu sidebar-menu-item.active>li icon>i.material-icons[icon-ligature="remove_red_eye"] {
  202. background: url(../img/icon/icon_eye@2x_1.png?4)no-repeat;
  203. background-size: 100% 100%;
  204. }
  205. sidebar-menu-item>li icon>i.material-icons[icon-ligature="location_on"] {
  206. background: url(../img/icon/icon_element@2x.png?4)no-repeat;
  207. background-size: 100% 100%;
  208. width: 60px;
  209. height: 60px;
  210. color: transparent;
  211. }
  212. .vertical-menu sidebar-menu-item.active>li icon>i.material-icons[icon-ligature="location_on"] {
  213. background: url(../img/icon/icon_element@2x_1.png?4)no-repeat;
  214. background-size: 100% 100%;
  215. }
  216. sidebar-menu-item>li icon>i.material-icons[icon-ligature="mode_edit"] {
  217. background: url(../img/icon/icon_EditMode_1.png?4)no-repeat;
  218. background-size: 100% 100%;
  219. width: 60px;
  220. height: 60px;
  221. color: transparent;
  222. }
  223. .vertical-menu sidebar-menu-item.active>li icon>i.material-icons[icon-ligature="mode_edit"] {
  224. background: url(../img/icon/icon_EditMode.png?4)no-repeat;
  225. background-size: 100% 100%;
  226. }
  227. sidebar-menu-item>li icon>i.material-icons[icon-ligature="straighten"] {
  228. background: url(../img/icon/icon_measure@2x.png?4)no-repeat;
  229. background-size: 100% 100%;
  230. width: 60px;
  231. height: 60px;
  232. color: transparent;
  233. }
  234. .vertical-menu sidebar-menu-item.active>li icon>i.material-icons[icon-ligature="straighten"] {
  235. background: url(../img/icon/icon_measure@2x_1.png)no-repeat;
  236. background-size: 100% 100%;
  237. }
  238. sidebar-menu-item>li icon>i.fa-thumb-tack[iv-tooltip="坐标"] {
  239. background: url(../img/icon/icon_location@2x.png?4)no-repeat;
  240. background-size: 100% 100%;
  241. width: 60px;
  242. height: 60px;
  243. color: transparent;
  244. }
  245. .vertical-menu sidebar-menu-item.active>li icon>i.fa-thumb-tack[iv-tooltip="坐标"] {
  246. background: url(../img/icon/icon_location@2x_1.png?4)no-repeat;
  247. background-size: 100% 100%;
  248. }
  249. sidebar-menu-item>li icon>i.fa-thumb-tack[iv-tooltip="平面图"] {
  250. background: url(../img/icon/icon_load_n.png?4)no-repeat;
  251. background-size: 100% 100%;
  252. width: 60px;
  253. height: 60px;
  254. color: transparent;
  255. }
  256. .vertical-menu sidebar-menu-item.active>li icon>i.fa-thumb-tack[iv-tooltip="平面图"] {
  257. background: url(../img/icon/icon_load_s.png?4)no-repeat;
  258. background-size: 100% 100%;
  259. }
  260. /* 数据集 */
  261. .ng-isolate-scope sidebar-menu-item>li.sidebar-menu-item-mode-alignment {
  262. display: none !important;
  263. }
  264. .multiple-dataset-selector>h4 {
  265. height: 64px;
  266. margin: 0 auto 30px;
  267. line-height: 64px;
  268. border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  269. display: flex;
  270. align-items: center;
  271. justify-content: space-between;
  272. }
  273. .multiple-dataset-selector>h4 toggle-switch {
  274. width: 50px !important;
  275. height: 24px !important;
  276. }
  277. h4 .toggle-switch {
  278. width: 50px !important;
  279. height: 24px !important;
  280. position: relative;
  281. }
  282. .toggle-switch input:checked+.slider {
  283. background-color: #15BEC8 !important;
  284. }
  285. h4 .toggle-switch .slider:before {
  286. height: 20px !important;
  287. width: 20px !important;
  288. left: 2px;
  289. bottom: 2px;
  290. content: "";
  291. background-color: #fff;
  292. border-radius: 50%;
  293. position: absolute;
  294. }
  295. .toggle-switch input:checked+.slider:before {
  296. transform: translateX(27px) !important;
  297. }
  298. .site-model-button i.collapse-expand-chevron:before {
  299. content: '';
  300. width: 10px;
  301. height: 10px;
  302. background: url(../img/icon/icon_down@2x.png)no-repeat;
  303. background-size: 100% 100%;
  304. }
  305. .site-model-tree-entity .site-model-button {
  306. height: 30px;
  307. }
  308. .site-model-button .siteModelIcon {
  309. width: 16px;
  310. height: 16px;
  311. }
  312. .site-model-button .fa-square-o:before {
  313. content: '';
  314. width: 16px;
  315. height: 16px;
  316. background: url(../img/icon/sel@2x.png)no-repeat;
  317. background-size: 100% 100%;
  318. display: inline-block;
  319. }
  320. sidebar-menu-items-collection .site-model-button .fa-check-square-o:before {
  321. content: '';
  322. width: 16px;
  323. height: 16px;
  324. background: url(../img/icon/sel@2x_1.png)no-repeat;
  325. background-size: 100% 100%;
  326. display: inline-block;
  327. }
  328. .site-model-button .glyphicon-info-sign:before {
  329. content: '';
  330. width: 16px;
  331. height: 16px;
  332. background: url(../img/icon/icon_info@2x.png)no-repeat;
  333. background-size: 100% 100%;
  334. display: inline-block;
  335. }
  336. sidebar-menu-items-collection .site-model-button .dataset-grp-toolbar {
  337. width: 50px;
  338. background: transparent;
  339. display: flex;
  340. align-items: center;
  341. justify-content: space-between;
  342. }
  343. sidebar-menu-items-collection .site-model-button .btn-borderless {
  344. width: 16px;
  345. height: 16px;
  346. padding: 0;
  347. }
  348. sidebar-menu-items-collection .site-model-button .btn-borderless:hover {
  349. background: transparent;
  350. border: 1px solid transparent;
  351. }
  352. sidebar-menu-items-collection .site-model-button .btn-default:active {
  353. background: transparent;
  354. }
  355. sidebar-menu-items-collection .site-model-button .btn-borderless:focus:focus:hover,
  356. sidebar-menu-items-collection .site-model-button .btn-borderless:focus:hover,
  357. sidebar-menu-items-collection .site-model-button .btn-borderless:hover {
  358. background: transparent;
  359. border: 1px solid transparent;
  360. }
  361. .list-group-item {
  362. background: transparent !important;
  363. color: #fff !important;
  364. }
  365. .list-group-item.active {
  366. background: #15BEC8 !important;
  367. }
  368. .list-group-item .btn-borderless {
  369. width: 16px;
  370. height: 16px;
  371. padding: 0;
  372. }
  373. .btn-borderless:hover {
  374. background: transparent !important;
  375. border: 1px solid transparent !important;
  376. }
  377. .list-group-item .glyphicon-share-alt:before {
  378. content: '' !important;
  379. width: 16px;
  380. height: 16px;
  381. background: url(../img/icon/icon_share.png)no-repeat;
  382. background-size: 100% 100%;
  383. display: inline-block;
  384. }
  385. .list-group-item .data-set-info {
  386. display: flex;
  387. align-items: self-start;
  388. justify-content: center;
  389. }
  390. .list-group-item .data-set-info .data-set-icon {
  391. padding: 6px;
  392. border: none;
  393. margin-top: 5px;
  394. }
  395. /* 查看 */
  396. sidebar-menu #view-menu>.panel-body .checkbox:hover {
  397. background: transparent !important;
  398. color: #15BEC8;
  399. }
  400. sidebar-menu .checkbox input[type=checkbox] {
  401. width: 16px;
  402. height: 16px;
  403. background: url(../img/icon/sel@2x_1.png)no-repeat !important;
  404. background-size: 100% 100%;
  405. }
  406. .panel-heading {
  407. background: transparent !important;
  408. }
  409. poi-type-group-list .panel-default>.panel-heading {
  410. border-color: transparent;
  411. }
  412. sidebar-menu-item>li icon {
  413. /* padding: 10px !important; */
  414. }
  415. /* 兴趣点 */
  416. .panel-heading .btn-group button {
  417. background: transparent;
  418. border-color: transparent;
  419. }
  420. .panel-heading .btn-group button:active {
  421. background: transparent;
  422. }
  423. .panel-heading .btn-group button:hover {
  424. background: #15BEC8;
  425. }
  426. .panel-heading .btn-group button .fa::before {
  427. color: #fff;
  428. }
  429. poi-type-list .checkbox {
  430. display: flex;
  431. align-items: center;
  432. }
  433. .list-group-item .list-group-item-heading {
  434. display: flex;
  435. align-items: center;
  436. }
  437. poi-type-list .fa-pencil:before,
  438. .list-group-item-heading .fa-pencil:before {
  439. width: 16px;
  440. height: 16px;
  441. content: '';
  442. background: url(../img/icon/icon_edit.png)no-repeat;
  443. background-size: 100% 100%;
  444. display: inline-block;
  445. }
  446. /* 弹窗 */
  447. .modal-dialog .modal-content {
  448. background: rgba(0, 0, 0, .8);
  449. color: #fff;
  450. }
  451. .modal-dialog .modal-content .form-group select {
  452. background: transparent;
  453. border: 1px solid rgba(255, 255, 255, 0.4);
  454. color: #fff;
  455. }
  456. .modal-dialog .modal-content .form-group select option {
  457. background: rgba(0, 0, 0, .8);
  458. color: #fff;
  459. }
  460. .modal-dialog .modal-content .form-group select option:hover {
  461. background: #15BEC8;
  462. }
  463. .modal-dialog .nav-pills-used-langs li>a {
  464. color: #fff;
  465. }
  466. .modal-dialog .nav-pills-used-langs li>a:hover {
  467. background: transparent;
  468. }
  469. .modal-dialog .modal-content .nav-pills>li.active>a {
  470. background: #15BEC8;
  471. }
  472. .modal-dialog .modal-body .btn-danger {
  473. border: 1px solid rgba(255, 255, 255, 0.4);
  474. background: transparent;
  475. }
  476. .modal-dialog .modal-content .glyphicon-trash:before {
  477. width: 16px;
  478. height: 16px;
  479. background: url('../img/icon/icon_del.png')no-repeat;
  480. background-size: 100% 100%;
  481. display: inline-block;
  482. content: '';
  483. }
  484. .modal-dialog .modal-body .btn-default {
  485. background-color: transparent;
  486. color: #fff;
  487. border-radius: 4px;
  488. border: 1px solid rgba(255, 255, 255, 0.4);
  489. }
  490. .modal-dialog .modal-body .btn-default:hover {
  491. color: #fff;
  492. }
  493. .modal-dialog .modal-footer .btn-default {
  494. border-radius: 4px;
  495. border: 1px solid #15BEC8;
  496. color: #15BEC8;
  497. background: transparent;
  498. }
  499. .modal-dialog .modal-footer .btn-primary:hover {
  500. color: #fff;
  501. background-color: #15BEC8;
  502. border-color: #15BEC8;
  503. }
  504. .modal-header {
  505. border-bottom: 1px solid rgba(255, 255, 255, .2) !important;
  506. }
  507. .modal-footer {
  508. border-top: 1px solid rgba(255, 255, 255, .2) !important;
  509. }
  510. /* .modal-dialog .btn-default:hover {
  511. background: transparent;
  512. color: #15BEC8;
  513. } */
  514. .modal-dialog .btn-primary {
  515. background-color: #15BEC8;
  516. border-color: #15BEC8;
  517. }
  518. .modal-dialog .btn-primary:hover {
  519. /* opacity: 0.9; */
  520. }
  521. .modal-dialog input.form-control {
  522. background: transparent;
  523. border: 1px solid rgba(255, 255, 255, 0.4);
  524. color: #fff;
  525. }
  526. .form-group select {
  527. background: transparent !important;
  528. border: 1px solid rgba(255, 255, 255, 0.4) !important;
  529. color: #fff !important;
  530. }
  531. .form-group select option {
  532. background: rgba(0, 0, 0, .8) !important;
  533. color: #fff !important;
  534. }
  535. .form-group select option:hover {
  536. background: #15BEC8 !important;
  537. }
  538. hr {
  539. border-top: 1px solid rgba(255, 255, 255, .2) !important;
  540. }
  541. input {
  542. background: transparent !important;
  543. border: 1px solid rgba(255, 255, 255, 0.4) !important;
  544. color: #fff !important;
  545. }
  546. .ui-widget-content {
  547. background: transparent !important;
  548. border-color: #15BEC8 !important;
  549. }
  550. .ui-button,
  551. .ui-state-default,
  552. .ui-widget-content .ui-state-default,
  553. .ui-widget-header .ui-state-default,
  554. html .ui-button.ui-state-disabled:active,
  555. html .ui-button.ui-state-disabled:hover {
  556. background: #15BEC8 !important;
  557. border-color: #15BEC8 !important;
  558. }
  559. .glyphicon-chevron-down:before {
  560. color: #fff;
  561. }
  562. sidebar-menu #view-menu #pointcloud-menu #pointcloud-options #pointcloud-pane>div>button {
  563. background: transparent !important;
  564. }
  565. sidebar-menu-items-collection>.panel-autoscroll::-webkit-scrollbar {
  566. width: 8px;
  567. }
  568. sidebar-menu-items-collection>.panel-autoscroll::-webkit-scrollbar-track {
  569. background-color: #000;
  570. -webkit-border-radius: 1em;
  571. -moz-border-radius: 1em;
  572. border-radius: 1em;
  573. }
  574. sidebar-menu-items-collection>.panel-autoscroll::-webkit-scrollbar-thumb {
  575. background-color: rgba(255, 255, 255, .2);
  576. -webkit-border-radius: 1em;
  577. -moz-border-radius: 1em;
  578. border-radius: 1em;
  579. }
  580. .clear-background .siteModelIcon {
  581. /* width: 24px;
  582. height: 24px; */
  583. }
  584. .border-top,
  585. left-panel .poi-extensions-box>*>* {
  586. border-top: 1px solid rgba(255, 255, 255, .2) !important;
  587. }
  588. .search-box #searchInput.padding-left-menu-icon {
  589. border-color: transparent !important;
  590. padding-left: 10px !important;
  591. }
  592. .list-group-item {
  593. border-color: rgba(255, 255, 255, .2) !important;
  594. }
  595. .panel-autoscroll sidebar-menu-item.active:active>li,
  596. .panel-autoscroll sidebar-menu-item.active:hover>li,
  597. .panel-autoscroll sidebar-menu-item.active>li,
  598. .panel-autoscroll sidebar-menu-item>li.active,
  599. .panel-autoscroll sidebar-menu-item>li.active:active,
  600. .panel-autoscroll sidebar-menu-item>li.active:hover {
  601. color: #15BEC8 !important;
  602. background-color: rgba(0, 0, 0, 0.5) !important;
  603. }
  604. /* .panel-autoscroll sidebar-menu-item.active>li icon>i.material-icons[icon-ligature="straighten"] {
  605. background: url(../img/icon/icon_measure@2x_1.png)no-repeat;
  606. background-size: 100% 100%;
  607. width: 20px;
  608. height: 20px;
  609. color: transparent;
  610. } */
  611. navbar-menu .navbar-menu-panel #login-panel {
  612. background-color: rgba(0, 0, 0, 0.8) !important;
  613. color: #fff;
  614. }
  615. #login-panel .panel-heading {
  616. color: #fff;
  617. }
  618. #login-panel .btn-primary {
  619. background: #15BEC8;
  620. }
  621. #login-panel .panel-heading {
  622. border-color: rgba(255, 255, 255, 0.2);
  623. }
  624. #login-panel .border-bottom {
  625. border: 1px solid rgba(255, 255, 255, 0.2);
  626. }
  627. .vertical-menu .vertical-menu-heading .menu-close-button {
  628. /* width: 16px;
  629. height: 16px; */
  630. }
  631. /* 测量右侧 */
  632. .vertical-menu .expand-wrapper {
  633. background: transparent !important;
  634. border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
  635. }
  636. .vertical-menu {
  637. background-color: #141414 !important;
  638. color: #fff !important;
  639. }
  640. .vertical-menu .ng-binding {
  641. color: #fff !important;
  642. }
  643. .tool-container img.selected,
  644. .tool-container img:hover {
  645. background-color: #15BEC8 !important;
  646. }
  647. point-cloud-viewport .view-switcher__holder .btn-default {
  648. background: rgba(0, 0, 0, 0.8);
  649. border-color: transparent;
  650. }
  651. point-cloud-viewport .view-switcher__holder .btn-default svg {
  652. color: #fff;
  653. }
  654. measurement-tool {
  655. /* width: auto !important; */
  656. /* flex: none !important; */
  657. /* margin-right: 20px; */
  658. }
  659. measurement-tool>span {
  660. display: flex!important;
  661. align-items: center!important;
  662. justify-content: center!important;
  663. }
  664. measurement-tool>span>img {
  665. margin-right: 10px!important;
  666. border-radius: 50% !important;
  667. }
  668. /* 路线弹窗 */
  669. route-inputs .route-box {
  670. background: transparent;
  671. }
  672. route-inputs .border-bottom {
  673. border-bottom: 1px solid transparent;
  674. }
  675. route-inputs .route-box .btn-reverse-route,
  676. route-inputs .route-box .btn-reverse-route:hover {
  677. background: transparent;
  678. right: 27px;
  679. }
  680. /* 分享 */
  681. share-menu .form-group+.no-margin-bottom {
  682. display: none;
  683. }
  684. /* 坐标 */
  685. #coord_editor {
  686. display: none;
  687. }
  688. sidebar-menu-items-collection>.panel-autoscroll>.sidebar-menu-template span {
  689. color: #999999 !important;
  690. }
  691. sidebar-menu-items-collection>.panel-autoscroll>.sidebar-menu-template select {
  692. background: transparent !important;
  693. border: 1px solid rgba(255, 255, 255, 0.4) !important;
  694. color: #fff !important;
  695. }
  696. sidebar-menu-items-collection>.panel-autoscroll>.sidebar-menu-template select option {
  697. background: rgba(0, 0, 0, .8) !important;
  698. color: #fff !important;
  699. }
  700. sidebar-menu-items-collection>.panel-autoscroll>.sidebar-menu-templateselect option:hover {
  701. background: #15BEC8 !important;
  702. }
  703. /* 编辑模式 */
  704. /* .panel-heading{
  705. color: #fff !important;
  706. } */
  707. .sidebar-menu-item-mode-normal {
  708. display: none!important;
  709. }
  710. h4[title="编辑模式"]+sidebar-menu-items-collection .panel-autoscroll sidebar-menu-item:nth-of-type(1) {
  711. display: none !important;
  712. }
  713. .ng-isolate-scope sidebar-menu-item>li.sidebar-menu-item-mode-vector-map {
  714. display: none;
  715. }
  716. .ng-isolate-scope sidebar-menu-item>li.sidebar-menu-item-mode-geo-reg {
  717. display: none;
  718. }
  719. site-model-collection .dataset-grp-toolbar {
  720. background: transparent;
  721. display: flex;
  722. align-items: center;
  723. justify-content: space-between;
  724. }
  725. site-model-collection .dataset-grp-toolbar .fa {
  726. color: #fff;
  727. }
  728. site-model-editor .site-model-tree-entity>[role=button].selected>dataset-group-toolbar .dataset-grp-toolbar button {
  729. color: #fff !important;
  730. }
  731. site-model-editor .btn-primary {
  732. background: #15BEC8;
  733. }
  734. site-model-editor .btn-primary:hover {
  735. background: #15BEC8;
  736. }
  737. /* 空间模型 */
  738. .ng-isolate-scope sidebar-menu-item>li.sidebar-menu-item-mode-site-model {
  739. display: none;
  740. }
  741. form[class="ng-pristine ng-valid"] .panel.panel-default {
  742. border-color: rgba(255, 255, 255, .2);
  743. }
  744. form[class="ng-pristine ng-valid"] .panel .panel-heading {
  745. color: #fff;
  746. border-color: rgba(255, 255, 255, .2);
  747. }
  748. form[class="ng-pristine ng-valid"] .panel .panel-body .add-building {
  749. background: #15BEC8;
  750. color: #fff;
  751. border-color: #15BEC8;
  752. }
  753. form[class="ng-pristine ng-valid"] .panel .panel-body .add-building:hover {
  754. background: #15BEC8;
  755. color: #fff;
  756. }
  757. form[class="ng-pristine ng-valid"] .panel .panel-body .btn-block:nth-of-type(n+2) {
  758. display: none;
  759. }
  760. form[class="ng-pristine ng-valid"] .panel .panel-body label.btn-block {
  761. display: none;
  762. }
  763. /* 点击锁 */
  764. form[class="ng-pristine ng-valid ng-submitted"] .panel.panel-default {
  765. border-color: rgba(255, 255, 255, .2);
  766. }
  767. form[class="ng-pristine ng-valid ng-submitted"] .panel .panel-heading {
  768. color: #fff;
  769. border-color: rgba(255, 255, 255, .2);
  770. }
  771. form[class="ng-pristine ng-valid ng-submitted"] .panel .panel-body .add-building {
  772. background: #15BEC8;
  773. color: #fff;
  774. border-color: #15BEC8;
  775. }
  776. form[class="ng-pristine ng-valid ng-submitted"] .panel .panel-body .add-building:hover {
  777. background: #15BEC8;
  778. color: #fff;
  779. }
  780. form[class="ng-pristine ng-valid ng-submitted"] .panel .panel-body .btn-block:nth-of-type(n+2) {
  781. display: none;
  782. }
  783. form[class="ng-pristine ng-valid ng-submitted"] .panel .panel-body label.btn-block {
  784. display: none;
  785. }
  786. /* 点击透视全景图勾选 */
  787. form[role="form"] .panel.panel-default {
  788. border-color: rgba(255, 255, 255, .2);
  789. }
  790. form[role="form"] .panel .panel-heading {
  791. color: #fff;
  792. border-color: rgba(255, 255, 255, .2);
  793. }
  794. form[role="form"] .panel .panel-body .add-building {
  795. background: #15BEC8;
  796. color: #fff;
  797. border-color: #15BEC8;
  798. }
  799. form[role="form"] .panel .panel-body .add-building:hover {
  800. background: #15BEC8;
  801. color: #fff;
  802. }
  803. form[role="form"] .panel .panel-body .btn-block:nth-of-type(n+2) {
  804. display: none;
  805. }
  806. form[role="form"] .panel .panel-body label.btn-block {
  807. display: none;
  808. }
  809. form[role="form"] .form-group button[ng-click="vm.save()"] {
  810. background-color: #15BEC8;
  811. }
  812. form[class="ng-valid ng-dirty ng-valid-parse"] .panel.panel-default {
  813. border-color: rgba(255, 255, 255, .2);
  814. }
  815. form[class="ng-valid ng-dirty ng-valid-parse"] .panel .panel-heading {
  816. color: #fff;
  817. border-color: rgba(255, 255, 255, .2);
  818. }
  819. form[class="ng-valid ng-dirty ng-valid-parse"] .panel .panel-body .add-building {
  820. background: #15BEC8;
  821. color: #fff;
  822. border-color: #15BEC8;
  823. }
  824. form[class="ng-valid ng-dirty ng-valid-parse"] .panel .panel-body .add-building:hover {
  825. background: #15BEC8;
  826. color: #fff;
  827. }
  828. form[class="ng-valid ng-dirty ng-valid-parse"] .panel .panel-body .btn-block:nth-of-type(n+2) {
  829. display: none;
  830. }
  831. form[class="ng-valid ng-dirty ng-valid-parse"] .panel .panel-body label.btn-block {
  832. display: none !important;
  833. }
  834. /* 空间模型结束 */
  835. .btn-group>.btn:first-child {
  836. color: #fff;
  837. }
  838. vector-map-toolbar[class="ng-isolate-scope"] .btn-toolbar .btn-default {
  839. color: #fff;
  840. }
  841. vector-map-toolbar[class="ng-isolate-scope"] .btn-toolbar .btn-default:hover {
  842. background: #15BEC8;
  843. }
  844. .form-control {
  845. background: transparent !important;
  846. color: #fff !important;
  847. }
  848. download-button .collapse-style {
  849. background-color: transparent !important;
  850. bottom: 80% !important;
  851. }
  852. .input-group-addon {
  853. background: transparent !important;
  854. }
  855. download-button .dropdown-toggle {
  856. background: transparent !important;
  857. }
  858. .vertical-menu .vertical-menu-content ul {
  859. background: transparent !important;
  860. }
  861. .dropdown-menu {
  862. background: rgba(0, 0, 0, .8) !important;
  863. }
  864. .open>.dropdown-toggle.btn-default,
  865. .open>.dropdown-toggle.btn-default:active {
  866. background: transparent !important;
  867. color: #fff !important;
  868. }
  869. .dropdown-menu>li.active,
  870. .dropdown-menu>li:focus,
  871. .dropdown-menu>li:hover {
  872. background: #15BEC8 !important;
  873. }
  874. .vertical-menu-content ul .selected {
  875. background: #15BEC8 !important;
  876. }
  877. download-button .input-group .btn-primary {
  878. background-color: #15BEC8;
  879. border-color: #15BEC8;
  880. }
  881. #vertical-toolbox-menu .vertical-menu-content download-point-cloud .collapse-style .input-group input[placeholder="pointcloud"] {
  882. display: none !important;
  883. }
  884. #vertical-toolbox-menu .vertical-menu-content download-point-cloud .collapse-style .input-group .input-group-addon {
  885. display: none !important;
  886. }
  887. #vertical-toolbox-menu .vertical-menu-content download-point-cloud .collapse-style .input-group .input-group-btn button {
  888. width: 100%!important;
  889. float: right;
  890. border-radius: 4px;
  891. }
  892. #vertical-toolbox-menu .vertical-menu-content download-point-cloud reference-dataset-selection {
  893. display: none;
  894. }
  895. .route-box .btn-close:active,
  896. .route-box .btn-close:hover {
  897. background: transparent !important;
  898. }
  899. attributes-editor .form-group .btn-primary:hover {
  900. background: #15BEC8;
  901. border-color: #15BEC8;
  902. }
  903. .panel-body .panel-group .panel:nth-of-type(-n+5) {
  904. display: none;
  905. }
  906. /* 导入/导出兴趣点 */
  907. poi-export-import .collapse-style {
  908. display: none !important;
  909. }
  910. /* 第三方许可 */
  911. #third-party-licenses-button {
  912. display: none;
  913. }
  914. #floorChanger {
  915. background: rgba(0, 0, 0, 0.8) !important;
  916. }
  917. floor-changer .btn-group-vertical button[ng-repeat="floorName in vm.floorNames | reverse"] {
  918. background: transparent !important;
  919. border-radius: 4px !important;
  920. color: #15BEC8 !important;
  921. }
  922. /* 关于 */
  923. #about-modal .modal-body>div:nth-of-type(4) {
  924. display: none;
  925. }
  926. #about-modal .modal-body>div:nth-of-type(5) {
  927. display: none;
  928. }
  929. #about-modal .modal-body>div:nth-of-type(6)>span,
  930. #about-modal .modal-body>div:nth-of-type(6) ul {
  931. display: none;
  932. }
  933. #about-modal .modal-body>div:nth-of-type(6) {
  934. height: 40px;
  935. }
  936. #about-modal .modal-body>div:nth-of-type(7) {
  937. display: none;
  938. }
  939. .panel-body .text-warning {
  940. color: #fff !important;
  941. }
  942. /* 数据集校准 */
  943. button[title="导出实体"] {
  944. display: none !important;
  945. }
  946. input[readonly="readonly"] {
  947. color: #999 !important;
  948. }
  949. .modal-dialog-wide attributes-editor[key-suggestions="['external_entity_id']"] {
  950. display: none !important;
  951. }
  952. #viewConfiguration hr {
  953. /* display: none !important; */
  954. }
  955. #viewConfiguration .checkbox:nth-of-type(-n+4) {
  956. /* display: none !important; */
  957. }
  958. automatic-alignment {
  959. /* display: none !important; */
  960. }
  961. dataset-tree {
  962. display: none !important;
  963. }
  964. generate-and-save-bundle-xml {
  965. /* display: none !important; */
  966. }
  967. dataset-alignment-panel form[role="form"] .form-group.text-right.mt-10 {
  968. display: none !important;
  969. }
  970. /* 变换 */
  971. #transform-panel .panel-body .btn-default {
  972. background: transparent;
  973. color: #fff;
  974. border-color: rgba(255, 255, 255, .2) !important;
  975. }
  976. .panel-heading h3 {
  977. color: #fff !important;
  978. }
  979. #transform-panel .panel-body button:hover {
  980. background: #143537;
  981. }
  982. #transform-panel .panel-body button:focus {
  983. background: #143537;
  984. }
  985. /* 测量 */
  986. measurement-list .material-icons {
  987. color: #fff !important;
  988. }
  989. measurement-list .fa-square-o:before {
  990. color: #fff !important;
  991. }
  992. measurement-list .hovered {
  993. background-color: #143537 !important;
  994. }
  995. measurement-list hr {
  996. border: .5px solid rgba(255, 255, 255, .2) !important;
  997. }
  998. button[title="放大镜"]:hover {
  999. background: #15BEC8 !important;
  1000. }
  1001. button[title="放大镜"].active svg {
  1002. color: #15BEC8 !important;
  1003. }
  1004. button[title="放大镜"].active:hover svg {
  1005. color: #fff !important;
  1006. }
  1007. measurement-list-toolbar .fa-check-square-o {
  1008. color: #fff;
  1009. }
  1010. .measurement-details-row .fa-check-square-o {
  1011. color: #fff;
  1012. }
  1013. .glyphicon-resize-full::before {
  1014. color: #fff !important;
  1015. }
  1016. .nav-tabs[role="tablist"] {
  1017. border-bottom: none !important;
  1018. }
  1019. .nav-tabs>li.active>a,
  1020. .nav-tabs>li.active>a:focus,
  1021. .nav-tabs>li.active>a:hover {
  1022. color: #fff !important;
  1023. background-color: #15BEC8 !important;
  1024. border-color: transparent !important;
  1025. }
  1026. .nav-tabs>li>a {
  1027. color: #fff !important;
  1028. }
  1029. .nav-tabs>li>a:focus,
  1030. .nav-tabs>li>a:hover {
  1031. background-color: #15BEC8 !important;
  1032. border-color: transparent !important;
  1033. }
  1034. .fa-pencil:before {
  1035. color: #fff !important;
  1036. }
  1037. /* left-panel .poi-extensions-box {
  1038. overflow-x: hidden;
  1039. } */
  1040. .dropdown-menu {
  1041. border-top: 1px solid transparent !important;
  1042. }
  1043. .dropdown-menu .divider {
  1044. background-color: rgba(255, 255, 255, .4) !important;
  1045. }
  1046. .open>.dropdown-toggle.btn-default {
  1047. border-color: rgba(255, 255, 255, .4) !important;
  1048. }
  1049. .dropdown-toggle {
  1050. border-color: rgba(255, 255, 255, .4) !important;
  1051. }
  1052. .btn-file:hover {
  1053. background-color: #15BEC8 !important;
  1054. }
  1055. /* 选择参考数据集 */
  1056. #referenceDatasetSelectionSetting {
  1057. border: 1px solid rgba(255, 255, 255, .2);
  1058. }
  1059. /* 搜索 */
  1060. #results-list.show {
  1061. left: 60px!important;
  1062. }
  1063. #results-list .results-heading {
  1064. background-color: transparent !important;
  1065. }
  1066. .dropdown-menu-search-results>li {}
  1067. .dropdown-menu-search-results>li {
  1068. color: #fff !important;
  1069. background: transparent !important;
  1070. }
  1071. .dropdown-menu-search-results.dropdown-menu>li.active {
  1072. background: transparent !important;
  1073. }
  1074. .dropdown-menu-search-results.dropdown-menu>li:hover {
  1075. background: #15BEC8!important;
  1076. }
  1077. #results-list .list-group .list-group-item:hover {
  1078. background: #15BEC8!important;
  1079. }
  1080. results-element .checkbox,
  1081. .radio {
  1082. color: #999999 !important;
  1083. }
  1084. .dropdown-menu-search-results.dropdown-menu.dropdown-menu-item-separators>li:not(.divider):not(:last-child) {
  1085. border-bottom: 1px solid rgba(255, 255, 255, .2);
  1086. }
  1087. /* PDF */
  1088. .cdk-overlay-container mat-dialog-container .mat-dialog-title {
  1089. color: #fff;
  1090. }
  1091. .cdk-overlay-container mat-dialog-container .body-container .link-ellipses span.ng-star-inserted {
  1092. color: #fff;
  1093. }
  1094. .cdk-overlay-container mat-dialog-container .body-container i[class="material-icons icn-small clickable"] {
  1095. color: #fff;
  1096. }
  1097. .cdk-overlay-container mat-dialog-container {
  1098. background: rgba(0, 0, 0, .8);
  1099. }
  1100. .cdk-overlay-container mat-dialog-container .measurement-container {
  1101. background: #141414 !important;
  1102. }
  1103. .cdk-overlay-container mat-dialog-container .measurement-container .flex-row {
  1104. color: #fff;
  1105. }
  1106. .cdk-overlay-container mat-dialog-container .measurement-container .flex-row .subtitle {
  1107. color: #fff;
  1108. margin-bottom: 22px;
  1109. }
  1110. .cdk-overlay-container mat-dialog-container .measurement-container .location {
  1111. color: #fff;
  1112. }
  1113. .cdk-overlay-container mat-dialog-container .measurement-container .location img {
  1114. width: 16px;
  1115. height: 16px;
  1116. margin-right: 10px;
  1117. }
  1118. .cdk-overlay-container .mat-flat-button {
  1119. border-radius: 4px;
  1120. border: 1px solid #15BEC8;
  1121. background: transparent;
  1122. color: #15BEC8;
  1123. }
  1124. .cdk-overlay-container mat-dialog-actions .mat-flat-button.mat-primary {
  1125. background: #15BEC8;
  1126. }
  1127. .cdk-overlay-container mat-dialog-container .mat-dialog-content::-webkit-scrollbar {
  1128. width: 8px;
  1129. }
  1130. .cdk-overlay-container mat-dialog-container .mat-dialog-content::-webkit-scrollbar-track {
  1131. background-color: #000;
  1132. -webkit-border-radius: 1em;
  1133. -moz-border-radius: 1em;
  1134. border-radius: 1em;
  1135. }
  1136. .cdk-overlay-container mat-dialog-container .mat-dialog-content::-webkit-scrollbar-thumb {
  1137. background-color: rgba(255, 255, 255, .2);
  1138. -webkit-border-radius: 1em;
  1139. -moz-border-radius: 1em;
  1140. border-radius: 1em;
  1141. }
  1142. /* 导出XML */
  1143. #xmlExport button.form-control {
  1144. border: none;
  1145. background: #15BEC8 !important;
  1146. }
  1147. /* 右键兴趣点 */
  1148. .context-menu-list {
  1149. background: rgba(0, 0, 0, 0.5) !important;
  1150. border: none !important;
  1151. }
  1152. .context-menu-item {
  1153. background: transparent !important;
  1154. color: #fff !important;
  1155. }
  1156. .context-menu-item:hover {
  1157. background: #15BEC8 !important;
  1158. }
  1159. .context-menu-item.context-menu-icon:before {
  1160. color: #fff !important;
  1161. }
  1162. /* 多语言 */
  1163. translation-editor[selected-language="selectedLanguage"] .form-group:first-of-type {
  1164. display: none;
  1165. }
  1166. /* 平面图 */
  1167. sidebar-menu-item li h4[title="平面图"]+sidebar-menu-items-collection.active {
  1168. position: fixed;
  1169. width: calc(100% - 60px);
  1170. height: calc(100% - 60px);
  1171. right: 0;
  1172. left: 60px !important;
  1173. top: 62px !important;
  1174. }
  1175. /* 导航栏 */
  1176. body {
  1177. background-color: #141414 !important;
  1178. }
  1179. sidebar-preview-menu>.vertical-menu>.vertical-menu-content>sidebar-menu-items-collection>.panel-autoscroll>ul>sidebar-menu-item:nth-of-type(2) {
  1180. display: none;
  1181. /* 隐藏数据集 */
  1182. }
  1183. .vertical-menu .vertical-menu-heading {
  1184. background: #141414 !important;
  1185. }
  1186. .vertical-menu .vertical-menu-heading h3 {
  1187. /* background-color: rgba(0, 0, 0, 0.5) !important; */
  1188. margin: 0 0 0 0 !important;
  1189. }
  1190. sidebar-menu-items-collection.active {
  1191. left: 0 !important;
  1192. z-index: 100;
  1193. }
  1194. sidebar-menu>.vertical-menu>.vertical-menu-heading .back-button {
  1195. display: none !important;
  1196. }
  1197. .vertical-menu-content>sidebar-menu-items-collection>.panel-autoscroll>ul>sidebar-menu-item>li>h4 {
  1198. opacity: 0 !important;
  1199. }
  1200. .custom-tooltip {
  1201. /* margin: 0 auto; */
  1202. }
  1203. sidebar-menu-item>li {
  1204. padding-left: 0 !important;
  1205. }
  1206. sidebar-menu .vertical-menu-content>sidebar-menu-items-collection>.panel-autoscroll>ul>sidebar-menu-item>li>.custom-tooltip {
  1207. opacity: 0;
  1208. }
  1209. sidebar-preview-menu>.vertical-menu sidebar-menu-items-collection>.panel-autoscroll {
  1210. background-color: transparent!important;
  1211. }
  1212. sidebar-preview-menu>.vertical-menu sidebar-menu-items-collection sidebar-menu-item>li {
  1213. display: flex;
  1214. align-items: center;
  1215. justify-content: center;
  1216. margin-left: 0px !important;
  1217. }
  1218. sidebar-menu>.vertical-menu {
  1219. left: 60px!important;
  1220. max-height: 60%;
  1221. top: 62px !important;
  1222. }
  1223. sidebar-preview-menu>.vertical-menu {
  1224. height: 100% !important;
  1225. }
  1226. sidebar-menu>.vertical-menu.hide {
  1227. left: -461px!important;
  1228. }
  1229. sidebar-menu .copyright-area>.logo img {
  1230. opacity: 0 !important;
  1231. }
  1232. /* .desktop>sidebar-preview-menu>.vertical-menu>.vertical-menu-content>sidebar-menu-items-collection>.panel-autoscroll {
  1233. height: calc(100%) !important;
  1234. } */
  1235. navbar-menu .navbar-default {
  1236. height: 62px!important;
  1237. background-color: #141414 !important;
  1238. margin: 0 !important;
  1239. padding: 0!important;
  1240. border-radius: 0;
  1241. }
  1242. #insetPanel .swap-views-button {
  1243. position: fixed;
  1244. top: 7px;
  1245. right: 110px;
  1246. z-index: 999;
  1247. width: 0;
  1248. }
  1249. #insetPanel {
  1250. width: 0 !important;
  1251. height: 0 !important;
  1252. min-width: 0 !important;
  1253. min-height: 0 !important;
  1254. z-index: 1000 !important;
  1255. }
  1256. #insetPanel canvas {
  1257. display: none !important;
  1258. }
  1259. /* 登录头像 */
  1260. navbar-menu .navbar-default .navbar-custom>li.navbar-menu-item-user {
  1261. margin: 10px !important;
  1262. /* display: none; */
  1263. }
  1264. .glyphicon-resize-full:before {
  1265. content: "" !important;
  1266. width: 16px;
  1267. height: 16px;
  1268. display: block;
  1269. background: url(../img/icon/icon_location_n.png)no-repeat;
  1270. background-size: 100% 100%;
  1271. }
  1272. .glyphicon-resize-full.active:before {
  1273. content: "" !important;
  1274. width: 16px;
  1275. height: 16px;
  1276. display: block;
  1277. background: url(../img/icon/icon_location_s.png)no-repeat;
  1278. background-size: 100% 100%;
  1279. }
  1280. toolbox-menu>.vertical-menu {
  1281. /* height: calc(100% - 62px) !important;
  1282. top: 62px !important; */
  1283. }
  1284. point-cloud-viewport .view-switcher__holder {
  1285. top: 70px !important;
  1286. }
  1287. .uncollapse-btn {
  1288. justify-content: flex-end;
  1289. }
  1290. .uncollapse-btn .uncollapse-button-text {
  1291. display: none !important;
  1292. }
  1293. .vertical-viewport-separator .btn-resizer {
  1294. display: none !important;
  1295. }
  1296. .vertical-viewport-separator.resizeable {
  1297. background: #141414 !important;
  1298. }
  1299. measurement-details .measurement-details .measurement-details-row img[alt="distance_icon"] {
  1300. display: none;
  1301. }
  1302. .measurement-note-placeholder {
  1303. font-style: normal !important;
  1304. }
  1305. measurements {
  1306. padding: 0 !important;
  1307. }
  1308. measurement-tool-selection[ng-reflect-is-collapsed-view="false"] {
  1309. background: #000;
  1310. padding: 25px 20px 0;
  1311. margin-bottom: 0 !important;
  1312. }
  1313. measurement-tool-selection[ng-reflect-is-collapsed-view="true"] {
  1314. background: #000;
  1315. margin-bottom: 0 !important;
  1316. }
  1317. measurement-list {
  1318. margin: 0 !important;
  1319. }
  1320. floor-changer .btn-group-vertical {
  1321. display: none !important;
  1322. }
  1323. .measurement-list-items {
  1324. background: #000;
  1325. }
  1326. button[title="隐藏所选"] .material-icons {
  1327. background: url(../img/icon/icon_hide.png?4)no-repeat;
  1328. background-size: 100% 100%;
  1329. width: 20px;
  1330. height: 20px;
  1331. color: transparent !important;
  1332. }
  1333. button[title="分享所选"] .material-icons {
  1334. background: url(../img/icon/share.png?4)no-repeat;
  1335. background-size: 100% 100%;
  1336. width: 20px;
  1337. height: 20px;
  1338. color: transparent !important;
  1339. }
  1340. button[title="删除所选"] .material-icons {
  1341. background: url(../img/icon/icon_del.png?4)no-repeat;
  1342. background-size: 100% 100%;
  1343. width: 20px;
  1344. height: 20px;
  1345. color: transparent !important;
  1346. }
  1347. button[title="保存所选"] .material-icons {
  1348. background: url(../img/icon/icon_save.png?4)no-repeat;
  1349. background-size: 100% 100%;
  1350. width: 20px;
  1351. height: 20px;
  1352. color: transparent !important;
  1353. }