index.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .main.data-v-4dcceeb0 {
  5. display: flex;
  6. flex-direction: column;
  7. width: 100vw;
  8. height: 100vh;
  9. background-color: var(--footColor);
  10. }
  11. .main .one.data-v-4dcceeb0 {
  12. background-image: linear-gradient(181.2deg, #FEFEFE 10.5%, #87CEFA 86.8%);
  13. height: 45vw;
  14. }
  15. .main .one .one_1.data-v-4dcceeb0 {
  16. padding: 4vw;
  17. }
  18. .main .one .one_1 .top.data-v-4dcceeb0 {
  19. display: flex;
  20. align-items: center;
  21. font-size: var(--font18Szie);
  22. }
  23. .main .one .one_1 .top .image.data-v-4dcceeb0 {
  24. width: 15vw;
  25. height: 15vw;
  26. border-radius: 15vw;
  27. margin: 0 2vw;
  28. }
  29. .main .one .one_1 .top .iconfont.data-v-4dcceeb0 {
  30. font-size: 40px;
  31. color: var(--f85Color);
  32. padding: 2vw;
  33. }
  34. .main .one .one_2.data-v-4dcceeb0 {
  35. padding: 5vw;
  36. }
  37. .main .one .one_2 .bottom.data-v-4dcceeb0 {
  38. display: flex;
  39. justify-content: space-around;
  40. }
  41. .main .one .one_2 .bottom .list.data-v-4dcceeb0 {
  42. display: flex;
  43. flex-direction: column;
  44. align-items: center;
  45. }
  46. .main .two.data-v-4dcceeb0 {
  47. display: flex;
  48. flex-direction: column;
  49. padding: 2vw;
  50. margin: 2vw;
  51. border-radius: 10px;
  52. background-color: var(--mainColor);
  53. }
  54. .main .two .two_1.data-v-4dcceeb0 {
  55. display: flex;
  56. justify-content: space-between;
  57. padding: 2vw;
  58. border-bottom: 1px solid var(--f9Color);
  59. }
  60. .main .two .two_1 .left.data-v-4dcceeb0 {
  61. font-weight: 600;
  62. font-size: var(--font14Size);
  63. }
  64. .main .two .two_1 .right.data-v-4dcceeb0 {
  65. display: flex;
  66. align-items: center;
  67. font-size: var(--font12Size);
  68. color: var(--f99Color);
  69. }
  70. .main .two .two_2.data-v-4dcceeb0 {
  71. display: flex;
  72. justify-content: space-between;
  73. padding: 3vw 4vw;
  74. }
  75. .main .two .two_2 .list.data-v-4dcceeb0 {
  76. display: flex;
  77. flex-direction: column;
  78. align-items: center;
  79. justify-content: center;
  80. text-align: center;
  81. }
  82. .main .two .two_2 .list .icon .iconfont.data-v-4dcceeb0 {
  83. font-size: 25px;
  84. }
  85. .main .two .two_2 .list .title.data-v-4dcceeb0 {
  86. display: inline-block;
  87. margin: 1vw 0 0 0;
  88. font-size: var(--font12Size);
  89. }
  90. .main .thr.data-v-4dcceeb0 {
  91. display: flex;
  92. flex-direction: column;
  93. padding: 2vw;
  94. margin: 0 2vw;
  95. border-radius: 10px;
  96. background-color: var(--mainColor);
  97. }
  98. .main .thr .list.data-v-4dcceeb0 {
  99. display: flex;
  100. justify-content: space-between;
  101. padding: 2vw;
  102. border-bottom: 1px solid var(--f9Color);
  103. }
  104. .main .thr .list .left.data-v-4dcceeb0 {
  105. display: flex;
  106. align-items: center;
  107. font-size: var(--font12Size);
  108. }
  109. .main .thr .list .left .icon.data-v-4dcceeb0 {
  110. padding: 0 1vw 0 0;
  111. }
  112. .main .thr .list .left .icon .iconfont.data-v-4dcceeb0 {
  113. color: var(--f3CColor);
  114. font-size: var(--font18Szie);
  115. }
  116. .main .thr .list .left .title.data-v-4dcceeb0 {
  117. display: inline-block;
  118. font-size: var(--font12Size);
  119. }
  120. .main .thr .list .right.data-v-4dcceeb0 {
  121. display: flex;
  122. align-items: center;
  123. font-size: var(--font12Size);
  124. color: var(--f99Color);
  125. }