1
0

payResult.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  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 .success .tips {
  48. color: #FF0000;
  49. margin-bottom: 70rpx;
  50. }
  51. .pay-result .success .tips .p {
  52. font-size: 24rpx;
  53. line-height: 42rpx;
  54. text-align: center;
  55. }
  56. .order-goods {
  57. margin-top: 20rpx;
  58. background: #fff;
  59. }
  60. .order-goods .h {
  61. height: 93.75rpx;
  62. line-height: 93.75rpx;
  63. margin-left: 31.25rpx;
  64. border-bottom: 1px solid #f4f4f4;
  65. padding-right: 31.25rpx;
  66. }
  67. .order-goods .h .label {
  68. float: left;
  69. font-size: 30rpx;
  70. color: #333;
  71. }
  72. .order-goods .h .status {
  73. float: right;
  74. font-size: 30rpx;
  75. color: #b4282d;
  76. }
  77. .order-goods .item {
  78. display: flex;
  79. align-items: center;
  80. height: 192rpx;
  81. margin-left: 31.25rpx;
  82. padding-right: 31.25rpx;
  83. border-bottom: 1px solid #f4f4f4;
  84. }
  85. .order-goods .item:last-child {
  86. border-bottom: none;
  87. }
  88. .order-goods .item .img {
  89. height: 145.83rpx;
  90. width: 145.83rpx;
  91. background: #f4f4f4;
  92. }
  93. .order-goods .item .img image {
  94. height: 145.83rpx;
  95. width: 145.83rpx;
  96. }
  97. .order-goods .item .info {
  98. flex: 1;
  99. height: 145.83rpx;
  100. margin-left: 20rpx;
  101. }
  102. .order-goods .item .t {
  103. margin-top: 8rpx;
  104. height: 33rpx;
  105. line-height: 33rpx;
  106. margin-bottom: 10.5rpx;
  107. }
  108. .order-goods .item .t .name {
  109. display: block;
  110. float: left;
  111. height: 33rpx;
  112. line-height: 33rpx;
  113. color: #333;
  114. font-size: 24rpx;
  115. }
  116. .order-goods .item .t .number {
  117. display: block;
  118. float: right;
  119. height: 33rpx;
  120. text-align: right;
  121. line-height: 33rpx;
  122. color: #333;
  123. font-size: 30rpx;
  124. }
  125. .order-goods .item .attr {
  126. height: 29rpx;
  127. line-height: 29rpx;
  128. color: #666;
  129. margin-bottom: 25rpx;
  130. font-size: 25rpx;
  131. }
  132. .order-goods .item .price {
  133. height: 30rpx;
  134. line-height: 30rpx;
  135. color: #333;
  136. font-size: 30rpx;
  137. }
  138. .attr-close{
  139. position: absolute;
  140. text-align: center;
  141. top:130rpx;
  142. right:20rpx;
  143. }
  144. .coupon .img {
  145. left: 5%;
  146. position: absolute;
  147. top: 10%;
  148. height:80%;
  149. width:90%;
  150. z-index: 999;
  151. background: #FFFFFF;
  152. filter:alpha(opacity=10);
  153. -moz-opacity:10;
  154. opacity:10;
  155. }