payStatus.wxss 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. .container {
  2. display: flex;
  3. flex-direction: column;
  4. justify-content: space-between;
  5. align-items: center;
  6. min-height: 100vh;
  7. color: #f2f2f2;
  8. padding: 20px;
  9. }
  10. .title {
  11. color: #373737;
  12. font-size: 20px;
  13. font-weight: bold;
  14. margin-bottom: 10px;
  15. }
  16. .sub-title {
  17. font-size: 14px;
  18. color: #7e7e7e;
  19. }
  20. .bottom-links {
  21. width: 100%;
  22. display: flex;
  23. align-items: center;
  24. font-size: 12px;
  25. color: #808080;
  26. }
  27. .page-container {
  28. display: flex;
  29. flex-direction: column;
  30. justify-content: space-between;
  31. align-items: center;
  32. min-height: 100vh;
  33. padding: 20px;
  34. background-color: #f2f2f2;
  35. }
  36. .fail-icon-box {
  37. width: 100%;
  38. display: flex;
  39. justify-content: center;
  40. margin-bottom: 40px;
  41. }
  42. .orange-circle {
  43. width: 80px;
  44. height: 80px;
  45. border-radius: 50%;
  46. background-color: #fe8d1b;
  47. display: flex;
  48. justify-content: center;
  49. align-items: center;
  50. }
  51. .close-icon {
  52. color: #eff3f2;
  53. font-size: 80px;
  54. }
  55. .prompt-text-area {
  56. text-align: center;
  57. margin-bottom: 50px;
  58. color: #353535;
  59. }
  60. .fail-title {
  61. font-size: 20px;
  62. font-weight: bold;
  63. color: #3a3a3a;
  64. }
  65. .action-button-section {
  66. width: 100%;
  67. margin-bottom: auto;
  68. }
  69. .retry-pay-btn {
  70. width: 100%;
  71. height: 45px;
  72. line-height: 30px;
  73. background-color: #d81e07;
  74. color: #fff3e9;
  75. border: none;
  76. border-radius: 12px;
  77. font-size: 16px;
  78. }
  79. .checkHistory{
  80. width: 100%;
  81. height: 45px;
  82. line-height: 30px;
  83. background-color: #fff3e9;
  84. color: #d81e07;
  85. border: #d81e07 solid 3rpx;
  86. border-radius: 12px;
  87. font-size: 16px;
  88. margin-top: 5%;
  89. }
  90. .a {
  91. display: flex;
  92. flex-direction: column;
  93. justify-content: space-between;
  94. align-items: center;
  95. min-height: 100vh;
  96. padding: 20px;
  97. background-color: #f2f2f2;
  98. }
  99. .b {
  100. width: 100%;
  101. display: flex;
  102. justify-content: center;
  103. margin-bottom: 40px;
  104. }
  105. .c {
  106. width: 80px;
  107. height: 80px;
  108. border-radius: 50%;
  109. background-color: #1fb758;
  110. display: flex;
  111. justify-content: center;
  112. align-items: center;
  113. }
  114. .d {
  115. color: #fefaff;
  116. font-size: 40px;
  117. }
  118. .e {
  119. text-align: center;
  120. margin-bottom: 20px;
  121. }
  122. .f {
  123. font-size: 20px;
  124. font-weight: bold;
  125. color: #383838;
  126. }
  127. .g {
  128. text-align: center;
  129. margin-bottom: 50px;
  130. }
  131. .h {
  132. font-size: 17px;
  133. color: #818181;
  134. }
  135. .i {
  136. width: 120%;
  137. background-color: #f2f2f2;
  138. height: 45px;
  139. border: 5px solid #d81e07;
  140. border-radius: 20px;
  141. overflow: hidden;
  142. box-sizing: border-box;
  143. position: relative;
  144. }
  145. .k{
  146. height: 100%;
  147. background-color: #d81e07;
  148. transition: width 1s ease; /* 添加过渡动画,让进度条变化更平滑 */
  149. }
  150. .countdown-text {
  151. position: absolute;
  152. top: 0;
  153. left: 0;
  154. right: 0;
  155. bottom: 0;
  156. display: flex;
  157. justify-content: center;
  158. align-items: center;
  159. font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  160. color: rgb(0, 0, 0);
  161. font-size: 24px;
  162. }
  163. .button-container {
  164. display: flex;
  165. flex-direction: column;
  166. align-items: center;
  167. gap: 15px; /* 设置按钮之间的间距 */
  168. }
  169. .check-order-btn {
  170. width: 200px; /* 按钮宽度 */
  171. height: 45px; /* 按钮高度 */
  172. background-color: #d81e07; /* 背景颜色 */
  173. color: #fffdfe; /* 文字颜色 */
  174. border: none; /* 无边框 */
  175. border-radius: 10px; /* 圆角 */
  176. font-size: 16px; /* 文字大小 */
  177. }
  178. .complete-btn {
  179. width: 200px;
  180. height: 45px;
  181. background-color: #f2f2f2; /* 背景颜色为白色 */
  182. color: #c52818; /* 文字颜色为红色 */
  183. border: 3px solid #c83523; /* 红色边框 */
  184. border-radius: 10px;
  185. font-size: 16px;
  186. }
  187. .loading-circle {
  188. width: 65px;
  189. height: 65px;
  190. border: 4px solid #e0e0e0; /* 灰色边框 */
  191. border-top-color: #ad1919; /* 绿色上边框,可根据喜好修改 */
  192. border-radius: 50%; /* 圆形 */
  193. animation: spin 1s linear infinite; /* 应用动画,1秒循环一次,线性变化,无限循环 */
  194. }
  195. @keyframes spin {
  196. 0% {
  197. transform: rotate(0deg); /* 初始旋转角度 */
  198. }
  199. 100% {
  200. transform: rotate(360deg); /* 结束旋转角度 */
  201. }
  202. }