75 lines
1.1 KiB
Plaintext
75 lines
1.1 KiB
Plaintext
.page-container {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100vh;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.bg-video {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: -1;
|
|
}
|
|
|
|
.content {
|
|
position: relative;
|
|
z-index: 1;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 100%;
|
|
color: white;
|
|
text-align: center;
|
|
}
|
|
|
|
.title {
|
|
font-size: 64rpx;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.xz_bg{
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
justify-content: space-between; /* 项目之间有相等间距,两端贴边 */
|
|
padding-top: 100rpx;
|
|
}
|
|
.xz_xiannv{
|
|
width: 400rpx;
|
|
height: 400rpx;
|
|
opacity: 95%;
|
|
|
|
}
|
|
.xz_lion{
|
|
width: 400rpx;
|
|
height: 400rpx;
|
|
opacity: 95%;
|
|
position: absolute;
|
|
top: 220rpx;
|
|
left: 320rpx;
|
|
}
|
|
.xz_juxie{
|
|
width: 400rpx;
|
|
height: 400rpx;
|
|
opacity: 95%;
|
|
position: absolute;
|
|
top: 500rpx;
|
|
}
|
|
.xz_sheshou{
|
|
width: 400rpx;
|
|
height: 400rpx;
|
|
opacity: 95%;
|
|
position: absolute;
|
|
top: 700rpx;
|
|
left: 320rpx;
|
|
}
|
|
.xz_shuangyu{
|
|
width: 400rpx;
|
|
height: 400rpx;
|
|
opacity: 70%;
|
|
position: absolute;
|
|
top: 900rpx;
|
|
} |