index.scss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. 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 {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details {
  6. display: block;
  7. }
  8. table {
  9. border-collapse: collapse;
  10. border-spacing: 0;
  11. }
  12. caption,th {
  13. text-align: left;
  14. font-weight: normal;
  15. }
  16. html,body,fieldset,img,iframe,abbr {
  17. border: 0;
  18. }
  19. i,cite,em,var,address,dfn {
  20. font-style: normal;
  21. }
  22. [hidefocus],summary {
  23. outline: 0;
  24. }
  25. li {
  26. list-style: none;
  27. }
  28. h1,h2,h3,h4,h5,h6,small {
  29. font-size: 100%;
  30. }
  31. a,button {
  32. cursor: pointer;
  33. }
  34. h1,h2,h3,h4,h5,h6,em,strong,b {
  35. font-weight: bold;
  36. }
  37. del,ins,u,s,a,a:hover {
  38. text-decoration: none;
  39. }
  40. .conter,.conttle {
  41. overflow: hidden;
  42. padding: 30rpx;
  43. padding-bottom: 200rpx;
  44. }
  45. .large {
  46. width: 100%;
  47. height: 1px;
  48. background-color: var(--v-primary-base);
  49. }
  50. .Protocol {
  51. width: 100%;
  52. background-color: #fff;
  53. }
  54. .Protocol p {
  55. color: var(--color-333);
  56. font-size: 14px;
  57. line-height: 30px;
  58. }
  59. .segment {
  60. width: 100%;
  61. font-size: 38rpx;
  62. color: #0E100F;
  63. margin-top: 40rpx;
  64. margin-bottom: 30rpx;
  65. font-weight: 700;
  66. text-align: center;
  67. font-family: MiSans-Semibold;
  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: rgb(51, 51, 51);
  82. font-size: 14px;
  83. line-height: 30px;
  84. font-family: MiSans-Normal;
  85. white-space: normal;
  86. }
  87. .text-font {
  88. font-family: MiSans-Normal;
  89. }
  90. .text-size {
  91. margin: 0px;
  92. padding: 0px;
  93. font-size: 14px;
  94. color: #00B760;
  95. line-height: 30px;
  96. font-family: MiSans-Normal;
  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. }