global.css 2.0 KB

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