index.css 2.6 KB

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