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.

106 lines
1.7 KiB

5 years ago
.wrap{
width: 100vw;
height: 100vh;
color: #fff;
background: url('assets/bg.jpg') no-repeat fixed top;
}
.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
}
.wrap .bg-top .animation{
5 years ago
position: absolute;
top: -1px;
5 years ago
left: 21.5%;
width: 57%;
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;
background: url('assets/box-top.png') repeat fixed center;
}
.box-bottom{
width:100%;
background: url('assets/box-bottom.png') repeat fixed top;
5 years ago
}