global.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  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. background-size: auto 500px;
  27. }
  28. .left {
  29. float: left;
  30. }
  31. .right {
  32. float: right;
  33. }
  34. a {
  35. text-decoration: none;
  36. }
  37. ul,
  38. ol,
  39. li {
  40. list-style: none;
  41. }
  42. .inner {
  43. width: 1200px;
  44. margin: 0 auto;
  45. }
  46. /* //inner下的左右侧标题样式 */
  47. .innerLeft,
  48. .innerRight {
  49. float: left;
  50. }
  51. .innerLeft {
  52. width: 790px;
  53. margin-right: 20px;
  54. }
  55. .innerLeft>.title {
  56. width: 790px;
  57. }
  58. .innerLeft>.title>h3 {
  59. height: 36px;
  60. font-family: Source Han Sans, Source Han Sans;
  61. font-weight: bold;
  62. font-size: 24px;
  63. color: #000000;
  64. line-height: 28px;
  65. text-align: left;
  66. font-style: normal;
  67. text-transform: none;
  68. border-bottom: 1px solid #139602;
  69. }
  70. .innerLeft>.title>h3>span {
  71. float: right;
  72. width: 56px;
  73. height: 20px;
  74. line-height: 24px;
  75. font-weight: 400;
  76. font-size: 14px;
  77. color: #999999;
  78. font-style: normal;
  79. text-transform: none;
  80. }
  81. .innerRight {
  82. width: 390px;
  83. }
  84. .innerRight>.title>h3 {
  85. height: 36px;
  86. font-family: Source Han Sans, Source Han Sans;
  87. font-weight: bold;
  88. font-size: 24px;
  89. color: #000000;
  90. line-height: 28px;
  91. text-align: left;
  92. font-style: normal;
  93. text-transform: none;
  94. border-bottom: 1px solid #139602;
  95. }
  96. .innerRight>.title>h3>span {
  97. float: right;
  98. width: 56px;
  99. height: 20px;
  100. line-height: 24px;
  101. font-weight: 400;
  102. font-size: 14px;
  103. color: #999999;
  104. font-style: normal;
  105. text-transform: none;
  106. }