index.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. @charset "UTF-8";
  2. html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
  3. margin: 0;
  4. padding: 0;
  5. }
  6. header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
  7. display: block;
  8. }
  9. table {
  10. border-collapse: collapse;
  11. border-spacing: 0;
  12. }
  13. caption, th {
  14. text-align: left;
  15. font-weight: normal;
  16. }
  17. html, body, fieldset, img, iframe, abbr {
  18. border: 0;
  19. }
  20. i, cite, em, var, address, dfn {
  21. font-style: normal;
  22. }
  23. [hidefocus], summary {
  24. outline: 0;
  25. }
  26. li {
  27. list-style: none;
  28. }
  29. h1, h2, h3, h4, h5, h6, small {
  30. font-size: 100%;
  31. }
  32. a, button {
  33. cursor: pointer;
  34. }
  35. h1, h2, h3, h4, h5, h6, em, strong, b {
  36. font-weight: bold;
  37. }
  38. del, ins, u, s, a, a:hover {
  39. text-decoration: none;
  40. }
  41. .conter, .conttle {
  42. width: 100%;
  43. overflow: hidden;
  44. }
  45. .large {
  46. width: 100%;
  47. height: 1px;
  48. background-color: var(--v-primary-base);
  49. }
  50. .Protocol {
  51. width: 1040px;
  52. margin: 0 auto;
  53. background-color: #fff;
  54. padding: 40px 40px 90px;
  55. box-sizing: border-box;
  56. font-family: "微软雅黑";
  57. }
  58. .Protocol p {
  59. color: var(--color-333);
  60. font-size: 14px;
  61. line-height: 30px;
  62. }
  63. .segment {
  64. width: 100%;
  65. font-size: 22px;
  66. color: var(--color-333);
  67. margin-top: 45px;
  68. margin-bottom: 32px;
  69. font-weight: 700;
  70. text-align: center;
  71. }
  72. .subtitle, .crosshead {
  73. color: var(--v-primary-base);
  74. font-size: 14px;
  75. line-height: 30px;
  76. }
  77. .crosshead {
  78. color: var(--color-333);
  79. }
  80. .text-color {
  81. margin-top: 0px;
  82. margin-bottom: 0px;
  83. padding: 0px;
  84. color: var(--color-333);
  85. font-size: 14px;
  86. line-height: 30px;
  87. font-family: 微软雅黑;
  88. white-space: normal;
  89. }
  90. .text-font {
  91. font-family: 宋体, SimSun;
  92. }
  93. .text-size {
  94. margin: 0px;
  95. padding: 0px;
  96. font-size: 14px;
  97. color: #00897B;
  98. line-height: 30px;
  99. font-family: 微软雅黑;
  100. white-space: normal;
  101. }
  102. .text-p {
  103. text-align: justify;
  104. font-family: Calibri;
  105. font-size: 14px;
  106. white-space: normal;
  107. }