security.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  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 .jiaotong .jiaotong-table{
  46. height: 85%;
  47. margin-top: 2%;
  48. overflow: hidden;
  49. }
  50. .s2 .jiaotong .jiaotong-table .t-main{
  51. overflow-y: scroll;
  52. height: 85%;
  53. margin-top: 15px;
  54. }
  55. .s2 .jiaotong .jiaotong-table span{
  56. display: inline-block;
  57. text-align: center;
  58. flex: 1;
  59. }
  60. .s2 .jiaotong .jiaotong-table .t-header{
  61. color: var(--sub-text-color);
  62. font-size: 14px;
  63. display: flex;
  64. justify-content: space-between;
  65. }
  66. .s2 .jiaotong .jiaotong-table .t-body{
  67. display: flex;
  68. justify-content: space-between;
  69. font-size: 14px;
  70. margin-bottom: 15px;
  71. }
  72. .s1 .card .f-item{
  73. display: flex;
  74. }
  75. .s1 .card .f-item>p{
  76. width: 50%;
  77. }
  78. .s2 .yinhuan{
  79. display: flex;
  80. align-items: center;
  81. height: 85%;
  82. padding:0 5%;
  83. margin-top: 3%;
  84. box-sizing: border-box;
  85. }
  86. .s2 .yinhuan .yinhuan-l{
  87. background: #ff9a36;
  88. height: 100%;
  89. flex: 1;
  90. display: flex;
  91. justify-content: center;
  92. align-items: center;
  93. }
  94. .s2 .yinhuan .yinhuan-r{
  95. flex: 1;
  96. display: flex;
  97. flex-direction: column;
  98. align-items: center;
  99. justify-content: center;
  100. height: 100%;
  101. }
  102. .s2 .yinhuan .yinhuan-r .yinhuan-1,.s2 .yinhuan .yinhuan-r .yinhuan-2,.s2 .yinhuan .yinhuan-r .yinhuan-3{
  103. background: #fddd4e;
  104. width: 100%;
  105. flex: 1;
  106. display: flex;
  107. align-items: center;
  108. justify-content: center;
  109. font-size: 12px;
  110. }
  111. .yinhuan-1{
  112. padding: 0 5px;
  113. }
  114. .s2 .yinhuan .yinhuan-r .yinhuan-2{
  115. background: #f9032d;
  116. }
  117. .s2 .yinhuan .yinhuan-r .yinhuan-3{
  118. background: #1b4b8d;
  119. }
  120. #gdp,#outIn,#addVal,#xiaofei,#guding{
  121. /* background: linear-gradient(to right, #0091fe, #00d0f4); */
  122. padding: 10px;
  123. }