index.wxss 1.6 KB

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