27 lines
381 B
Plaintext
27 lines
381 B
Plaintext
page{
|
|
background-color: #fff;
|
|
}
|
|
.page-success{
|
|
text-align: center;
|
|
}
|
|
.icon{
|
|
width:140rpx;
|
|
height:140rpx;
|
|
margin-top:320rpx;
|
|
}
|
|
.title{
|
|
font-size: 40rpx;
|
|
font-weight: 500;
|
|
color:#222222;
|
|
margin-top:50rpx;
|
|
}
|
|
.sub-title{
|
|
font-size: 30rpx;
|
|
color:#555555;
|
|
margin-top:40rpx;
|
|
}
|
|
.button{
|
|
border-radius: 60rpx;
|
|
padding:19rpx!important;
|
|
margin:90rpx!important;
|
|
} |