index.less 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. .main {
  2. height: 80.8vh;
  3. .zero {
  4. width: 96vw;
  5. margin: 0 0 2vw 0;
  6. }
  7. .one {
  8. position: relative;
  9. width: 96vw;
  10. height: 120px;
  11. .one_1 {
  12. height: 80px;
  13. background-color: #216EC7;
  14. border-bottom-left-radius: 10px;
  15. border-bottom-right-radius: 10px;
  16. color: transparent;
  17. }
  18. .one_2 {
  19. position: absolute;
  20. top: 5vw;
  21. width: 86vw;
  22. height: 86px;
  23. margin: 0 2vw;
  24. padding: 2vw;
  25. background-color: #ffffff;
  26. display: flex;
  27. justify-content: space-between;
  28. .l {
  29. display: flex;
  30. justify-content: start;
  31. width: 72vw;
  32. .l_1 {
  33. padding: 3vw 0;
  34. .icon {
  35. width: 60px;
  36. height: 60px;
  37. border-radius: 90px;
  38. }
  39. }
  40. .l_2 {
  41. width: 56vw;
  42. padding: 4vw 0 0 0;
  43. .info {
  44. margin: 0 0 2vw 0;
  45. padding: 0 2vw;
  46. font-size: 15px;
  47. }
  48. .info:nth-child(1) {
  49. font-weight: bold;
  50. }
  51. .info:nth-child(2) {
  52. color: #858585;
  53. font-size: 12px;
  54. }
  55. }
  56. }
  57. .r {
  58. padding: 8vw 0;
  59. font-size: 14px;
  60. color: #858585;
  61. }
  62. }
  63. }
  64. .two {
  65. display: flex;
  66. flex-direction: column;
  67. .list {
  68. display: flex;
  69. flex-direction: row;
  70. justify-content: space-between;
  71. background-color: #fff;
  72. margin: 0 0 2vw 0;
  73. border-bottom: 1px solid #858585;
  74. padding: 2vw;
  75. .list_1 {
  76. .icon {
  77. margin: 0 2vw 0 0;
  78. }
  79. .title {
  80. font-size: 14px;
  81. }
  82. }
  83. .list_2 {
  84. color: #858585;
  85. }
  86. }
  87. }
  88. }