environment.css 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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. height: 220px;
  16. margin-bottom: 10px;
  17. padding: 10px;
  18. box-sizing: border-box;
  19. display: flex;
  20. flex-direction: column;
  21. justify-content: space-between;
  22. padding: 10px;
  23. box-sizing: border-box;
  24. }
  25. .s1 .card p{
  26. font-size: 14px;
  27. color: var(--sub-text-color);
  28. }
  29. .s1 .card .f-item{
  30. display: flex;
  31. }
  32. .s2 .card{
  33. width: 49%;
  34. height: 190px;
  35. margin-bottom: 10px;
  36. }
  37. .s2 .jiaotong{
  38. width: 100%;
  39. }
  40. .s1 .card .f-item{
  41. display: flex;
  42. }
  43. .s1 .card .f-item>p{
  44. width: 50%;
  45. }
  46. .s2 .yinhuan{
  47. display: flex;
  48. align-items: center;
  49. height: 85%;
  50. padding:0 5%;
  51. margin-top: 3%;
  52. box-sizing: border-box;
  53. }
  54. .s2 .yinhuan .yinhuan-l{
  55. background: #ff9a36;
  56. height: 100%;
  57. flex: 1;
  58. display: flex;
  59. justify-content: center;
  60. align-items: center;
  61. }
  62. .s2 .yinhuan .yinhuan-r{
  63. flex: 1;
  64. display: flex;
  65. flex-direction: column;
  66. align-items: center;
  67. justify-content: center;
  68. height: 100%;
  69. }
  70. .s2 .yinhuan .yinhuan-r .yinhuan-1,.s2 .yinhuan .yinhuan-r .yinhuan-2,.s2 .yinhuan .yinhuan-r .yinhuan-3{
  71. background: #fddd4e;
  72. width: 100%;
  73. flex: 1;
  74. display: flex;
  75. align-items: center;
  76. justify-content: center;
  77. }
  78. .s2 .yinhuan .yinhuan-r .yinhuan-2{
  79. background: #f9032d;
  80. }
  81. .s2 .yinhuan .yinhuan-r .yinhuan-3{
  82. background: #1b4b8d;
  83. }
  84. #gdp,#outIn,#addVal,#xiaofei,#guding{
  85. padding: 10px;
  86. }