payResult.wxss 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. page {
  2. min-height: 100%;
  3. width: 100%;
  4. }
  5. .container {
  6. height: 100%;
  7. }
  8. .pay-result-top {
  9. background:url('https://jzmall.lifejingzhi.com/file/jzmall/weixin/new/pay-result.png') no-repeat center;
  10. background-size: 100% 100%;
  11. width:750rpx;
  12. height: 516rpx;
  13. padding:32rpx 0 0;
  14. display: flex;
  15. flex-direction: column;
  16. justify-content: top;
  17. align-items: center;
  18. color:#fff;
  19. }
  20. .pay-img-wrapper{
  21. width:316rpx;
  22. height: 316rpx;
  23. border-radius: 316rpx;
  24. padding:10rpx;
  25. margin:0 auto;
  26. margin-top:-158rpx;
  27. margin-bottom:50rpx;
  28. background:#f5f5f5 ;
  29. }
  30. .pay-img-wrapper image{
  31. width:296rpx;
  32. height: 296rpx;
  33. border-radius: 296rpx;
  34. }
  35. .pay-result .msg {
  36. text-align: center;
  37. margin: 100rpx auto;
  38. color: #2bab25;
  39. font-size: 36rpx;
  40. }
  41. .pay-result .btns {
  42. display: flex;
  43. align-items: center;
  44. justify-content: center;
  45. }
  46. .pay-result .btn {
  47. text-align: center;
  48. height: 80rpx;
  49. margin: 0 20rpx;
  50. width: 200rpx;
  51. line-height: 78rpx;
  52. border: 1px solid #868686;
  53. color: #000;
  54. border-radius: 5rpx;
  55. }
  56. .pay-result .error .msg {
  57. color: #b4282d;
  58. margin-bottom: 60rpx;
  59. }
  60. .pay-result .error .tips {
  61. color: #7f7f7f;
  62. margin-bottom: 70rpx;
  63. }
  64. .pay-result .error .tips .p {
  65. font-size: 24rpx;
  66. line-height: 42rpx;
  67. text-align: center;
  68. }
  69. .pay-result .error .tips .p {
  70. line-height: 42rpx;
  71. text-align: center;
  72. }
  73. .pay-result-top image{
  74. width:110rpx;
  75. height: 110rpx;
  76. }
  77. .result-text{
  78. margin:50rpx 0 20rpx;
  79. font-size: 34rpx;
  80. font-weight: bold;
  81. }
  82. .service-tips{
  83. font-size: 22rpx;
  84. padding:0 30rpx 0;
  85. }
  86. .common-btn-wrapper{
  87. margin-top:300rpx;
  88. }