index.less 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  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: 16px;
  47. }
  48. .info:nth-child(1) {
  49. font-weight: bold;
  50. font-size: 18px;
  51. }
  52. .info:nth-child(2) {
  53. color: #858585;
  54. font-size: 15px;
  55. }
  56. }
  57. }
  58. .r {
  59. padding: 8vw 0;
  60. font-size: 16px;
  61. color: #858585;
  62. }
  63. }
  64. }
  65. .two {
  66. display: flex;
  67. flex-direction: column;
  68. .btnList {
  69. .list_1 {
  70. .icon {
  71. margin: 0 1vw 0 0;
  72. }
  73. .oneTitle {
  74. font-size: 16px;
  75. }
  76. }
  77. .list_2 {
  78. .routeList {
  79. display: flex;
  80. flex-direction: row;
  81. justify-content: space-between;
  82. border-bottom: 1px dashed #f1f1f1;
  83. padding: 2vw 0;
  84. .route_1 {
  85. .title {
  86. font-size: 15px;
  87. color: #000000;
  88. }
  89. }
  90. .route_2 {
  91. font-size: 16px;
  92. }
  93. }
  94. }
  95. }
  96. // .list {
  97. // display: flex;
  98. // flex-direction: row;
  99. // justify-content: space-between;
  100. // background-color: #fff;
  101. // margin: 0 0 2vw 0;
  102. // border-bottom: 1px solid #858585;
  103. // padding: 2vw;
  104. // .list_1 {
  105. // .icon {
  106. // margin: 0 2vw 0 0;
  107. // }
  108. // .title {
  109. // font-size: 14px;
  110. // }
  111. // }
  112. // .list_2 {
  113. // color: #858585;
  114. // }
  115. // }
  116. }
  117. }