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.
27 lines
427 B
27 lines
427 B
1 year ago
|
.body-background{
|
||
|
background:{
|
||
|
color:#fff;
|
||
|
}
|
||
|
z-index:1;
|
||
|
align-items: center;
|
||
|
align-content: center;
|
||
|
.done-container{
|
||
|
position: relative;
|
||
|
bottom:15%;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
.image,.title,.button{
|
||
|
justify-content: center;
|
||
|
}
|
||
|
.image{
|
||
|
margin-bottom:26rpx;
|
||
|
}
|
||
|
.title{
|
||
|
margin-bottom:30rpx;
|
||
|
}
|
||
|
.desc{
|
||
|
text-indent: 56rpx;
|
||
|
margin-bottom:88rpx;
|
||
|
padding:0 100rpx;
|
||
|
}
|
||
|
}
|