index.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. .main {
  2. position: relative;
  3. width: 100%;
  4. }
  5. .main .one {
  6. float: left;
  7. width: 100%;
  8. }
  9. .main .one image {
  10. width: 100%;
  11. height: 150px;
  12. overflow: hidden;
  13. }
  14. .main .two {
  15. float: left;
  16. width: 95%;
  17. margin: 0 10px;
  18. position: relative;
  19. top: -60px;
  20. }
  21. .main .two .two_1 {
  22. position: relative;
  23. float: left;
  24. width: 100%;
  25. margin: 0 0 10px 0;
  26. }
  27. .main .two .two_1 image {
  28. width: 100%;
  29. height: 130px;
  30. overflow: hidden;
  31. }
  32. .main .two .two_1 view {
  33. position: absolute;
  34. top: 50px;
  35. left: 30px;
  36. }
  37. .main .two .two_1 view text {
  38. font-size: 25px;
  39. color: #ffffff;
  40. }
  41. .main .two .two_2 {
  42. position: relative;
  43. float: left;
  44. width: 100%;
  45. margin: 0 0 10px 0;
  46. }
  47. .main .two .two_2 .two_2_1 {
  48. float: left;
  49. width: 48.5%;
  50. }
  51. .main .two .two_2 .two_2_1:nth-child(1) {
  52. margin: 0 5px 0 0;
  53. }
  54. .main .two .two_2 .two_2_1:nth-child(2) {
  55. margin: 0 0 0 5px;
  56. }
  57. .main .two .two_2 .two_2_1 .image {
  58. width: 100%;
  59. height: 80px;
  60. }
  61. .main .two .two_2 .two_2_1 .txt {
  62. float: left;
  63. position: absolute;
  64. top: 0;
  65. width: 48%;
  66. text-align: center;
  67. padding: 20px 0;
  68. }
  69. .main .two .two_2 .two_2_1 .txt text {
  70. font-size: 20px;
  71. color: #ffffff;
  72. }
  73. .main .two .two_2 .two_2_1 .txt image {
  74. width: 25px;
  75. height: 25px;
  76. margin: 0 0 0 10px;
  77. position: relative;
  78. top: 5px;
  79. }
  80. .main .two .two_3 {
  81. float: left;
  82. width: 100%;
  83. }
  84. .main .two .two_3 .swiper-tab {
  85. float: left;
  86. width: 100%;
  87. }
  88. .main .two .two_3 .swiper-tab-item {
  89. float: left;
  90. width: 33%;
  91. height: 40px;
  92. line-height: 25px;
  93. text-align: center;
  94. color: #666666;
  95. }
  96. .main .two .two_3 .active {
  97. color: #000000;
  98. font-weight: bold;
  99. }
  100. .main .two .two_3 .active .border {
  101. color: #0057a3;
  102. font-weight: bolder;
  103. }
  104. .main .two .two_3 .swiper {
  105. float: left;
  106. width: 100%;
  107. }
  108. .main .two .two_3 .swiper .list {
  109. float: left;
  110. width: 95%;
  111. border-radius: 5px;
  112. background-color: #ffffff;
  113. margin: 0 0 10px 0;
  114. padding: 10px;
  115. }
  116. .main .two .two_3 .swiper .list .list_1 {
  117. float: left;
  118. width: 100%;
  119. margin: 0 0 5px 0;
  120. }
  121. .main .two .two_3 .swiper .list .list_1 text:nth-child(1) {
  122. font-size: 16px;
  123. font-weight: bold;
  124. color: #263fa3;
  125. }
  126. .main .two .two_3 .swiper .list .list_1 text:nth-child(2) {
  127. display: inline-block;
  128. background-color: #7b7b7b;
  129. color: #fff;
  130. padding: 3px 6px;
  131. border-radius: 90px;
  132. font-size: 12px;
  133. margin: 0 0 0 10px;
  134. }
  135. .main .two .two_3 .swiper .list .list_1 .color1 {
  136. background-color: #57cd00 !important;
  137. }
  138. .main .two .two_3 .swiper .list .list_1 .color2 {
  139. background-color: #ff5a00 !important;
  140. }
  141. .main .two .two_3 .swiper .list .list_1 .color3 {
  142. background-color: #ffa200 !important;
  143. }
  144. .main .two .two_3 .swiper .list .list_2 {
  145. float: left;
  146. width: 100%;
  147. font-size: 14px;
  148. color: #666;
  149. margin: 0 0 5px 0;
  150. }
  151. .main .two .two_3 .swiper .list .list_3 {
  152. float: left;
  153. width: 100%;
  154. font-size: 14px;
  155. color: #666;
  156. }