payResult.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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. display: none;
  22. width:316rpx;
  23. height: 316rpx;
  24. border-radius: 316rpx;
  25. padding:10rpx;
  26. margin:0 auto;
  27. margin-top:-158rpx;
  28. margin-bottom:50rpx;
  29. background:#f5f5f5 ;
  30. }
  31. .pay-img-wrapper image{
  32. width:296rpx;
  33. height: 296rpx;
  34. border-radius: 296rpx;
  35. }
  36. .pay-result .msg {
  37. text-align: center;
  38. margin: 100rpx auto;
  39. color: #2bab25;
  40. font-size: 36rpx;
  41. }
  42. .pay-result .btns {
  43. display: flex;
  44. align-items: center;
  45. justify-content: center;
  46. }
  47. .pay-result .btn {
  48. text-align: center;
  49. height: 80rpx;
  50. margin: 0 20rpx;
  51. width: 200rpx;
  52. line-height: 78rpx;
  53. border: 1px solid #868686;
  54. color: #000;
  55. border-radius: 5rpx;
  56. }
  57. .pay-result .error .msg {
  58. color: #b4282d;
  59. margin-bottom: 60rpx;
  60. }
  61. .pay-result .error .tips {
  62. color: #7f7f7f;
  63. margin-bottom: 70rpx;
  64. }
  65. .pay-result .error .tips .p {
  66. font-size: 24rpx;
  67. line-height: 42rpx;
  68. text-align: center;
  69. }
  70. .pay-result .error .tips .p {
  71. line-height: 42rpx;
  72. text-align: center;
  73. }
  74. .pay-result-top image{
  75. width:110rpx;
  76. height: 110rpx;
  77. }
  78. .result-text{
  79. margin:50rpx 0 20rpx;
  80. font-size: 34rpx;
  81. font-weight: bold;
  82. }
  83. .service-tips{
  84. font-size: 22rpx;
  85. padding:0 30rpx 0;
  86. }
  87. .common-btn-wrapper{
  88. margin-top:300rpx;
  89. padding:0 40rpx;
  90. }
  91. view,text{
  92. color:#fff;
  93. }