traffic.css 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834
  1. ul, li {
  2. list-style: none;
  3. }
  4. .trafficWrap {
  5. overflow: auto;
  6. width: 100%;
  7. height: calc(100% - 200px);
  8. display: flex;
  9. -webkit-box-pack: center;
  10. justify-content: center;
  11. }
  12. .left-list-area {
  13. width: 275px;
  14. height: calc(100% - 70px);
  15. background-color: white;
  16. position: absolute;
  17. z-index: 12;
  18. border : 1px solid #c3c1c1;
  19. }
  20. .toggle-button{
  21. position: absolute;
  22. left: 275px;
  23. background-color: white;
  24. border-radius: 0 5px 5px 0;
  25. z-index: 20;
  26. width: 25px;
  27. height: 25px;
  28. text-align: center;
  29. line-height: 22px;
  30. font-weight: bold;
  31. cursor: pointer;
  32. border: 1px solid #c3c1c1;
  33. color: #a59d9d;
  34. }
  35. .tab-title {
  36. padding: 10px;
  37. height: 35px;
  38. font-size: 12px;
  39. font-weight: bold;
  40. border-bottom: 1px solid #c3c1c1;
  41. color: white;
  42. background-color: black;
  43. }
  44. .toggle-button:hover{
  45. filter: brightness(1.1);
  46. }
  47. .left-list-area .list-tab{
  48. width: 100%;
  49. height: 55px;
  50. background-color: white;
  51. display: flex;
  52. border-bottom: 1px solid #c3c1c1;
  53. }
  54. .left-list-area .list-tab > li {
  55. width: calc(100% / 5);
  56. height: 100%;
  57. display: flex;
  58. align-items: center;
  59. justify-content: center;
  60. cursor: pointer;
  61. font-weight: bold;
  62. flex-direction: column;
  63. }
  64. .left-list-area .list-tab > li:not(:last-child) {
  65. border-right: 1px solid #c3c1c1;
  66. }
  67. .left-list-area .list-tab > li > div:nth-child(1) {
  68. width: 25px;
  69. height: 25px;
  70. background-repeat: no-repeat;
  71. background-size: 25px 25px;
  72. background-position: center;
  73. margin-bottom: 5px;
  74. }
  75. .left-list-area .list-tab > li > div:nth-child(2){
  76. font-size: 9px;
  77. }
  78. .left-list-area .list-tab > li{
  79. color: #a59d9d;
  80. }
  81. .left-list-area .list-content > li:hover,
  82. .left-list-area .list-tab > li:hover {
  83. filter:brightness(1.1);
  84. color:rgb(51, 102, 171);
  85. }
  86. .left-list-area .list-tab > li.active {
  87. background-color: rgb(51, 102, 171);
  88. color: white;
  89. }
  90. .left-list-area .list-search {
  91. width: 100%;
  92. height: 35px;
  93. padding : 0px 15px;
  94. border-bottom: 1px solid #c3c1c1;
  95. display: flex;
  96. align-items: center;
  97. }
  98. .left-list-area .list-search > div:nth-child(1) {
  99. margin-right: 10px;
  100. font-size: 12px;
  101. }
  102. .left-list-area .list-search > input {
  103. padding: 5px;
  104. height: 28px;
  105. width: 210px;
  106. }
  107. .left-list-area .list-content {
  108. width: 100%;
  109. height: calc(100% - 125px);
  110. overflow: auto;
  111. }
  112. .left-list-area .list-content > li {
  113. width: 100%;
  114. min-height: 35px;
  115. color: black;
  116. border-bottom: 1px solid #c3c1c1;
  117. padding: 5px 10px;
  118. cursor: pointer;
  119. display: flex;
  120. align-items: center;
  121. font-size: 12px;
  122. }
  123. .left-list-area .list-content > li.click {
  124. background-color: #eeeeee;
  125. font-weight: bold;
  126. color:rgb(51, 102, 171);
  127. }
  128. .left-list-area .list-content > li.click:hover {
  129. filter:brightness(1);
  130. }
  131. /*.check {*/
  132. /* filter: drop-shadow(black 2px 4px 6px);*/
  133. /*}*/
  134. #map {
  135. width: 100%;
  136. height: 100%;
  137. }
  138. .traffic-color-legend {
  139. position: absolute;
  140. border-radius: 8px;
  141. border: 1px solid rgb(192, 194, 197);
  142. display: inline-flex;
  143. background-color: rgb(255, 255, 255);
  144. overflow: hidden;
  145. transition: left 0.3s ease 0s;
  146. z-index: 100;
  147. padding: 9px;
  148. right: 10px;
  149. bottom: 70px;
  150. }
  151. .traffic-color-legend > span:nth-child(1),
  152. .traffic-color-legend > span:nth-child(3){
  153. font-size: 13px;
  154. line-height: 23px;
  155. }
  156. .traffic-color-legend .gradation {
  157. margin: 7px;
  158. width: 70px;
  159. height: 10px;
  160. border-radius: 5px;
  161. background: linear-gradient(90deg, rgb(79, 220, 74) 0%, rgb(208, 222, 33) 35%, rgb(255, 154, 0) 70%, rgb(255, 0, 0) 100%);
  162. }
  163. .legend-bottom {
  164. display: flex;
  165. position: absolute;
  166. z-index: 99;
  167. right: 10px;
  168. bottom: 10px;
  169. width: auto;
  170. height: 80px;
  171. border: 1px solid rgb(140, 140, 140);
  172. background: rgb(255, 255, 255);
  173. border-radius: 2px;
  174. overflow: hidden;
  175. box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px;
  176. }
  177. .legend-bottom h5 {
  178. width: 19px;
  179. color: rgb(127, 127, 127);
  180. font-size: 12px;
  181. text-align: center;
  182. padding-top: 15px;
  183. box-sizing: border-box;
  184. line-height: 24px;
  185. }
  186. .legend-bottom ul {
  187. width: 390px;
  188. padding-left: 0px;
  189. margin-bottom: 0px !important;
  190. }
  191. .legend-bottom ul li {
  192. list-style: none;
  193. outline-width: 0px;
  194. float: left;
  195. width: 20%;
  196. height: 100%;
  197. border-left: 1px solid rgb(209, 209, 209);
  198. box-sizing: border-box;
  199. }
  200. .legend-bottom button > div:nth-child(1) {
  201. height: 30%;
  202. margin-bottom: 5px;
  203. background-position: center;
  204. background-size: 25px 25px;
  205. background-repeat: no-repeat;
  206. }
  207. .legend-bottom button.active {
  208. color: white;
  209. }
  210. .legend-bottom button.active:hover {
  211. color: white;
  212. }
  213. .left-list-area .list-tab .cctv-tab-icon,
  214. .legend-bottom .cctv-legend-icon {
  215. background-image : url(/images/icon/cctv-legend1.png);
  216. }
  217. .left-list-area .list-tab .cctv-tab-icon.hover,
  218. .legend-bottom .cctv-legend-icon.hover {
  219. background-image : url(/images/icon/cctv-legend2.png);
  220. }
  221. .left-list-area .list-tab .cctv-tab-icon.active,
  222. .legend-bottom .cctv-legend-icon.active {
  223. background-image : url(/images/icon/cctv-legend3.png);
  224. }
  225. .left-list-area .list-tab .intersection-tab-icon,
  226. .legend-bottom .intersection-legend-icon {
  227. background-image : url(/images/icon/intersection-legend1.png);
  228. }
  229. .left-list-area .list-tab .intersection-tab-icon.hover,
  230. .legend-bottom .intersection-legend-icon.hover {
  231. background-image : url(/images/icon/intersection-legend2.png);
  232. }
  233. .left-list-area .list-tab .intersection-tab-icon.active,
  234. .legend-bottom .intersection-legend-icon.active {
  235. background-image : url(/images/icon/intersection-legend3.png);
  236. }
  237. .left-list-area .list-tab .vms-tab-icon,
  238. .legend-bottom .vms-legend-icon {
  239. background-image : url(/images/icon/vms-legend1.png);
  240. }
  241. .left-list-area .list-tab .vms-tab-icon.hover,
  242. .legend-bottom .vms-legend-icon.hover {
  243. background-image : url(/images/icon/vms-legend2.png);
  244. }
  245. .left-list-area .list-tab .vms-tab-icon.active,
  246. .legend-bottom .vms-legend-icon.active {
  247. background-image : url(/images/icon/vms-legend3.png);
  248. }
  249. .left-list-area .list-tab .incident-tab-icon,
  250. .legend-bottom .incident-legend-icon {
  251. background-image : url(/images/icon/incident-legend1.png);
  252. }
  253. .left-list-area .list-tab .incident-tab-icon.hover,
  254. .legend-bottom .incident-legend-icon.hover {
  255. background-image : url(/images/icon/incident-legend2.png);
  256. }
  257. .left-list-area .list-tab .incident-tab-icon.active,
  258. .legend-bottom .incident-legend-icon.active {
  259. background-image : url(/images/icon/incident-legend3.png);
  260. }
  261. .left-list-area .list-tab .traffic-tab-icon,
  262. .legend-bottom .traffic-legend-icon {
  263. background-image : url(/images/icon/traffic-legend1.png);
  264. }
  265. .left-list-area .list-tab .traffic-tab-icon.hover,
  266. .legend-bottom .traffic-legend-icon.hover {
  267. background-image : url(/images/icon/traffic-legend2.png);
  268. }
  269. .left-list-area .list-tab .traffic-tab-icon.active,
  270. .legend-bottom .traffic-legend-icon.active {
  271. background-image : url(/images/icon/traffic-legend3.png);
  272. }
  273. .legend-bottom ul li:nth-child(1) > button.active {
  274. background: rgb(0, 186, 153) !important;
  275. }
  276. .legend-bottom ul li:nth-child(2) > button.active{
  277. background: rgb(0, 153, 204) !important;
  278. }
  279. .legend-bottom ul li:nth-child(3) > button.active{
  280. background: rgb(255, 153, 51) !important;
  281. }
  282. .legend-bottom ul li:nth-child(4) > button.active{
  283. background: rgb(255, 51, 51) !important;
  284. }
  285. .legend-bottom ul li:nth-child(5) > button.active{
  286. background: rgb(51, 102, 171) !important;
  287. }
  288. .legend-bottom ul li button {
  289. width: 100%;
  290. height: 100%;
  291. border: none;
  292. font-size: 11px;
  293. color: rgb(72, 72, 72);
  294. letter-spacing: -0.5px;
  295. box-sizing: border-box;
  296. }
  297. .legend-bottom ul li button:hover{
  298. filter:brightness(1.1);
  299. color:rgb(51, 102, 171);
  300. cursor: pointer;
  301. }
  302. .cctv-info-window{
  303. width: 430px;
  304. height: 322px;
  305. background-color: white;
  306. box-shadow: 2px 2px 2px 2px #2b333f;
  307. padding: 5px;
  308. }
  309. .vms-info-window {
  310. background-color: white;
  311. box-shadow: 2px 2px 2px 2px #2b333f;
  312. padding : 5px;
  313. }
  314. .incident-info-window {
  315. padding: 5px;
  316. background-color: white;
  317. box-shadow: 2px 2px 2px 2px #2b333f;
  318. max-width: 875px;
  319. }
  320. .incident-info-window .title {
  321. display: flex;
  322. padding: 5px;
  323. border-bottom: 1px solid #c7c6c6;
  324. }
  325. .incident-info-window .title > div:nth-child(1) {
  326. line-height: 30px;
  327. overflow: hidden;
  328. text-overflow: ellipsis;
  329. white-space: nowrap;
  330. }
  331. .incident-info-window .content > div {
  332. padding : 5px;
  333. max-width: 860px;
  334. text-overflow: ellipsis;
  335. overflow: hidden;
  336. white-space: nowrap;
  337. }
  338. .incident-info-window .content > div:nth-child(2) {
  339. word-break: break-all;
  340. white-space: normal;
  341. }
  342. .vms-info-window .title,
  343. .cctv-info-window .title {
  344. width: 100%;
  345. height: 35px;
  346. display: flex;
  347. align-items: center;
  348. border-bottom: 1px solid #c7c6c6;
  349. }
  350. .incident-info-window .title > div:nth-child(2),
  351. .vms-info-window .title > div:nth-child(2),
  352. .cctv-info-window .title > div:nth-child(2) {
  353. margin-left: auto;
  354. width: 30px;
  355. height: 30px;
  356. text-align: center;
  357. line-height: 28px;
  358. font-weight: bold;
  359. cursor: pointer;
  360. }
  361. .incident-info-window .title > div:nth-child(2):hover,
  362. .vms-info-window .title > div:nth-child(2):hover,
  363. .cctv-info-window .title > div:nth-child(2):hover{
  364. color : rgb(51, 102, 171);
  365. }
  366. .vms-info-window .content {
  367. margin-top : 5px;
  368. background-color: black;
  369. text-align: center;
  370. line-height: 50px;
  371. color : #999898;
  372. font-weight: bold;
  373. font-size: 14px;
  374. }
  375. .vms-info-window .content > img.active {
  376. display: block;
  377. }
  378. .vms-info-window .content > img{
  379. display: none;
  380. }
  381. .cctv-info-window .content{
  382. width: 100%;
  383. height: 278px;
  384. }
  385. .cctv-info-window .content > div:nth-child(1){
  386. width: 100%;
  387. height: 236.25px;
  388. background-color: black;
  389. }
  390. .cctv-info-window .content video {
  391. width: 100%;
  392. height: 100%;
  393. }
  394. .cctv-info-window .content > div:nth-child(2){
  395. width: 100%;
  396. height: 35px;
  397. display: flex;
  398. align-items: center;
  399. justify-content: center;
  400. margin-top: 5px;
  401. }
  402. .cctv-info-window .content > div > div:nth-child(1) {
  403. font-size: 14px;
  404. }
  405. .cctv-info-window .content > div > div:nth-child(2) {
  406. margin-left: 5px;
  407. width: 120px;
  408. height: 35px;
  409. text-align: center;
  410. line-height: 35px;
  411. background-color: rgb(51, 102, 171);
  412. color: white;
  413. cursor: pointer;
  414. }
  415. .cctv-info-window .content > div > div:nth-child(2):hover{
  416. filter: brightness(1.1);
  417. }
  418. .trafficPop{position:absolute; bottom:-50px; margin-left:45px;left:50%; min-width:250px; width: auto; height:80px; padding:10px 10px 10px 7px; border:1px solid #a0a0a0;background:#fff;box-shadow:5px 5px 5px grey}
  419. .trafficPop .close-btn{position:absolute; top:13px; right:14px;}
  420. .traffic-speed{overflow:hidden; padding-bottom:6px; margin-bottom:5px; border-bottom: 3px solid; color: black;}
  421. .traffic-speed.LTC0{border-color: #888888;}
  422. .traffic-speed.LTC1{border-color: #2fba2c;}
  423. .traffic-speed.LTC2{border-color: #ffc500;}
  424. .traffic-speed.LTC3{border-color: #ee0000;}
  425. .traffic-speed-line-grey{border-bottom:3px solid #888888;}
  426. .traffic-speed-line-green{border-bottom:3px solid #0ebe38;}
  427. .traffic-speed-line-yellow{border-bottom:3px solid #ffc500;}
  428. .traffic-speed-line-red{border-bottom:3px solid #ee0000;}
  429. .traffic-speed span.traffic-speed-info{float:right; display:block; width:60px; height:21px; color:#fff; text-align:center; line-height:21px;font-size:11px; font-weight:600;}
  430. .traffic-name{font-family:'Nanum Gothic';font-weight:600; font-size:15px}
  431. .traffic-info{font-size:12px}
  432. .detail1{font-weight:900;color:#777;margin-bottom:5px;display:block;overflow: hidden;width:250px;text-overflow: ellipsis;white-space: nowrap}
  433. .detail2{font-weight:900;color:#777;margin-bottom:5px;width:200px;padding-left:32px;}
  434. .border-back,
  435. .border-back.LTC0{background-color:#888888;}
  436. .border-back.LTC1{background-color:#2fba2c;}
  437. .border-back.LTC2{background-color:#ffc500;}
  438. .border-back.LTC3{background-color:#ee0000;}
  439. .border-back-green{background-color:#2fba2c;}
  440. .border-back-red {background-color:#ee0000;}
  441. .border-back-yellow {background-color:#ffc500;}
  442. .border-back-gray {background-color:#888888;}
  443. .mobile-traffic {
  444. padding: 0.6rem 1rem;
  445. border-top: 1px solid rgb(230, 230, 230);
  446. display: none;
  447. justify-content: space-between;
  448. }
  449. .mobile-traffic > a {
  450. width: calc(100% / 5);
  451. word-break: keep-all;
  452. text-align: center;
  453. line-height: 1.1;
  454. font-weight: bold;
  455. font-size: 11px;
  456. height: 60px;
  457. padding: 5px;
  458. }
  459. .mobile-traffic > a > div {
  460. filter: grayscale(1);
  461. height: inherit;
  462. background-position: center;
  463. background-repeat: no-repeat;
  464. background-size: 35px 35px;
  465. height: 35px;
  466. }
  467. .mobile-traffic > a.click {
  468. color: rgb(51, 102, 171);
  469. }
  470. .mobile-traffic > a > div.click{
  471. filter: grayscale(0);
  472. }
  473. .mobile-traffic > a > #cctv {
  474. background-image: url("/images/icon/cctv-legend2.png");
  475. }
  476. .mobile-traffic > a > #intersection {
  477. background-image: url("/images/icon/intersection-legend2.png");
  478. }
  479. .mobile-traffic > a > #vms {
  480. background-image: url("/images/icon/vms-legend2.png");
  481. }
  482. .mobile-traffic > a > #incident {
  483. background-image: url("/images/icon/incident-legend2.png");
  484. }
  485. .mobile-traffic > a > #traffic {
  486. background-image: url("/images/icon/traffic-legend2.png");
  487. }
  488. .mobile-select {
  489. display: none;
  490. border: none;
  491. padding-left: 5px;
  492. background-color : white;
  493. }
  494. .mobile-select:focus {
  495. outline: none !important;
  496. }
  497. @media (max-width: 900px) {
  498. .cctv-info-window {
  499. width: 240px;
  500. height: 195px;
  501. }
  502. .vms-info-window .title, .cctv-info-window .title{
  503. height: 25px;
  504. font-size: 12px;
  505. font-weight: bold;
  506. }
  507. .cctv-info-window .content{
  508. height: 130px;
  509. }
  510. .cctv-info-window .content > div:nth-child(1),
  511. .cctv-info-window .content video {
  512. height: 100%;
  513. }
  514. .cctv-info-window .content > div > div:nth-child(1) {
  515. font-size: 11px;
  516. }
  517. .cctv-info-window .content > div > div:nth-child(2) {
  518. width: 70px;
  519. height: 25px;
  520. line-height: 25px;
  521. font-size: 12px;
  522. }
  523. .cctv-info-window .content > div:nth-child(2) {
  524. height: 25px;
  525. }
  526. .incident-info-window {
  527. max-width: 350px;
  528. font-size: 11px;
  529. }
  530. .legend-bottom {
  531. height: 55px;
  532. }
  533. .legend-bottom h5 {
  534. padding-top : 3px;
  535. font-size: 11px;
  536. }
  537. .legend-bottom ul {
  538. width: 300px;
  539. }
  540. .legend-bottom button > div:nth-child(2) {
  541. font-size: 10px;
  542. }
  543. .legend-bottom button > div:nth-child(1) {
  544. background-size: 20px 20px;
  545. }
  546. }
  547. @media (max-width: 450px) {
  548. .mobile-select {
  549. display: block;
  550. height: 40px;
  551. }
  552. .mobile-traffic{
  553. display: flex;
  554. }
  555. .traffic-color-legend {
  556. display: none;
  557. }
  558. .traffic-color-legend.traffic,
  559. .traffic-color-legend.intersection{
  560. display: flex;
  561. right: 10px;
  562. bottom : 10px;
  563. }
  564. .left-list-area {
  565. height: 242px;
  566. width: 53px;
  567. }
  568. .left-list-area .list-tab {
  569. flex-direction: column;
  570. height: 241px;
  571. }
  572. .left-list-area .list-tab > li {
  573. width: 100%;
  574. height: 55px;
  575. }
  576. .left-list-area .list-tab > li:not(:last-child) {
  577. border-right: 0px;
  578. border-bottom: 1px solid #c3c1c1;
  579. }
  580. .left-list-area .list-search,
  581. .tab-title,
  582. .left-list-area .list-content,
  583. .toggle-button,
  584. .legend-bottom {
  585. display: none;
  586. }
  587. .cctv-info-window {
  588. width: 240px;
  589. height: 195px;
  590. }
  591. .vms-info-window .title, .cctv-info-window .title{
  592. height: 25px;
  593. font-size: 9px;
  594. font-weight: bold;
  595. padding: 0;
  596. }
  597. .cctv-info-window .content{
  598. height: 130px;
  599. }
  600. .cctv-info-window .content > div:nth-child(1),
  601. .cctv-info-window .content video {
  602. height: 100%;
  603. }
  604. .trafficWrap {
  605. height: calc(100% - 150px);
  606. flex-direction: column;
  607. }
  608. .cctv-info-window .content > div > div:nth-child(1) {
  609. font-size: 11px;
  610. }
  611. .cctv-info-window .content > div > div:nth-child(2) {
  612. width: 70px;
  613. height: 25px;
  614. line-height: 25px;
  615. font-size: 12px;
  616. }
  617. .cctv-info-window .content > div:nth-child(2) {
  618. height: 25px;
  619. }
  620. .incident-info-window {
  621. width: 280px;
  622. font-size: 9px;
  623. }
  624. .incident-info-window .title > div:nth-child(2),
  625. .vms-info-window .title > div:nth-child(2),
  626. .cctv-info-window .title > div:nth-child(2) {
  627. width: 20px;
  628. }
  629. }
  630. @media (min-width: 420px) {
  631. }
  632. @media (min-width: 765px) {
  633. .traffic-color-legend {
  634. right: 345px;
  635. bottom: 10px;
  636. }
  637. }
  638. @media (min-width: 605px) {
  639. .left-list-area {
  640. height: calc(100% - 27px);
  641. }
  642. }
  643. @media (min-width: 990px) {
  644. /*.traffic-color-legend{*/
  645. /* right: 430px;*/
  646. /* bottom: 10px;*/
  647. /*}*/
  648. }
  649. @media (min-width: 920px) {
  650. .left-list-area {
  651. width: 400px;
  652. }
  653. .left-list-area .list-tab > li > div:nth-child(1) {
  654. width: 35px;
  655. height: 35px;
  656. background-size: 35px 35px;
  657. }
  658. .left-list-area .list-tab > li > div:nth-child(2){
  659. font-size: 12px;
  660. }
  661. .left-list-area .list-tab {
  662. height : 80px;
  663. }
  664. .toggle-button {
  665. left : 400px;
  666. }
  667. .tab-title {
  668. height: 40px;
  669. font-size: 16px;
  670. }
  671. .left-list-area .list-search {
  672. height: 50px;
  673. padding : 10px 15px;
  674. }
  675. .left-list-area .list-search > div:nth-child(1) {
  676. font-size: 14px;
  677. }
  678. .left-list-area .list-search > input {
  679. width: 325px;
  680. height: 35px;
  681. }
  682. .left-list-area .list-content {
  683. height: calc(100% - 170px);
  684. }
  685. .left-list-area .list-content > li {
  686. min-height: 40px;
  687. padding: 10px;
  688. font-size: 14px;
  689. }
  690. .traffic-color-legend {
  691. right: 430px;
  692. }
  693. }
  694. @media (max-height: 900px) {
  695. .cctv-info-window {
  696. width: 240px;
  697. height: 195px;
  698. }
  699. .vms-info-window .title, .cctv-info-window .title{
  700. height: 25px;
  701. font-size: 12px;
  702. font-weight: bold;
  703. }
  704. .cctv-info-window .content{
  705. height: 130px;
  706. }
  707. .cctv-info-window .content > div:nth-child(1),
  708. .cctv-info-window .content video {
  709. height: 100%;
  710. }
  711. .cctv-info-window .content > div > div:nth-child(1) {
  712. font-size: 11px;
  713. }
  714. .cctv-info-window .content > div > div:nth-child(2) {
  715. width: 70px;
  716. height: 25px;
  717. line-height: 25px;
  718. font-size: 12px;
  719. }
  720. .cctv-info-window .content > div:nth-child(2) {
  721. height: 25px;
  722. }
  723. .incident-info-window {
  724. max-width: 350px;
  725. font-size: 11px;
  726. }
  727. .legend-bottom {
  728. height: 55px;
  729. }
  730. .legend-bottom h5 {
  731. padding-top : 3px;
  732. font-size: 11px;
  733. }
  734. .legend-bottom ul {
  735. width: 300px;
  736. }
  737. .legend-bottom button > div:nth-child(2) {
  738. font-size: 10px;
  739. }
  740. .legend-bottom button > div:nth-child(1) {
  741. background-size: 20px 20px;
  742. }
  743. .traffic-color-legend {
  744. right: 10px;
  745. bottom : 70px;
  746. }
  747. }