global.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. html,
  2. body,
  3. h1,
  4. h2,
  5. h3,
  6. h4,
  7. h5,
  8. h6,
  9. p,
  10. span,
  11. div,
  12. a,
  13. ul,
  14. ol,
  15. li,
  16. img,
  17. button,
  18. input {
  19. padding: 0;
  20. margin: 0;
  21. }
  22. body {
  23. font-size: 14px;
  24. font-family: PingFang SC, PingFang SC;
  25. background: url("../../public/header/banner.jpg") no-repeat center top;
  26. }
  27. @media screen and (max-width: 800px) {
  28. body {
  29. font-size: 14px;
  30. font-family: PingFang SC, PingFang SC;
  31. background: url("../../public/header/banner.jpg") no-repeat center 40PX;
  32. background-size: 100% 140PX;
  33. }
  34. }
  35. .left {
  36. float: left;
  37. }
  38. .right {
  39. float: right;
  40. }
  41. a {
  42. text-decoration: none;
  43. }
  44. ul,
  45. ol,
  46. li {
  47. list-style: none;
  48. }
  49. .inner {
  50. width: 1200px;
  51. margin: 0 auto;
  52. }
  53. /* //inner下的左右侧标题样式 */
  54. .innerLeft,
  55. .innerRight {
  56. float: left;
  57. }
  58. .innerLeft {
  59. width: 790px;
  60. margin-right: 20px;
  61. }
  62. .innerLeft>.title {
  63. width: 790px;
  64. }
  65. .innerLeft>.title>h3 {
  66. height: 36px;
  67. font-family: Source Han Sans, Source Han Sans;
  68. font-weight: bold;
  69. font-size: 24px;
  70. color: #000000;
  71. line-height: 28px;
  72. text-align: left;
  73. font-style: normal;
  74. text-transform: none;
  75. border-bottom: 1px solid #139602;
  76. }
  77. .innerLeft>.title>h3>span {
  78. float: right;
  79. width: 56px;
  80. height: 20px;
  81. line-height: 24px;
  82. font-weight: 400;
  83. font-size: 14px;
  84. color: #999999;
  85. font-style: normal;
  86. text-transform: none;
  87. }
  88. .innerRight {
  89. width: 390px;
  90. }
  91. .innerRight>.title>h3 {
  92. height: 36px;
  93. font-family: Source Han Sans, Source Han Sans;
  94. font-weight: bold;
  95. font-size: 24px;
  96. color: #000000;
  97. line-height: 28px;
  98. text-align: left;
  99. font-style: normal;
  100. text-transform: none;
  101. border-bottom: 1px solid #139602;
  102. }
  103. .innerRight>.title>h3>span {
  104. float: right;
  105. width: 56px;
  106. height: 20px;
  107. line-height: 24px;
  108. font-weight: 400;
  109. font-size: 14px;
  110. color: #999999;
  111. font-style: normal;
  112. text-transform: none;
  113. }