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.
|
|
|
.wanl-success .content {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.wanl-success .content .icon {
|
|
font-size: 180rpx;
|
|
color: #3aa112;
|
|
margin-top: 150rpx;
|
|
}
|
|
.wanl-success .content .button {
|
|
width: 100%;
|
|
}
|
|
|
|
|