AI数字人小屏带背景
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

184 lines
1.7 KiB

3 months ago
  1. @charset "utf-8";
  2. /* CSS Document */
  3. html {
  4. -webkit-text-size-adjust: 100%;
  5. -ms-text-size-adjust: 100%;
  6. }
  7. body,
  8. div,
  9. dl,
  10. dt,
  11. dd,
  12. ul,
  13. ol,
  14. li,
  15. h1,
  16. h2,
  17. h3,
  18. h4,
  19. h5,
  20. h6,
  21. pre,
  22. code,
  23. form,
  24. fieldset,
  25. legend,
  26. input,
  27. textarea,
  28. p,
  29. blockquote,
  30. th,
  31. td,
  32. hr,
  33. button,
  34. article,
  35. aside,
  36. details,
  37. figcaption,
  38. figure,
  39. footer,
  40. header,
  41. hgroup,
  42. menu,
  43. nav,
  44. section {
  45. margin: 0;
  46. padding: 0;
  47. }
  48. body,
  49. button,
  50. input,
  51. select,
  52. textarea {
  53. font: 12px arial, "微软雅黑"
  54. }
  55. input,
  56. select,
  57. textarea {
  58. font-size: 100%;
  59. }
  60. table {
  61. border-collapse: collapse;
  62. border-spacing: 0;
  63. }
  64. th {
  65. text-align: inherit;
  66. }
  67. fieldset,
  68. img {
  69. border: 0;
  70. }
  71. iframe {
  72. display: block;
  73. }
  74. abbr,
  75. acronym {
  76. border: 0;
  77. font-variant: normal;
  78. }
  79. del {
  80. text-decoration: line-through;
  81. }
  82. address,
  83. caption,
  84. cite,
  85. code,
  86. dfn,
  87. em,
  88. i,
  89. th,
  90. var {
  91. font-style: normal;
  92. font-weight: 500;
  93. }
  94. ol,
  95. ul {
  96. list-style: none;
  97. }
  98. caption,
  99. th {
  100. text-align: left;
  101. }
  102. h1,
  103. h2,
  104. h3,
  105. h4,
  106. h5,
  107. h6 {
  108. font-size: 100%;
  109. font-weight: 500;
  110. }
  111. q:before,
  112. q:after {
  113. content: '';
  114. }
  115. ins,
  116. a {
  117. text-decoration: none;
  118. }
  119. button {
  120. border: 0;
  121. outline: none;
  122. }
  123. /* common
  124. -----------------------------------------------*/
  125. .clearfix:after {
  126. content: "\200B";
  127. display: block;
  128. height: 0;
  129. clear: both;
  130. }
  131. .clearfix {
  132. zoom: 1;
  133. }
  134. .clear {
  135. clear: both;
  136. visibility: hidden;
  137. }
  138. a {
  139. color: #000;
  140. text-decoration: none;
  141. }
  142. a:hover {
  143. color: #000;
  144. text-decoration: none;
  145. }
  146. select::-ms-expand {
  147. display: none;
  148. }
  149. input,
  150. textarea:focus {
  151. outline: none;
  152. }
  153. select {
  154. -webkit-appearance: none;
  155. -moz-appearance: none;
  156. appearance: none;
  157. }