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.
62 lines
860 B
62 lines
860 B
3 months ago
|
/* pages/pay-result/pay-result.wxss */
|
||
|
|
||
|
.pay-sts {
|
||
|
font-size: 40rpx;
|
||
|
margin-top: 100rpx;
|
||
|
padding: 30rpx 0;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.pay-sts.fail {
|
||
|
color: #f43530;
|
||
|
}
|
||
|
|
||
|
.pay-sts.succ {
|
||
|
color: #19be6b;
|
||
|
}
|
||
|
|
||
|
.btns {
|
||
|
margin-top: 50rpx;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.tips {
|
||
|
font-size: 28rpx;
|
||
|
color: #999;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.tips .warn {
|
||
|
color: #f43530;
|
||
|
}
|
||
|
|
||
|
.btns .button {
|
||
|
border-radius: 10rpx;
|
||
|
font-size: 28rpx;
|
||
|
background: #fff;
|
||
|
color: #333;
|
||
|
padding: 20rpx 35rpx;
|
||
|
width: 300rpx;
|
||
|
margin: 0 20rpx;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.btns .button.checkorder {
|
||
|
background: #19be6b;
|
||
|
color: #fff;
|
||
|
margin-bottom: 20rpx;
|
||
|
border: 2rpx solid #19be6b;
|
||
|
}
|
||
|
|
||
|
.btns .button.payagain {
|
||
|
background: #fff;
|
||
|
border: 2rpx solid #f90;
|
||
|
color: #f90;
|
||
|
}
|
||
|
|
||
|
.btns .button.shopcontinue {
|
||
|
background: #fff;
|
||
|
border: 2rpx solid #19be6b;
|
||
|
color: #19be6b;
|
||
|
}
|