22 lines
401 B
Plaintext
22 lines
401 B
Plaintext
.success-con{
|
|
text-align: center;
|
|
padding-top: 69rpx;
|
|
padding-bottom: 120rpx;
|
|
background-image: linear-gradient(to right, #A9C0FF , #3D98FF);
|
|
}
|
|
.success-status{
|
|
font-size: 36rpx;
|
|
color: #fff;
|
|
}
|
|
.success-status image{
|
|
display: inline-block;
|
|
width: 63rpx;
|
|
height: 63rpx;
|
|
vertical-align: -12rpx;
|
|
margin-right: 8rpx;
|
|
}
|
|
.back{
|
|
margin-top: 55rpx;
|
|
font-size: 24rpx;
|
|
color: #fff;
|
|
} |