95 lines
1.6 KiB
SCSS
95 lines
1.6 KiB
SCSS
// * {
|
|
// object-fit: cover;
|
|
// }
|
|
|
|
.dot {
|
|
width: 10px;
|
|
height: 10px;
|
|
border-radius: 50%;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.aft::before {
|
|
content: "";
|
|
width: 2px;
|
|
height: 90px;
|
|
background-color: #dbdbdb;
|
|
position: absolute;
|
|
top: 50%;
|
|
right: -30px;
|
|
transform: translateY(-50%);
|
|
}
|
|
|
|
.nut-popover-content {
|
|
width: 300px;
|
|
|
|
.nut-popover-menu-item {
|
|
height: 100px;
|
|
font-size: 30px;
|
|
}
|
|
}
|
|
|
|
.popover .nut-popover-content {
|
|
width: 600px;
|
|
height: 700px;
|
|
font-size: 30px;
|
|
overflow: auto;
|
|
border-radius: 0px;
|
|
}
|
|
|
|
#lottie {
|
|
position: fixed;
|
|
inset: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: rgba(0, 0, 0, 0.8);
|
|
|
|
.lottie-text {
|
|
position: absolute;
|
|
top: 59%;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
color: #b81801;
|
|
text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff,
|
|
2px 2px 0 #fff;
|
|
font-size: 80px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.lottie-bg {
|
|
position: absolute;
|
|
left: 50%;
|
|
bottom: 5%;
|
|
transform: translateX(-50%);
|
|
background-image: url("../../static/img_0.png");
|
|
background-size: 100% 100%;
|
|
width: 700px;
|
|
height: 300px;
|
|
animation: lottie 0.3s linear forwards;
|
|
text-align: center;
|
|
line-height: 310px;
|
|
overflow: hidden;
|
|
|
|
.lottie-num {
|
|
color: #b81801;
|
|
text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff,
|
|
2px 2px 0 #fff;
|
|
font-size: 45px;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
}
|
|
|
|
.danmaku-box {
|
|
width: 100vw;
|
|
height: 420px;
|
|
|
|
.danmaku {
|
|
position: absolute;
|
|
width: 100vw;
|
|
height: 420px;
|
|
top: 0;
|
|
z-index: 1;
|
|
}
|
|
}
|