survey.css 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. body{
  2. color: var(--text-color);
  3. }
  4. .s1{
  5. margin: 20px auto;
  6. line-height: 1.5;
  7. }
  8. .s2{
  9. display: flex;
  10. justify-content: space-between;
  11. flex-wrap: wrap;
  12. }
  13. .s2 .card{
  14. width: 49%;
  15. height: 220px;
  16. margin-bottom: 10px;
  17. }
  18. .s2 .xingzheng, .s2 .qihoulvyou{
  19. display: flex;
  20. flex-direction: column;
  21. justify-content: space-between;
  22. padding: 10px;
  23. box-sizing: border-box;
  24. }
  25. .s2 .xingzheng p{
  26. font-size: 14px;
  27. color: var(--sub-text-color);
  28. }
  29. .s2 .xingzheng .f-item{
  30. display: flex;
  31. }
  32. .s2 .xingzheng .f-item>p{
  33. width: 50%;
  34. }
  35. .s2 .qihoulvyou .f-item{
  36. display: flex;
  37. justify-content: space-between;
  38. align-items: center
  39. }
  40. .s2 .qihoulvyou .f-item > span:first-child,.classifier{
  41. font-size: 14px;
  42. color: var(--sub-text-color);
  43. }
  44. .s2 .jiaotong-body{
  45. padding: 10px;
  46. box-sizing: border-box;
  47. }
  48. .s2 .jiaotong-body .jiaotongcon{
  49. display: flex;
  50. height: 90%;
  51. flex-direction: column;
  52. justify-content: space-around;
  53. }
  54. .s2 .jiaotong-body .jiaotongcon .fix-item>span{
  55. font-size: 14px;
  56. color: var(--sub-text-color);
  57. }
  58. .s2 .jiaotong-body .jiaotongcon .fix-item>div{
  59. font-size: 28px;
  60. text-align: right;
  61. }
  62. #people,#people-tree{
  63. padding: 10px;
  64. }