reset.css 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392
  1. html,
  2. body,
  3. div,
  4. h1,
  5. h2,
  6. h3,
  7. h4,
  8. h5,
  9. h6,
  10. p,
  11. dl,
  12. dt,
  13. dd,
  14. ol,
  15. ul,
  16. li,
  17. fieldset,
  18. form,
  19. label,
  20. input,
  21. legend,
  22. table,
  23. caption,
  24. tbody,
  25. tfoot,
  26. thead,
  27. tr,
  28. th,
  29. td,
  30. textarea,
  31. article,
  32. aside,
  33. audio,
  34. canvas,
  35. figure,
  36. footer,
  37. header,
  38. mark,
  39. menu,
  40. nav,
  41. section,
  42. time,
  43. video {
  44. margin : 0;
  45. padding: 0;
  46. }
  47. h1,
  48. h2,
  49. h3,
  50. h4,
  51. h5,
  52. h6 {
  53. font-size : 100%;
  54. font-weight: normal
  55. }
  56. article,
  57. aside,
  58. dialog,
  59. figure,
  60. footer,
  61. header,
  62. hgroup,
  63. nav,
  64. section,
  65. blockquote {
  66. display: block;
  67. }
  68. ul,
  69. ol {
  70. list-style: none;
  71. }
  72. img {
  73. border : 0 none;
  74. vertical-align: top;
  75. }
  76. blockquote,
  77. q {
  78. quotes: none;
  79. }
  80. blockquote:before,
  81. blockquote:after,
  82. q:before,
  83. q:after {
  84. content: none;
  85. }
  86. table {
  87. border-collapse: collapse;
  88. border-spacing : 0;
  89. }
  90. strong,
  91. em,
  92. i {
  93. font-style : normal;
  94. font-weight: normal;
  95. }
  96. ins {
  97. text-decoration: underline;
  98. }
  99. del {
  100. text-decoration: line-through;
  101. }
  102. mark {
  103. background: none;
  104. }
  105. input::-ms-clear {
  106. display: none !important;
  107. }
  108. body {
  109. font : 12px/1.5 \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", "Droid Sans Fallback", SimSun, sans-serif;
  110. background: #fff;
  111. }
  112. a {
  113. text-decoration: none;
  114. color : #333;
  115. }
  116. a:hover {
  117. text-decoration: underline;
  118. }
  119. body,
  120. html,
  121. .main {
  122. width : 100%;
  123. height: 100%
  124. }
  125. .main {
  126. position : relative;
  127. background-repeat: no-repeat;
  128. background-size: cover;
  129. background-color: #0D0E31;
  130. }
  131. .nav {
  132. position : relative;
  133. top : .5vw;
  134. width : 100%;
  135. height : 5vw;
  136. background : url(../img/top.png) no-repeat;
  137. background-size: 100%;
  138. text-align : center;
  139. line-height : 4vw;
  140. color : #0efcff;
  141. font-size : 1.4vw;
  142. letter-spacing : .4vw;
  143. }
  144. .nav_btn {
  145. position: absolute;
  146. top : 1.5vw;
  147. width : 100%;
  148. height : 2vw;
  149. }
  150. .btn_left {
  151. float : left;
  152. width : 25%;
  153. margin-left: 5%;
  154. height : 100%;
  155. }
  156. .btn_right {
  157. float : right;
  158. width : 25%;
  159. margin-right: 5%;
  160. height : 100%;
  161. }
  162. .btn_list {
  163. position : relative;
  164. float : left;
  165. width : 5.5vw;
  166. height : 1.6vw;
  167. text-align : center;
  168. line-height : 1.6vw;
  169. font-size : .9vw;
  170. color : #0efcff;
  171. letter-spacing: .1vw;
  172. cursor : pointer;
  173. }
  174. .btn_left a,
  175. .btn_right a {
  176. display: inline-block;
  177. }
  178. .btn_left a:nth-child(2) {
  179. margin: 0 .6vw;
  180. }
  181. .btn_left a:nth-child(4) {
  182. margin-left: .6vw;
  183. }
  184. .btn_right a:nth-child(2) {
  185. margin: 0 .6vw;
  186. }
  187. .btn_right a:nth-child(4) {
  188. margin-left: .6vw;
  189. }
  190. .btn_list:before {
  191. content : '';
  192. position : absolute;
  193. top : 0;
  194. right : 0;
  195. bottom : 0;
  196. left : 0;
  197. border : 1px solid #6176AF;
  198. transform: skewX(-38deg);
  199. }
  200. .btn_list:hover::before {
  201. border-color: #0efcff;
  202. box-shadow : 1px 1px 3px 1px #0efcff inset;
  203. }
  204. .listActive:before {
  205. border-color: #0efcff;
  206. box-shadow : 1px 1px 3px 1px #0efcff inset;
  207. }
  208. .content {
  209. position : relative;
  210. width : 97%;
  211. height : 87%;
  212. margin : auto;
  213. /* background: white; */
  214. }
  215. .baseBox {
  216. position : relative;
  217. float : left;
  218. width : 48.8%;
  219. height : 32.3%;
  220. border : 1px solid #6176AF;
  221. background : rgba(11, 21, 44, 0.60);
  222. border-radius: 5px;
  223. }
  224. .baseHeightBox {
  225. height: 100%;
  226. }
  227. .baseCenterBox {
  228. margin: 1.5% 0;
  229. }
  230. .leftBox {
  231. float : left;
  232. height : 100%;
  233. width : 34.5%;
  234. /* background: yellow; */
  235. }
  236. .rightBox {
  237. float : left;
  238. height: 100%;
  239. width : 34.5%;
  240. }
  241. .centerBox {
  242. position : relative;
  243. float : left;
  244. width : 30%;
  245. height : 100%;
  246. margin : 0 .5%;
  247. /* background: red; */
  248. }
  249. .marginLeft {
  250. margin-left: 1.5%;
  251. }
  252. /* 边框描边 */
  253. .leftTopLine1 {
  254. position : absolute;
  255. top : 0;
  256. left : -1px;
  257. height : 1vw;
  258. width : 2px;
  259. background: #0efcff;
  260. }
  261. .leftTopLine2 {
  262. position : absolute;
  263. top : -1px;
  264. left : 0;
  265. height : 2px;
  266. width : 1vw;
  267. background: #0efcff;
  268. }
  269. .rightTopLine1 {
  270. position : absolute;
  271. top : 0;
  272. right : -1px;
  273. height : 1vw;
  274. width : 2px;
  275. background: #0efcff;
  276. }
  277. .rightTopLine2 {
  278. position : absolute;
  279. top : -1px;
  280. right : 0;
  281. height : 2px;
  282. width : 1vw;
  283. background: #0efcff;
  284. }
  285. .leftBottomLine1 {
  286. position : absolute;
  287. bottom : 0;
  288. left : -1px;
  289. height : 1vw;
  290. width : 2px;
  291. background: #0efcff;
  292. }
  293. .leftBottomLine2 {
  294. position : absolute;
  295. bottom : -1px;
  296. left : 0;
  297. height : 2px;
  298. width : 1vw;
  299. background: #0efcff;
  300. }
  301. .rightBottomLine1 {
  302. position : absolute;
  303. bottom : 0;
  304. right : -1px;
  305. height : 1vw;
  306. width : 2px;
  307. background: #0efcff;
  308. }
  309. .rightBottomLine2 {
  310. position : absolute;
  311. bottom : -1px;
  312. right : 0;
  313. height : 2px;
  314. width : 1vw;
  315. background: #0efcff;
  316. }
  317. .boxTitle {
  318. font-size : 1vw;
  319. color : #0efcff;
  320. width : 80%;
  321. margin-left: .8vw;
  322. margin-top : .5vw;
  323. }
  324. .left {
  325. float: left;
  326. }
  327. .right {
  328. font: right;
  329. }
  330. /* 视频新加 */
  331. .video-js .vjs-control {
  332. width: 1vw !important;
  333. }
  334. .vjs-volume-panel {
  335. display: none !important;
  336. }
  337. .vjs-live-display {
  338. display: none !important;
  339. }
  340. .vjs-audio-button{
  341. display: none !important;
  342. }