/* pages/pay-result/pay-result.wxss */ .pay-sts { font-size: 40rpx; margin-top: 100rpx; padding: 30rpx 0; text-align: center; } .pay-sts.fail { color: #e43130; } .pay-sts.succ { color: #e43130; } .btns { margin-top: 50rpx; text-align: center; } .tips { font-size: 28rpx; color: #999; text-align: center; } .tips .warn { color: #e43130; } .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: #04358D; color: #fff; margin-bottom: 20rpx; border: 2rpx solid #04358D; } .btns .button.payagain { background: #fff; border: 2rpx solid #6da0ff; color: #6da0ff; } .btns .button.shopcontinue { background: #fff; border: 2rpx solid #e43130; color: #e43130; }