security.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. body{
  2. color: var(--text-color);
  3. /* background: #000; */
  4. }
  5. .s1{
  6. margin: 0px auto;
  7. }
  8. .s1,.s2{
  9. display: flex;
  10. justify-content: space-between;
  11. flex-wrap: wrap;
  12. }
  13. .s1 .card{
  14. width: 49%;
  15. /* background: #1d4988; */
  16. height: 220px;
  17. margin-bottom: 10px;
  18. padding: 10px;
  19. box-sizing: border-box;
  20. display: flex;
  21. flex-direction: column;
  22. justify-content: space-between;
  23. padding: 10px;
  24. box-sizing: border-box;
  25. }
  26. .s1 .card .f-item{
  27. display: flex;
  28. justify-content: space-between;
  29. }
  30. .s1 .card .f-item span{
  31. font-size: 14px;
  32. color: var(--sub-text-color);
  33. }
  34. .s2 .card{
  35. width: 49%;
  36. /* background: #212832; */
  37. height: 210px;
  38. margin-bottom: 10px;
  39. }
  40. .s2 .jiaotong{
  41. width: 100%;
  42. padding: 10px;
  43. box-sizing: border-box;
  44. }
  45. .s2 .s-title{
  46. display: flex;
  47. align-items: center;
  48. }
  49. .s2 .jiaotong .jiaotong-table{
  50. height: 85%;
  51. margin-top: 2%;
  52. overflow: hidden;
  53. }
  54. .s2 .jiaotong .jiaotong-table .t-main{
  55. overflow-y: scroll;
  56. height: 85%;
  57. margin-top: 15px;
  58. }
  59. .s2 .jiaotong .jiaotong-table span{
  60. display: inline-block;
  61. text-align: center;
  62. flex: 1;
  63. }
  64. .s2 .jiaotong .jiaotong-table .t-header{
  65. color: var(--sub-text-color);
  66. font-size: 14px;
  67. display: flex;
  68. justify-content: space-between;
  69. }
  70. .s2 .jiaotong .jiaotong-table .t-body{
  71. display: flex;
  72. justify-content: space-between;
  73. font-size: 14px;
  74. margin-bottom: 15px;
  75. }
  76. .s1 .card .f-item{
  77. display: flex;
  78. }
  79. .s1 .card .f-item>p{
  80. width: 50%;
  81. }
  82. .s2 .manhole{
  83. width: 90%;
  84. height: 90%;
  85. margin: 5% 5%;
  86. }
  87. .s2 .jiankong{
  88. width: 100%;
  89. height: 100%;
  90. text-align: center;
  91. position: relative;
  92. }
  93. .s2 .jiankong::after{
  94. content: "";
  95. display: inline-block;
  96. width: 100%;
  97. height: 100%;
  98. position: absolute;
  99. top: 0;
  100. left: 0;
  101. }
  102. .s2 #testPlayer{
  103. width: 25vw;
  104. height: 25vw;
  105. border-radius: 50%;
  106. overflow: hidden;
  107. margin: 20px auto;
  108. border: 2px solid #00d1f2;
  109. box-shadow: 0 1px 20px #00d1f2;
  110. }
  111. .s2 .icon{
  112. width: 20px;
  113. height: 20px;
  114. margin-right: 6px;
  115. }
  116. .s2 .card{
  117. padding: 10px;
  118. }
  119. .s2 .manhole img{
  120. width: 100%;
  121. max-height: 90%;
  122. }
  123. #gdp,#outIn,#addVal,#xiaofei,#guding{
  124. /* background: linear-gradient(to right, #0091fe, #00d0f4); */
  125. padding: 10px;
  126. }
  127. #xiaofei{
  128. width: 100%;
  129. height: 90%;
  130. }