48 lines
701 B
Plaintext
48 lines
701 B
Plaintext
|
|
.container {
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-top: 80rpx;
|
|
}
|
|
.tips-icon {
|
|
width: 250rpx;
|
|
height: 184rpx;
|
|
margin-bottom: 40rpx;
|
|
}
|
|
.state {
|
|
font-size: 40rpx;
|
|
font-weight: 500;
|
|
color: #333333;
|
|
}
|
|
.tips-text {
|
|
font-size: 28rpx;
|
|
color: #91908F;
|
|
margin-top: 14rpx;
|
|
}
|
|
.btn-wallet {
|
|
font-size: 24rpx;
|
|
color: #E8101E;
|
|
margin-top: 40rpx;
|
|
}
|
|
.btn-contact {
|
|
bottom: 180rpx;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
justify-content: center;
|
|
align-items: center;
|
|
background-color: #EEF4FA;
|
|
}
|
|
.contact-icon {
|
|
width: 36rpx;
|
|
height: 36rpx;
|
|
margin-right: 8rpx;
|
|
}
|
|
.text-contact {
|
|
font-size: 28rpx;
|
|
color: #333333;
|
|
font-weight: 500;
|
|
}
|
|
|