You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

134 lines
2.3 KiB

5 years ago
.wrap{
5 years ago
position: absolute;
width: 100%;
height: 100%;
5 years ago
color: #fff;
5 years ago
background: url('assets/bg.jpg') no-repeat top;
background-size: 100% 100%;
5 years ago
}
.wrap .bg-left{
position: absolute;
pointer-events: auto;
left: 10px;
top: 16px;
width: 12px;
height: 96%;
}
.wrap .bg-top{
5 years ago
position: absolute;
5 years ago
width: 97%;
margin: 0 auto;
5 years ago
height: 100.64px;
left: 1.5%;
top: 0;
5 years ago
z-index: 9;
5 years ago
}
.wrap .bg-top .animation{
5 years ago
position: absolute;
top: -1px;
5 years ago
left: 14%;
width: 72%;
5 years ago
height: 162px;
5 years ago
}
5 years ago
// .wrap .bg-top .animation video{
// width: 1346px;
// height: 162px;
// object-fit: fill;
// mix-blend-mode: screen;
// filter: saturate(200%);
// }
5 years ago
.wrap .bg-top .bg-title{
5 years ago
position: absolute;
5 years ago
left: 33%;
5 years ago
top: 1px;
5 years ago
width: 34%;
5 years ago
height: 66px;
5 years ago
line-height: 60px;
5 years ago
font-size: 50px;
5 years ago
color: #fff;
5 years ago
text-align: center;
overflow: hidden;
cursor: pointer;
pointer-events: auto;
5 years ago
transform: rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(0.8) translate(0px, 0px);
text-shadow: #0075ff 0px 0px 8px;
5 years ago
}
5 years ago
@media (max-width: 1500px){
.wrap .bg-top .bg-title{
font-size: 38px;
}
}
5 years ago
.wrap .bg-right{
position: absolute;
pointer-events: auto;
5 years ago
right: 10px;
5 years ago
top: 16px;
width: 12px;
height: 96%;
}
.wrap .bg-bottom{
position: absolute;
pointer-events: auto;
left: 34px;
top: 96%;
width: 96%;
height: 13px;
}
.wrap .pic{
5 years ago
width: 100%;
height: 100%;
}
.content{
position: absolute;
top: 9%;
left: 2%;
width: 96%;
height: 87%;
}
.box-top{
width:100%;
height: 10px;
5 years ago
background: url('assets/box-top.png') no-repeat center;
background-size: 100% 100%;
5 years ago
text-align: center;
}
.box-top span{
display: inline-block;
position: relative;
5 years ago
top: -10px;
5 years ago
z-index: 999;
5 years ago
text-shadow: rgb(0, 117, 255) 0px 0px 8px;
font-family: SourceHanSansCN-Bold;
5 years ago
font-size: 1.2rem;
5 years ago
font-weight: bold;
text-align: center;
letter-spacing: 0px;
5 years ago
}
.box-bottom{
width:100%;
background: url('assets/box-bottom.png') repeat fixed top;
5 years ago
}
5 years ago
.s-pic{
5 years ago
width:191.85px;
height: 107.85px;
position: absolute;
5 years ago
top: 10px;
5 years ago
left: 10px;
border-radius: 6px;
overflow: hidden;
5 years ago
}