reset.css 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396
  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. font-size: 12px;
  125. }
  126. .main {
  127. position : relative;
  128. background-repeat: no-repeat;
  129. background-size: cover;
  130. background-color: #1D2B56;
  131. }
  132. .nav {
  133. position : relative;
  134. top : .5vw;
  135. width : 100%;
  136. height : 5vw;
  137. background : url(../img/top.png) no-repeat;
  138. background-size: 100%;
  139. text-align : center;
  140. line-height : 4vw;
  141. color : #0efcff;
  142. font-size : 1.4vw;
  143. letter-spacing : .4vw;
  144. }
  145. .nav_btn {
  146. position: absolute;
  147. top : 1.5vw;
  148. width : 100%;
  149. height : 2vw;
  150. }
  151. .btn_left {
  152. float : left;
  153. width : 25%;
  154. margin-left: 5%;
  155. height : 100%;
  156. }
  157. .btn_right {
  158. float : right;
  159. width : 25%;
  160. margin-right: 5%;
  161. height : 100%;
  162. }
  163. .btn_list {
  164. position : relative;
  165. float : left;
  166. width : 5.5vw;
  167. height : 1.6vw;
  168. text-align : center;
  169. line-height : 1.6vw;
  170. font-size : .9vw;
  171. color : #0efcff;
  172. letter-spacing: .1vw;
  173. cursor : pointer;
  174. }
  175. .btn_left a,
  176. .btn_right a {
  177. display: inline-block;
  178. }
  179. .btn_left a:nth-child(2) {
  180. margin: 0 .6vw;
  181. }
  182. .btn_left a:nth-child(4) {
  183. margin-left: .6vw;
  184. }
  185. .btn_right a:nth-child(2) {
  186. margin: 0 .6vw;
  187. }
  188. .btn_right a:nth-child(4) {
  189. margin-left: .6vw;
  190. }
  191. .btn_list:before {
  192. content : '';
  193. position : absolute;
  194. top : 0;
  195. right : 0;
  196. bottom : 0;
  197. left : 0;
  198. border : 1px solid #6176AF;
  199. transform: skewX(-38deg);
  200. }
  201. .btn_list:hover::before {
  202. border-color: #0efcff;
  203. box-shadow : 1px 1px 3px 1px #0efcff inset;
  204. }
  205. .listActive:before {
  206. border-color: #0efcff;
  207. box-shadow : 1px 1px 3px 1px #0efcff inset;
  208. }
  209. .content {
  210. position : relative;
  211. width : 97%;
  212. height : 87%;
  213. margin : auto;
  214. /* background: white; */
  215. }
  216. .baseBox {
  217. position : relative;
  218. float : left;
  219. width : 48.8%;
  220. height : 32.3%;
  221. border : 1px solid #6176AF;
  222. background : rgba(11, 21, 44, 0.60);
  223. border-radius: 5px;
  224. }
  225. .baseHeightBox {
  226. height: 100%;
  227. }
  228. .baseCenterBox {
  229. margin: 1.5% 0;
  230. }
  231. .leftBox {
  232. float : left;
  233. height : 100%;
  234. width : 34.5%;
  235. /* background: yellow; */
  236. }
  237. .rightBox {
  238. float : left;
  239. height: 100%;
  240. width : 34.5%;
  241. }
  242. .centerBox {
  243. position : relative;
  244. float : left;
  245. width : 30%;
  246. height : 100%;
  247. margin : 0 .5%;
  248. /* background: red; */
  249. }
  250. .marginLeft {
  251. margin-left: 1.5%;
  252. }
  253. /* 边框描边 */
  254. .leftTopLine1 {
  255. position : absolute;
  256. top : 0;
  257. left : -1px;
  258. height : 1vw;
  259. width : 2px;
  260. background: #0efcff;
  261. }
  262. .leftTopLine2 {
  263. position : absolute;
  264. top : -1px;
  265. left : 0;
  266. height : 2px;
  267. width : 1vw;
  268. background: #0efcff;
  269. }
  270. .rightTopLine1 {
  271. position : absolute;
  272. top : 0;
  273. right : -1px;
  274. height : 1vw;
  275. width : 2px;
  276. background: #0efcff;
  277. }
  278. .rightTopLine2 {
  279. position : absolute;
  280. top : -1px;
  281. right : 0;
  282. height : 2px;
  283. width : 1vw;
  284. background: #0efcff;
  285. }
  286. .leftBottomLine1 {
  287. position : absolute;
  288. bottom : 0;
  289. left : -1px;
  290. height : 1vw;
  291. width : 2px;
  292. background: #0efcff;
  293. }
  294. .leftBottomLine2 {
  295. position : absolute;
  296. bottom : -1px;
  297. left : 0;
  298. height : 2px;
  299. width : 1vw;
  300. background: #0efcff;
  301. }
  302. .rightBottomLine1 {
  303. position : absolute;
  304. bottom : 0;
  305. right : -1px;
  306. height : 1vw;
  307. width : 2px;
  308. background: #0efcff;
  309. }
  310. .rightBottomLine2 {
  311. position : absolute;
  312. bottom : -1px;
  313. right : 0;
  314. height : 2px;
  315. width : 1vw;
  316. background: #0efcff;
  317. }
  318. .boxTitle {
  319. font-size : 1vw;
  320. color : #0efcff;
  321. width : 80%;
  322. margin-left: .8vw;
  323. margin-top : .5vw;
  324. }
  325. .left {
  326. float: left;
  327. }
  328. .right {
  329. font: right;
  330. }
  331. /*// */
  332. /*// */
  333. /*// */
  334. /* 视频新加 */
  335. .video-js .vjs-control {
  336. width: 1vw !important;
  337. }
  338. .vjs-volume-panel {
  339. display: none !important;
  340. }
  341. .vjs-live-display {
  342. display: none !important;
  343. }
  344. .vjs-audio-button{
  345. display: none !important;
  346. }