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

186 lines
1.8 KiB

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