40 lines
632 B
Plaintext
40 lines
632 B
Plaintext
/* pages/waitingPayment/waitingPayment.wxss */
|
|
.waitpayContent {
|
|
padding-top: 200rpx;
|
|
}
|
|
|
|
.waitpayContent .icon {
|
|
width: 200rpx;
|
|
height: 200rpx;
|
|
margin: 0 auto;
|
|
padding-bottom: 10rpx;
|
|
}
|
|
|
|
.waitpayContent .icon image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.waitpayContent .tips {
|
|
text-align: center;
|
|
font-size: 50rpx;
|
|
padding-bottom: 40rpx;
|
|
}
|
|
|
|
.waitpayContent .money {
|
|
font-size: 50rpx;
|
|
text-align: center;
|
|
padding-bottom: 60rpx;
|
|
}
|
|
|
|
.waitpayContent .button {
|
|
width: 200rpx;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
text-align: center;
|
|
color: #fff;
|
|
margin: 0 auto;
|
|
border-radius: 10rpx;
|
|
background: #f00;
|
|
}
|