index.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. * {
  2. padding: 0;
  3. margin: 0;
  4. }
  5. html,
  6. body {
  7. font-family:
  8. "微软雅黑",
  9. "Microsoft Yahei",
  10. "LiHei Pro",
  11. "Hiragino Sans",
  12. "GBHelvetica Neue",
  13. Helvetica,
  14. Arial,
  15. "PingFang SC",
  16. "WenQuanYi Micro Hei",
  17. sans-serif;
  18. font-size: 14px;
  19. color: #111;
  20. }
  21. li {
  22. list-style: none;
  23. }
  24. a {
  25. padding: 0;
  26. margin: 0;
  27. color: inherit;
  28. vertical-align: baseline;
  29. border: 0;
  30. outline: 0;
  31. }
  32. a:link,
  33. a:hover,
  34. a:active,
  35. a:visited {
  36. color: inherit;
  37. text-decoration: none;
  38. }
  39. img {
  40. border: 0 none;
  41. }
  42. body {
  43. /* transform: scale(0.8); */
  44. /* transform-origin: center top; */
  45. }
  46. .wrapper {
  47. position: fixed;
  48. z-index: 10;
  49. width: 100%;
  50. height: 100%;
  51. overflow: auto;
  52. background-color: #f5f7f9;
  53. }
  54. .wrapper .wrapper-bg {
  55. position: absolute;
  56. top: 10px;
  57. left: 50%;
  58. z-index: 0;
  59. width: 1184px;
  60. margin-left: -592px;
  61. }
  62. .wrapper .title-wrapper {
  63. position: relative;
  64. width: 875px;
  65. margin: 0 auto;
  66. overflow: hidden;
  67. }
  68. .wrapper .title-wrapper .title {
  69. width: 100%;
  70. margin-top: 10%;
  71. font-size: 34px;
  72. font-weight: 400;
  73. color: #36383a;
  74. text-align: center;
  75. }
  76. .wrapper .title-wrapper .desc {
  77. margin-top: 20px;
  78. font-size: 18px;
  79. color: #6a6e75;
  80. text-align: center;
  81. }
  82. .wrapper .section {
  83. width: 875px;
  84. margin: 65px auto 0;
  85. }
  86. .wrapper .section .title {
  87. width: 100%;
  88. margin-bottom: 35px;
  89. font-size: 22px;
  90. line-height: 30px;
  91. color: #36383a;
  92. text-align: center;
  93. }
  94. .wrapper .section .container {
  95. width: 100%;
  96. background-color: white;
  97. border: 1px solid #dfe1e6;
  98. border-radius: 10px;
  99. }
  100. .wrapper .section .container .list {
  101. width: 100%;
  102. height: 130px;
  103. }
  104. .wrapper .section .container .list .list-item {
  105. float: left;
  106. width: 291px;
  107. height: 90px;
  108. margin: 20px auto;
  109. }
  110. .wrapper .section .container .list .line {
  111. float: left;
  112. width: 1px;
  113. height: 50px;
  114. margin: 40px 0;
  115. background-color: #e2e5ec;
  116. }
  117. .wrapper .section .container .list .list-item .list-item-logo {
  118. display: block;
  119. width: 60px;
  120. margin-right: auto;
  121. margin-left: auto;
  122. cursor: pointer;
  123. }
  124. .wrapper .section .container .list .list-item .list-item-desc {
  125. font-size: 16px;
  126. line-height: 30px;
  127. color: #36383a;
  128. text-align: center;
  129. cursor: pointer;
  130. }
  131. .wrapper .section.express {
  132. margin: 0 auto 30px;
  133. }
  134. .wrapper .section.express .title {
  135. margin: 20px auto;
  136. font-size: 18px;
  137. }
  138. .wrapper .section.express .list {
  139. border-bottom: 1px solid #e2e5ec;
  140. }
  141. .wrapper .section.express .list .list-item {
  142. width: 437px;
  143. }
  144. .wrapper .section .container .change {
  145. width: 100%;
  146. padding: 20px 0;
  147. text-align: center;
  148. background-color: #f9fbfc;
  149. border-bottom-right-radius: 10px;
  150. border-bottom-left-radius: 10px;
  151. }
  152. .wrapper .section .container .pic {
  153. width: 708px;
  154. }