You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

88 lines
1.6 KiB
Plaintext

page {
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 1);
}
.page {
width: 90%;
height: 600rpx;
margin: auto auto;
margin-top: 90rpx;
display: flex;
flex-direction: column;
align-content: center;
align-items: center;
justify-content: space-between;
}
.exchange_success_image {
width: 132rpx;
height: 132rpx;
}
.exchange_success_image image {
width: 132rpx;
height: 132rpx;
}
.exchange_success_title {
width: 160rpx;
height: 34rpx;
font-size: 36rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: var(--color--);
text-align: center;
margin-top: -80rpx;
}
.exchange_success_detail {
width: 559rpx;
height: 77rpx;
font-size: 30rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(102, 102, 102, 1);
line-height: 48rpx;
text-align: left;
padding-left: 30rpx;
}
.exchange_success_operation {
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-around;
align-content: center;
align-items: center;
}
.exchange_success_return_index {
width: 260rpx;
height: 90rpx;
border: 2rpx solid var(--color--);
border-radius: 10rpx;
font-size: 36rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(51, 51, 51, 1);
text-align: center;
line-height: 90rpx;
}
.exchange_success_goto {
width: 260rpx;
height: 90rpx;
background: var(--color--);
border-radius: 10rpx;
font-size: 36rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(255, 255, 255, 1);
text-align: center;
line-height: 90rpx;
}