1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- page {
- min-height: 100%;
- width: 100%;
- background: #fff;
- }
- .container {
- height: 100%;
- background: #fff;
- }
- .pay-result {
- background: #fff;
- }
- .pay-result .msg {
- text-align: center;
- margin: 100rpx auto;
- color: #2bab25;
- font-size: 36rpx;
- }
- .pay-result .btns {
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .pay-result .btn {
- text-align: center;
- height: 80rpx;
- margin: 0 20rpx;
- width: 200rpx;
- line-height: 78rpx;
- border: 1px solid #868686;
- color: #000000;
- border-radius: 5rpx;
- }
- .pay-result .error .msg {
- color: #b4282d;
- margin-bottom: 60rpx;
- }
- .pay-result .error .tips {
- color: #7f7f7f;
- margin-bottom: 70rpx;
- }
- .pay-result .error .tips .p {
- font-size: 24rpx;
- line-height: 42rpx;
- text-align: center;
- }
- .pay-result .error .tips .p {
- line-height: 42rpx;
- text-align: center;
- }
|