|
|
|
@ -1342,6 +1342,52 @@ a.cj-system-tab_item.on:after { |
|
|
|
|
.cj-fixed-right:after { |
|
|
|
|
bottom: -1px |
|
|
|
|
} |
|
|
|
|
.cj-fixed-txt-hm1{ |
|
|
|
|
width: 100%; |
|
|
|
|
height: 100%; |
|
|
|
|
position: absolute; |
|
|
|
|
left: 50%; |
|
|
|
|
top: 50%; |
|
|
|
|
transform-style: preserve-3d; |
|
|
|
|
transform: rotateX(34deg) rotateY(32deg) translate(-50%,-50%); |
|
|
|
|
z-index: 9999; |
|
|
|
|
} |
|
|
|
|
.cj-fixed-txt-hm1:before, .cj-fixed-txt-hm1:after{ |
|
|
|
|
content: ''; |
|
|
|
|
position: absolute; |
|
|
|
|
left: 0; |
|
|
|
|
top: 0; |
|
|
|
|
width: 100%; |
|
|
|
|
height: 100%; |
|
|
|
|
display: inline-block; |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
background-size: contain; |
|
|
|
|
z-index: 9; |
|
|
|
|
} |
|
|
|
|
.cj-fixed-txt-hm1:before{ |
|
|
|
|
background-image: url(../images/cj-fixed-nav-light1.svg); |
|
|
|
|
animation: rote linear infinite 3s; |
|
|
|
|
left: 26px; |
|
|
|
|
width: 80%; |
|
|
|
|
height: 80%; |
|
|
|
|
} |
|
|
|
|
.cj-fixed-txt-hm1:after{ |
|
|
|
|
background-image: url(../images/cj-fixed-nav-light2.svg); |
|
|
|
|
animation: rote linear infinite 5s; |
|
|
|
|
left: 48px; |
|
|
|
|
top: 5px; |
|
|
|
|
width: 55%; |
|
|
|
|
height: 55%; |
|
|
|
|
} |
|
|
|
|
@keyframes rote { |
|
|
|
|
0%{ |
|
|
|
|
transform:rotateZ(0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
100% { |
|
|
|
|
transform:rotateZ(360deg); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.cj-cape-t-l, .cj-cape-t-r, .cj-cape-b-l, .cj-cape-b-r { |
|
|
|
|
position: absolute; |
|
|
|
@ -5585,8 +5631,8 @@ input::-webkit-input-placeholder { |
|
|
|
|
display: block; |
|
|
|
|
height: 100%; |
|
|
|
|
position: relative; |
|
|
|
|
top: -55%; |
|
|
|
|
background-image: linear-gradient(to bottom, #071729, #081d33, #09243d, #092a48, #083153); |
|
|
|
|
top: -34%; |
|
|
|
|
/*background-image: linear-gradient(to bottom, #071729, #081d33, #09243d, #092a48, #083153);*/ |
|
|
|
|
width: 75%; |
|
|
|
|
margin: 0 auto; |
|
|
|
|
} |
|
|
|
@ -5636,7 +5682,7 @@ input::-webkit-input-placeholder { |
|
|
|
|
transition: all 0.5s |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.page-tab-nav li:before { |
|
|
|
|
.page-tab-nav li.active:before { |
|
|
|
|
content: ''; |
|
|
|
|
position: absolute; |
|
|
|
|
width: 100%; |
|
|
|
@ -5646,7 +5692,7 @@ input::-webkit-input-placeholder { |
|
|
|
|
background-size: contain; |
|
|
|
|
background-position-x: center; |
|
|
|
|
left: 0; |
|
|
|
|
top: -45px; |
|
|
|
|
top: -66px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.page-tab-nav .btn-list1:after { |
|
|
|
@ -5656,7 +5702,7 @@ input::-webkit-input-placeholder { |
|
|
|
|
height: 80px; |
|
|
|
|
background-image: url(../images/page-tab-box-icon1.svg); |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
background-size: 50px 50px |
|
|
|
|
background-size: 90px 90px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.page-tab-nav .btn-list2:after { |
|
|
|
@ -5666,25 +5712,96 @@ input::-webkit-input-placeholder { |
|
|
|
|
height: 80px; |
|
|
|
|
background-image: url(../images/page-tab-box-icon2.svg); |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
background-size: 50px 50px |
|
|
|
|
background-size: 90px 90px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.page-tab-nav li:after { |
|
|
|
|
background-position-x: center; |
|
|
|
|
left: 0; |
|
|
|
|
top: -80px |
|
|
|
|
top: -66px |
|
|
|
|
} |
|
|
|
|
.page-tab-nav li.active:after { |
|
|
|
|
background-position-x: center; |
|
|
|
|
left: 0; |
|
|
|
|
top: -125px |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.page-tab-nav li.active { |
|
|
|
|
color: #00FFFF; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.liuguang-box{ |
|
|
|
|
position: absolute; |
|
|
|
|
width: 100%; |
|
|
|
|
height: 150%; |
|
|
|
|
top: -150%; |
|
|
|
|
} |
|
|
|
|
.liuguang-box .lg{ |
|
|
|
|
width: 5px; |
|
|
|
|
height: 30px; |
|
|
|
|
background-image: url(../images/page-tab-box-top_light.svg); |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
background-size: contain; |
|
|
|
|
background-position: center; |
|
|
|
|
position: absolute; |
|
|
|
|
} |
|
|
|
|
.liuguang-box .lg-1{ |
|
|
|
|
left: 50px; |
|
|
|
|
top: 50px; |
|
|
|
|
animation: light1 linear infinite 3s; |
|
|
|
|
} |
|
|
|
|
.liuguang-box .lg-2{ |
|
|
|
|
left: 110px; |
|
|
|
|
top: 70px; |
|
|
|
|
animation: light2 linear infinite 3s; |
|
|
|
|
animation-delay: 1s; |
|
|
|
|
} |
|
|
|
|
.liuguang-box .lg-3{ |
|
|
|
|
left: 110px; |
|
|
|
|
top: 50px; |
|
|
|
|
animation: light3 linear infinite 3s; |
|
|
|
|
animation-delay: 0.5s; |
|
|
|
|
} |
|
|
|
|
@keyframes light1 { |
|
|
|
|
0%{ |
|
|
|
|
left: 50px; |
|
|
|
|
top: 50px; |
|
|
|
|
} |
|
|
|
|
100%{ |
|
|
|
|
left: 50px; |
|
|
|
|
top: -20px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
@keyframes light2 { |
|
|
|
|
0%{ |
|
|
|
|
left: 110px; |
|
|
|
|
top: 70px; |
|
|
|
|
} |
|
|
|
|
100%{ |
|
|
|
|
left: 110px; |
|
|
|
|
top: -20px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
@keyframes light3 { |
|
|
|
|
0%{ |
|
|
|
|
left: 160px; |
|
|
|
|
top: 50px; |
|
|
|
|
} |
|
|
|
|
100%{ |
|
|
|
|
left: 160px; |
|
|
|
|
top: -20px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.page-tab-nav li .liuguang-box{ |
|
|
|
|
display: none; |
|
|
|
|
} |
|
|
|
|
.page-tab-nav li.active .liuguang-box{ |
|
|
|
|
display: block; |
|
|
|
|
} |
|
|
|
|
.page-tab-nav .btn-list1.active:after { |
|
|
|
|
background-image: url(../images/page-tab-box-icon1-hover.svg); |
|
|
|
|
background-image: url(../images/page-tab-box-icon1.svg); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.page-tab-nav .btn-list2.active:after { |
|
|
|
|
background-image: url(../images/page-tab-box-icon2-hover.svg); |
|
|
|
|
background-image: url(../images/page-tab-box-icon2.svg); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.cj-flow { |
|
|
|
@ -9293,7 +9410,7 @@ h4 { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.layui-layer { |
|
|
|
|
background-color: #0a0c28; |
|
|
|
|
background-color: #0a0c28 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.form-dwsrk input { |
|
|
|
|