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.
127 lines
2.2 KiB
127 lines
2.2 KiB
.calibrator {
|
|
position: fixed;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 10;
|
|
background: rgba(0, 0, 0, 0.8);
|
|
}
|
|
.rect {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
position: absolute;
|
|
left: 0;
|
|
top: calc(50vh - 40px);
|
|
width: 100vw;
|
|
height: 80px;
|
|
background: rgba(238, 233, 222, 0.3);
|
|
backdrop-filter: blur(3px);
|
|
}
|
|
.rect .l1 {
|
|
position: absolute;
|
|
bottom: 25px;
|
|
left: 14px;
|
|
width: calc(50vw - 30px);
|
|
border-top: 2px dashed rgba(215, 207, 198, 0.4);
|
|
}
|
|
.rect .l2 {
|
|
position: absolute;
|
|
bottom: 25px;
|
|
right: 14px;
|
|
width: calc(50vw - 30px);
|
|
border-top: 2px dashed rgba(215, 207, 198, 0.4);
|
|
}
|
|
.rect .p {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 16px;
|
|
margin: auto;
|
|
width: 24px;
|
|
height: 40px;
|
|
}
|
|
.title {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: calc(50vh - 40px - 192px - 34px);
|
|
margin: auto;
|
|
color: var(--T-G1, #eee9de);
|
|
text-align: center;
|
|
/* 标题-Title1/B */
|
|
font-family: "PingFang SC";
|
|
font-size: 24px;
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
line-height: normal;
|
|
z-index: 2;
|
|
}
|
|
.opacity6 {
|
|
opacity: 0.6;
|
|
}
|
|
.meta {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: calc(50vh - 40px - 137px - 41px);
|
|
width: 288px;
|
|
margin: auto;
|
|
padding: 12px;
|
|
border-radius: 16px;
|
|
background: rgba(0, 0, 0, 0.7);
|
|
backdrop-filter: blur(6px);
|
|
color: var(--T-9, #fff);
|
|
text-align: center;
|
|
font-family: "PingFang SC";
|
|
font-size: 12px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: normal;
|
|
z-index: 2;
|
|
}
|
|
.line {
|
|
position: absolute;
|
|
width: 100vh;
|
|
height: 80px;
|
|
top: 50vh;
|
|
left: 0;
|
|
transform-origin: center;
|
|
transform: translateY(-40px);
|
|
z-index: 1;
|
|
}
|
|
.line .l {
|
|
position: absolute;
|
|
left: 16px;
|
|
right: 16px;
|
|
width: calc(100vw - 32px);
|
|
background: #ffdb00;
|
|
height: 4px;
|
|
border-radius: 100px;
|
|
bottom: 23px;
|
|
z-index: 1;
|
|
}
|
|
.line .p {
|
|
position: absolute;
|
|
width: 30px;
|
|
height: 56px;
|
|
left: calc(50vw - 15px);
|
|
bottom: 11px;
|
|
z-index: 2;
|
|
}
|
|
.meta1 {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: calc(50vh + 40px + 18px);
|
|
color: var(--T-G2, #d1c8b9);
|
|
text-align: center;
|
|
/* Font/正文B2M-14 */
|
|
font-family: "PingFang SC";
|
|
font-size: 14px;
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
line-height: normal;
|
|
z-index: 2;
|
|
}
|
|
|