You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
1.2 KiB
65 lines
1.2 KiB
|
2 months ago
|
.page {
|
||
|
|
.page-container {
|
||
|
|
padding: 0 49rpx;
|
||
|
|
.succees {
|
||
|
|
margin: 102rpx auto 0;
|
||
|
|
display: block;
|
||
|
|
width: 200rpx;
|
||
|
|
height: 200rpx;
|
||
|
|
}
|
||
|
|
.title {
|
||
|
|
margin-top: 32rpx;
|
||
|
|
text-align: center;
|
||
|
|
font-size: 40rpx;
|
||
|
|
color: rgba(224, 71, 117, 1);
|
||
|
|
font-weight: bold;
|
||
|
|
}
|
||
|
|
.sub-title {
|
||
|
|
margin-top: 22rpx;
|
||
|
|
text-align: center;
|
||
|
|
font-size: 28rpx;
|
||
|
|
color: #bbbcbe;
|
||
|
|
.price {
|
||
|
|
color: #f5ad1d;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
.code-wrap {
|
||
|
|
margin-top: 138rpx;
|
||
|
|
text-align: center;
|
||
|
|
.code {
|
||
|
|
width: 316rpx;
|
||
|
|
height: 316rpx;
|
||
|
|
}
|
||
|
|
.tip {
|
||
|
|
margin-top: 32rpx;
|
||
|
|
font-size: 28rpx;
|
||
|
|
color: rgba(51, 51, 51, 1);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
.footer {
|
||
|
|
margin-top: 88rpx;
|
||
|
|
display: flex;
|
||
|
|
> view,
|
||
|
|
> image {
|
||
|
|
margin-right: 30rpx;
|
||
|
|
}
|
||
|
|
.btn {
|
||
|
|
flex: 1;
|
||
|
|
text-align: center;
|
||
|
|
height: 96rpx;
|
||
|
|
line-height: 96rpx;
|
||
|
|
text-align: center;
|
||
|
|
border: 1px solid rgba(224, 71, 117, 1);
|
||
|
|
border-radius: 48rpx;
|
||
|
|
font-size: 32rpx;
|
||
|
|
color: rgba(224, 71, 117, 1);
|
||
|
|
font-weight: bold;
|
||
|
|
}
|
||
|
|
.sure {
|
||
|
|
background: #e04775;
|
||
|
|
color: #fff;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|