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.
136 lines
2.3 KiB
136 lines
2.3 KiB
.prompt {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
background: rgba(0, 0, 0, 80%);
|
|
z-index: 20 !important;
|
|
text-align: center;
|
|
}
|
|
|
|
.prompt > .icon {
|
|
position: absolute;
|
|
width: 128px;
|
|
height: 128px;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: calc(50vh + 57px);
|
|
margin: auto;
|
|
}
|
|
|
|
.prompt > .title {
|
|
position: absolute;
|
|
top: calc(50vh + 23px);
|
|
left: 0;
|
|
right: 0;
|
|
margin: auto;
|
|
font-family: PingFang SC;
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
font-size: 28px;
|
|
line-height: 39px;
|
|
text-align: center;
|
|
letter-spacing: 1px;
|
|
color: #ffffff;
|
|
}
|
|
.prompt > .title.top {
|
|
top: calc(50vh - 16px);
|
|
}
|
|
|
|
.prompt > .meta {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: calc(50vh + 70px);
|
|
margin: auto;
|
|
font-family: PingFang SC;
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
text-align: center;
|
|
letter-spacing: 1px;
|
|
color: #c9cbd1;
|
|
}
|
|
.btns {
|
|
position: absolute;
|
|
top: calc(50vh + 170px);
|
|
left: 24px;
|
|
right: 24px;
|
|
display: flex;
|
|
height: 56px;
|
|
}
|
|
.btn2 + .btn1 {
|
|
margin-left: 4px;
|
|
}
|
|
.btn1 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: linear-gradient(180deg, #508af7 0%, #5ea5f9 100%);
|
|
box-shadow: 0px 6px 12px rgba(93, 172, 249, 0.2);
|
|
border-radius: 10px;
|
|
font-family: PingFang SC;
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
font-size: 16px;
|
|
line-height: 22px;
|
|
text-align: center;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.btn2 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 100%;
|
|
height: 100%;
|
|
border: 1px solid #c9cbd1;
|
|
box-sizing: border-box;
|
|
border-radius: 10px;
|
|
font-family: PingFang SC;
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
font-size: 16px;
|
|
line-height: 22px;
|
|
text-align: center;
|
|
|
|
/* VI/0 */
|
|
|
|
color: #ffffff;
|
|
}
|
|
.btn1-meta {
|
|
position: absolute;
|
|
height: 50px;
|
|
left: 0;
|
|
right: 0;
|
|
top: calc(50vh + 170px + 48px + 12px);
|
|
font-family: PingFang SC;
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
text-align: center;
|
|
color: #c9cbd1;
|
|
}
|
|
|
|
.btn3 {
|
|
position: absolute;
|
|
left: 10px;
|
|
top: 104px;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
font-family: PingFang SC;
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
font-size: 18px;
|
|
line-height: 25px;
|
|
color: #ffffff;
|
|
}
|
|
.back {
|
|
width: 24px;
|
|
height: 24px;
|
|
}
|
|
|