payResult.wxss 853 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. page {
  2. min-height: 100%;
  3. width: 100%;
  4. background: #fff;
  5. }
  6. .container {
  7. height: 100%;
  8. background: #fff;
  9. }
  10. .pay-result {
  11. background: #fff;
  12. }
  13. .pay-result .msg {
  14. text-align: center;
  15. margin: 100rpx auto;
  16. color: #2bab25;
  17. font-size: 36rpx;
  18. }
  19. .pay-result .btns {
  20. display: flex;
  21. align-items: center;
  22. justify-content: center;
  23. }
  24. .pay-result .btn {
  25. text-align: center;
  26. height: 80rpx;
  27. margin: 0 20rpx;
  28. width: 200rpx;
  29. line-height: 78rpx;
  30. border: 1px solid #868686;
  31. color: #000000;
  32. border-radius: 5rpx;
  33. }
  34. .pay-result .error .msg {
  35. color: #b4282d;
  36. margin-bottom: 60rpx;
  37. }
  38. .pay-result .error .tips {
  39. color: #7f7f7f;
  40. margin-bottom: 70rpx;
  41. }
  42. .pay-result .error .tips .p {
  43. font-size: 24rpx;
  44. line-height: 42rpx;
  45. text-align: center;
  46. }
  47. .pay-result .error .tips .p {
  48. line-height: 42rpx;
  49. text-align: center;
  50. }