31 lines
529 B
Plaintext
31 lines
529 B
Plaintext
page{
|
|
background-color: #fff;
|
|
}
|
|
.page-success{
|
|
text-align: center;
|
|
}
|
|
.icon{
|
|
width:140rpx;
|
|
height:140rpx;
|
|
margin-top:320rpx;
|
|
}
|
|
.title{
|
|
font-size: 44rpx;
|
|
font-weight: 500;
|
|
color:var(--main-color);
|
|
margin-top:50rpx;
|
|
}
|
|
.sub-title{
|
|
font-size: 30rpx;
|
|
color:#555555;
|
|
margin-top:40rpx;
|
|
}
|
|
.button{
|
|
border: 1.2rpx solid #999999!important;
|
|
color:var(--main-font-color)!important;
|
|
font-weight: normal;
|
|
border-radius: 60rpx;
|
|
padding:19rpx!important;
|
|
margin:90rpx auto!important;
|
|
width:438rpx!important;
|
|
} |