飞天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.

185 lines
1.8 KiB

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