index.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  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 .a .list {
  85. float: left;
  86. width: 95%;
  87. border-radius: 5px;
  88. background-color: #ffffff;
  89. margin: 0 0 10px 0;
  90. padding: 10px;
  91. }
  92. .main .two .two_3 .a .list .list_1 {
  93. float: left;
  94. width: 100%;
  95. margin: 0 0 5px 0;
  96. }
  97. .main .two .two_3 .a .list .list_1 text:nth-child(1) {
  98. font-size: 16px;
  99. font-weight: bold;
  100. color: #263fa3;
  101. }
  102. .main .two .two_3 .a .list .list_1 text:nth-child(2) {
  103. display: inline-block;
  104. background-color: #7b7b7b;
  105. color: #fff;
  106. padding: 3px 6px;
  107. border-radius: 90px;
  108. font-size: 12px;
  109. margin: 0 0 0 10px;
  110. }
  111. .main .two .two_3 .a .list .list_1 .color1 {
  112. background-color: #57cd00 !important;
  113. }
  114. .main .two .two_3 .a .list .list_1 .color2 {
  115. background-color: #ff5a00 !important;
  116. }
  117. .main .two .two_3 .a .list .list_1 .color3 {
  118. background-color: #ffa200 !important;
  119. }
  120. .main .two .two_3 .a .list .list_2 {
  121. float: left;
  122. width: 100%;
  123. font-size: 14px;
  124. color: #666;
  125. margin: 0 0 5px 0;
  126. }
  127. .main .two .two_3 .a .list .list_3 {
  128. float: left;
  129. width: 100%;
  130. font-size: 14px;
  131. color: #666;
  132. }