upload project

This commit is contained in:
unknown 2025-12-27 17:16:03 +08:00
commit 06961cae04
422 changed files with 110626 additions and 0 deletions

View file

@ -0,0 +1,37 @@
.verify-success-container {
width: 100vw;
min-height: 100vh;
background: #000000;
display: flex;
flex-direction: column;
align-items: center;
/* justify-content: center; */
padding: 40rpx 32rpx;
box-sizing: border-box;
}
.badge-box {
width: 100%;
display: flex;
justify-content: center;
margin-top: 120rpx;
}
.badge-image {
width: 320rpx;
height: 320rpx;
}
.success-text-box {
width: 100%;
display: flex;
justify-content: center;
padding-top: 160rpx;
}
.success-text {
font-size: 64rpx;
color: #ffffff;
text-align: center;
}