index.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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. overflow: hidden;
  43. padding: 30rpx;
  44. padding-bottom: 200rpx;
  45. }
  46. .large {
  47. width: 100%;
  48. height: 1px;
  49. background-color: var(--v-primary-base);
  50. }
  51. .Protocol {
  52. width: 100%;
  53. background-color: #fff;
  54. }
  55. .Protocol p {
  56. color: var(--color-333);
  57. font-size: 14px;
  58. line-height: 30px;
  59. }
  60. .segment {
  61. width: 100%;
  62. font-size: 22px;
  63. color: var(--color-333);
  64. margin-top: 40rpx;
  65. margin-bottom: 30rpx;
  66. font-weight: 700;
  67. text-align: center;
  68. }
  69. .subtitle, .crosshead {
  70. color: var(--v-primary-base);
  71. font-size: 14px;
  72. line-height: 30px;
  73. }
  74. .crosshead {
  75. color: var(--color-333);
  76. }
  77. .text-color {
  78. margin-top: 0px;
  79. margin-bottom: 0px;
  80. padding: 0px;
  81. color: #333333;
  82. font-size: 14px;
  83. line-height: 30px;
  84. font-family: 微软雅黑;
  85. white-space: normal;
  86. }
  87. .text-font {
  88. font-family: 宋体, SimSun;
  89. }
  90. .text-size {
  91. margin: 0px;
  92. padding: 0px;
  93. font-size: 14px;
  94. color: #00B760;
  95. line-height: 30px;
  96. font-family: 微软雅黑;
  97. white-space: normal;
  98. }
  99. .text-p {
  100. text-align: justify;
  101. font-family: Calibri;
  102. font-size: 14px;
  103. white-space: normal;
  104. }