global.css 1.6 KB

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