2025-06-18 08:41:23 +08:00

91 lines
1.5 KiB
CSS

page {
background-color: #F6F7FB;
padding-bottom: 0;
min-height: 100vh;
}
image {
width: 100%;
height: 100%;
}
.sucessImg {
width: 192rpx;
height: 192rpx;
margin: 0 auto;
margin-top: 40rpx;
}
.text1 {
font-size: 36rpx;
color: #222222;
display: flex;
align-items: center;
justify-content: center;
margin-top: 20rpx;
}
.text2 {
font-size: 50rpx;
color: #222222;
display: flex;
align-items: center;
justify-content: center;
margin-top: 30rpx;
}
.text2 span {
font-size: 70rpx;
color: #222222;
}
.msg {
width: 710rpx;
margin: 0 auto;
margin-top: 70rpx;
padding: 0 20rpx;
box-sizing: border-box;
background-color: #fff;
border-radius: 20rpx 20rpx 20rpx 20rpx;
}
.msgItem {
display: flex;
align-items: center;
justify-content: space-between;
padding: 30rpx 0 35rpx;
}
.msgItem_left {
font-size: 28rpx;
color: #999999;
}
.msgItem_right {
font-size: 36rpx;
color: #FF370B;
display: flex;
align-items: center;
}
.line {
width: 670rpx;
height: 1rpx;
background-color: #EBEBEB;
}
.btn {
font-size: 36rpx;
color: #FFFFFF;
display: flex;
align-items: center;
justify-content: center;
width: 600rpx;
height: 90rpx;
background: linear-gradient(91deg, #FF7658 0%, #FF370B 100%);
border-radius: 100rpx 100rpx 100rpx 100rpx;
margin: 0 auto;
margin-top: 64rpx;
}