123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392 |
- html,
- body,
- div,
- h1,
- h2,
- h3,
- h4,
- h5,
- h6,
- p,
- dl,
- dt,
- dd,
- ol,
- ul,
- li,
- fieldset,
- form,
- label,
- input,
- legend,
- table,
- caption,
- tbody,
- tfoot,
- thead,
- tr,
- th,
- td,
- textarea,
- article,
- aside,
- audio,
- canvas,
- figure,
- footer,
- header,
- mark,
- menu,
- nav,
- section,
- time,
- video {
- margin : 0;
- padding: 0;
- }
- h1,
- h2,
- h3,
- h4,
- h5,
- h6 {
- font-size : 100%;
- font-weight: normal
- }
- article,
- aside,
- dialog,
- figure,
- footer,
- header,
- hgroup,
- nav,
- section,
- blockquote {
- display: block;
- }
- ul,
- ol {
- list-style: none;
- }
- img {
- border : 0 none;
- vertical-align: top;
- }
- blockquote,
- q {
- quotes: none;
- }
- blockquote:before,
- blockquote:after,
- q:before,
- q:after {
- content: none;
- }
- table {
- border-collapse: collapse;
- border-spacing : 0;
- }
- strong,
- em,
- i {
- font-style : normal;
- font-weight: normal;
- }
- ins {
- text-decoration: underline;
- }
- del {
- text-decoration: line-through;
- }
- mark {
- background: none;
- }
- input::-ms-clear {
- display: none !important;
- }
- body {
- font : 12px/1.5 \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", "Droid Sans Fallback", SimSun, sans-serif;
- background: #fff;
- }
- a {
- text-decoration: none;
- color : #333;
- }
- a:hover {
- text-decoration: underline;
- }
- body,
- html,
- .main {
- width : 100%;
- height: 100%
- }
- .main {
- position : relative;
- background-repeat: no-repeat;
- background-size: cover;
- background-color: #0D0E31;
- }
- .nav {
- position : relative;
- top : .5vw;
- width : 100%;
- height : 5vw;
- background : url(../img/top.png) no-repeat;
- background-size: 100%;
- text-align : center;
- line-height : 4vw;
- color : #0efcff;
- font-size : 1.4vw;
- letter-spacing : .4vw;
- }
- .nav_btn {
- position: absolute;
- top : 1.5vw;
- width : 100%;
- height : 2vw;
- }
- .btn_left {
- float : left;
- width : 25%;
- margin-left: 5%;
- height : 100%;
- }
- .btn_right {
- float : right;
- width : 25%;
- margin-right: 5%;
- height : 100%;
- }
- .btn_list {
- position : relative;
- float : left;
- width : 5.5vw;
- height : 1.6vw;
- text-align : center;
- line-height : 1.6vw;
- font-size : .9vw;
- color : #0efcff;
- letter-spacing: .1vw;
- cursor : pointer;
- }
- .btn_left a,
- .btn_right a {
- display: inline-block;
- }
- .btn_left a:nth-child(2) {
- margin: 0 .6vw;
- }
- .btn_left a:nth-child(4) {
- margin-left: .6vw;
- }
- .btn_right a:nth-child(2) {
- margin: 0 .6vw;
- }
- .btn_right a:nth-child(4) {
- margin-left: .6vw;
- }
- .btn_list:before {
- content : '';
- position : absolute;
- top : 0;
- right : 0;
- bottom : 0;
- left : 0;
- border : 1px solid #6176AF;
- transform: skewX(-38deg);
- }
- .btn_list:hover::before {
- border-color: #0efcff;
- box-shadow : 1px 1px 3px 1px #0efcff inset;
- }
- .listActive:before {
- border-color: #0efcff;
- box-shadow : 1px 1px 3px 1px #0efcff inset;
- }
- .content {
- position : relative;
- width : 97%;
- height : 87%;
- margin : auto;
- /* background: white; */
- }
- .baseBox {
- position : relative;
- float : left;
- width : 48.8%;
- height : 32.3%;
- border : 1px solid #6176AF;
- background : rgba(11, 21, 44, 0.60);
- border-radius: 5px;
- }
- .baseHeightBox {
- height: 100%;
- }
- .baseCenterBox {
- margin: 1.5% 0;
- }
- .leftBox {
- float : left;
- height : 100%;
- width : 34.5%;
- /* background: yellow; */
- }
- .rightBox {
- float : left;
- height: 100%;
- width : 34.5%;
- }
- .centerBox {
- position : relative;
- float : left;
- width : 30%;
- height : 100%;
- margin : 0 .5%;
- /* background: red; */
- }
- .marginLeft {
- margin-left: 1.5%;
- }
- /* 边框描边 */
- .leftTopLine1 {
- position : absolute;
- top : 0;
- left : -1px;
- height : 1vw;
- width : 2px;
- background: #0efcff;
- }
- .leftTopLine2 {
- position : absolute;
- top : -1px;
- left : 0;
- height : 2px;
- width : 1vw;
- background: #0efcff;
- }
- .rightTopLine1 {
- position : absolute;
- top : 0;
- right : -1px;
- height : 1vw;
- width : 2px;
- background: #0efcff;
- }
- .rightTopLine2 {
- position : absolute;
- top : -1px;
- right : 0;
- height : 2px;
- width : 1vw;
- background: #0efcff;
- }
- .leftBottomLine1 {
- position : absolute;
- bottom : 0;
- left : -1px;
- height : 1vw;
- width : 2px;
- background: #0efcff;
- }
- .leftBottomLine2 {
- position : absolute;
- bottom : -1px;
- left : 0;
- height : 2px;
- width : 1vw;
- background: #0efcff;
- }
- .rightBottomLine1 {
- position : absolute;
- bottom : 0;
- right : -1px;
- height : 1vw;
- width : 2px;
- background: #0efcff;
- }
- .rightBottomLine2 {
- position : absolute;
- bottom : -1px;
- right : 0;
- height : 2px;
- width : 1vw;
- background: #0efcff;
- }
- .boxTitle {
- font-size : 1vw;
- color : #0efcff;
- width : 80%;
- margin-left: .8vw;
- margin-top : .5vw;
- }
- .left {
- float: left;
- }
- .right {
- font: right;
- }
- /* 视频新加 */
- .video-js .vjs-control {
- width: 1vw !important;
- }
- .vjs-volume-panel {
- display: none !important;
- }
- .vjs-live-display {
- display: none !important;
- }
- .vjs-audio-button{
- display: none !important;
- }
|