2025-06-19 16:26:28 +08:00

44 lines
662 B
CSS

page {
background-color: #f6f7fb;
min-height: 100vh;
padding-bottom: 0;
}
image {
width: 100%;
height: 100%;
}
.sucessImg {
width: 217rpx;
height: 191rpx;
margin: 0 auto;
margin-top: 106rpx;
}
.Msg1 {
font-weight: bold;
font-size: 36rpx;
color: #222222;
margin: 0 auto;
margin-top: 37rpx;
text-align: center;
}
.Msg2 {
margin: 0 auto;
margin-top: 43rpx;
}
.Msg2 div {
display: flex;
align-items: center;
justify-content: center;
font-size: 28rpx;
color: #222222;
margin-top: 10rpx;
}
.Msg2 div span{
color: #FF370B;
}