payResult.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  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. }
  89. .appoint-wrapper{
  90. height: 100%;
  91. display: flex;
  92. align-items: center;
  93. justify-content: center;
  94. }
  95. .appoint-block{
  96. background:url('https://jzmall.lifejingzhi.com/file/jzmall/weixin/appoint-dia.png') no-repeat center;
  97. background-size: 100% 100%;
  98. width:576rpx;
  99. height:524rpx;
  100. padding-top:248rpx;
  101. display: flex;
  102. flex-direction: column;
  103. align-items: center;
  104. }
  105. .appoint-block .pay-title{
  106. height: 30rpx;
  107. font-size: 30rpx;
  108. line-height: 30rpx;
  109. color:#333;
  110. }
  111. .appoint-block .appoint-tips{
  112. height: 26rpx;
  113. font-size: 26rpx;
  114. line-height: 26rpx;
  115. margin:32rpx 0 70rpx;
  116. }
  117. .appoint-btn{
  118. width:458rpx;
  119. height:80rpx;
  120. line-height: 80rpx;
  121. border-radius: 80rpx;
  122. text-align: center;
  123. color: #fff;
  124. background: #00C0FF;
  125. }