base.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. html,
  2. body,
  3. div,
  4. span,
  5. applet,
  6. object,
  7. iframe,
  8. h1,
  9. h2,
  10. h3,
  11. h4,
  12. h5,
  13. h6,
  14. p,
  15. blockquote,
  16. pre,
  17. a,
  18. abbr,
  19. acronym,
  20. address,
  21. big,
  22. cite,
  23. code,
  24. del,
  25. dfn,
  26. em,
  27. img,
  28. ins,
  29. kbd,
  30. q,
  31. s,
  32. samp,
  33. small,
  34. strike,
  35. strong,
  36. sub,
  37. sup,
  38. tt,
  39. var,
  40. b,
  41. u,
  42. i,
  43. center,
  44. dl,
  45. dt,
  46. dd,
  47. ol,
  48. ul,
  49. li,
  50. fieldset,
  51. form,
  52. label,
  53. legend,
  54. table,
  55. caption,
  56. tbody,
  57. tfoot,
  58. thead,
  59. tr,
  60. th,
  61. td,
  62. article,
  63. aside,
  64. canvas,
  65. details,
  66. embed,
  67. figure,
  68. figcaption,
  69. footer,
  70. header,
  71. menu,
  72. nav,
  73. output,
  74. ruby,
  75. section,
  76. summary,
  77. time,
  78. mark,
  79. audio,
  80. video,
  81. input {
  82. box-sizing: border-box;
  83. margin: 0;
  84. padding: 0;
  85. border: 0;
  86. font-size: 100%;
  87. font-weight: normal;
  88. vertical-align: baseline;
  89. }
  90. /* HTML5 display-role reset for older browsers */
  91. article,
  92. aside,
  93. details,
  94. figcaption,
  95. figure,
  96. footer,
  97. header,
  98. menu,
  99. nav,
  100. section {
  101. display: block;
  102. }
  103. body {
  104. line-height: 1;
  105. }
  106. blockquote,
  107. q {
  108. quotes: none;
  109. }
  110. blockquote:before,
  111. blockquote:after,
  112. q:before,
  113. q:after {
  114. content: none;
  115. }
  116. table {
  117. border-collapse: collapse;
  118. border-spacing: 0;
  119. }
  120. /* custom */
  121. a {
  122. color: #7e8c8d;
  123. text-decoration: none;
  124. -webkit-backface-visibility: hidden;
  125. }
  126. li {
  127. list-style: none;
  128. }
  129. ::-webkit-scrollbar {
  130. width: 5px;
  131. height: 5px;
  132. }
  133. ::-webkit-scrollbar-track-piece {
  134. background-color: rgba(0, 0, 0, 0.2);
  135. -webkit-border-radius: 6px;
  136. }
  137. ::-webkit-scrollbar-thumb:vertical {
  138. height: 5px;
  139. background-color: rgba(125, 125, 125, 0.7);
  140. -webkit-border-radius: 6px;
  141. }
  142. ::-webkit-scrollbar-thumb:horizontal {
  143. width: 5px;
  144. background-color: rgba(125, 125, 125, 0.7);
  145. -webkit-border-radius: 6px;
  146. }
  147. html,
  148. body {
  149. width: 100%;
  150. }
  151. body {
  152. -webkit-text-size-adjust: none;
  153. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  154. }
  155. .sonBj1 {
  156. margin: 0px auto 80px;
  157. width: 62px;
  158. height: 71px;
  159. background: url('./img/title1.png');
  160. background-size: 100% 100%;
  161. }
  162. .sonBj2 {
  163. margin: 0px auto 80px;
  164. width: 62px;
  165. height: 71px;
  166. background: url('./img/title2.png');
  167. background-size: 100% 100%;
  168. }
  169. .shuming {
  170. margin: 10px 0 50px;
  171. text-align: center;
  172. font-size: 16px;
  173. color: #fff;
  174. }
  175. .videoBox>video {
  176. max-width: 100%;
  177. max-height: 100%;
  178. background-color: #1d1e23;
  179. }
  180. .viewer-title {
  181. display: none !important;
  182. }
  183. .viewer-prev {
  184. display: none !important;
  185. }
  186. .viewer-next {
  187. display: none !important;
  188. }
  189. .viewer-navbar {
  190. display: none !important;
  191. }