upload project
This commit is contained in:
commit
06961cae04
422 changed files with 110626 additions and 0 deletions
37
subpackages/realname/verify-success.wxss
Normal file
37
subpackages/realname/verify-success.wxss
Normal 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;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue