base.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. * {
  2. padding: 0;
  3. margin: 0;
  4. }
  5. body {
  6. background-color: #fff;
  7. font: 16px 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
  8. color: #666;
  9. min-width: 1100px;
  10. }
  11. .w {
  12. width: 1200px;
  13. margin: 0 auto;
  14. }
  15. .wNew {
  16. width: 1000px;
  17. margin: 0 auto;
  18. }
  19. li {
  20. display: inline-block;
  21. list-style: none;
  22. color: #333;
  23. }
  24. img {
  25. display: inline-block;
  26. border: 0;
  27. vertical-align: middle;
  28. }
  29. a {
  30. text-decoration: none;
  31. color: #333;
  32. }
  33. .fl {
  34. float: left;
  35. }
  36. .fr {
  37. float: right;
  38. }
  39. .clearfix:after {
  40. content: '';
  41. visibility: hidden;
  42. height: 0;
  43. display: block;
  44. clear: both;
  45. }
  46. .clearfix {
  47. *zoom: 1;
  48. }
  49. .w200 {
  50. width: 200px;
  51. }
  52. .w210 {
  53. width: 210px;
  54. }
  55. .w582 {
  56. width: 582px;
  57. }
  58. .w588 {
  59. width: 588px;
  60. }
  61. .w100pre {
  62. width: 100%;
  63. }
  64. /* 公共部分 */
  65. .head {
  66. height: 120px;
  67. line-height: 120px;
  68. }
  69. .head img {
  70. width: 180px;
  71. margin-right: 400px;
  72. }
  73. .foot {
  74. height: 60px;
  75. line-height: 60px;
  76. font-size: 20px;
  77. background-color: #414141;
  78. text-align: center;
  79. margin-top: 97px;
  80. }
  81. .foot a {
  82. color: #FFFFFF;
  83. }
  84. .new .head {
  85. border-bottom: 1px solid #DCDCDC;
  86. }
  87. .new .content {
  88. margin-top: 20px;
  89. position: relative;
  90. }
  91. .new .content .title {
  92. font-size: 20px;
  93. color: #333;
  94. font-weight: 700;
  95. margin-bottom: 20px;
  96. }
  97. .new .content .time {
  98. font-size: 18px;
  99. color: #999;
  100. margin-bottom: 20px;
  101. }
  102. .new .content img {
  103. width: 100%;
  104. height: 300px;
  105. margin-bottom: 20px;
  106. }
  107. .new .content .article {
  108. font-size: 16px;
  109. margin-bottom: 20px;
  110. text-indent: 2em;
  111. line-height: 38px;
  112. }
  113. .new .content .toTop {
  114. width: 50px;
  115. height: 140px;
  116. padding: 20px 10px;
  117. background-color: #EFF0F4;
  118. position: absolute;
  119. top: 600px;
  120. right: -150px;
  121. border-radius: 10px;
  122. text-align: center;
  123. display: flex;
  124. flex-direction: column;
  125. justify-content: space-between;
  126. }
  127. .new .content .toTop img {
  128. width: 32px;
  129. height: 32px;
  130. display: block;
  131. margin: 0 auto;
  132. margin-bottom: 10px;
  133. }