index.module.less 851 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. .paywxresult {
  2. overflow: hidden;
  3. // background: #fff;
  4. min-height: 100vh;
  5. :gloabl {
  6. .van-cell {
  7. padding: 12px 16px;
  8. }
  9. .van-cell__title,
  10. .van-cell__value {
  11. flex: auto;
  12. font-size: 16px;
  13. color: #4f4f4f;
  14. }
  15. .van-button {
  16. font-size: 16px;
  17. width: 86%;
  18. margin: 20px auto;
  19. }
  20. .van-loading__spinner {
  21. width: 50px;
  22. height: 50px;
  23. }
  24. }
  25. }
  26. .container {
  27. background: #fff;
  28. padding: 15px 0;
  29. }
  30. .order-loading {
  31. padding: 15px 0;
  32. margin-top: 15px;
  33. background-color: #ffffff;
  34. text-align: center;
  35. font-size: 15px;
  36. & > p {
  37. margin-bottom: 15px;
  38. }
  39. }
  40. .error-text {
  41. font-size: 15px;
  42. width: 100%;
  43. text-align: center;
  44. color: #3f3f3f;
  45. margin-top: 100px;
  46. }
  47. .error-icon {
  48. display: block;
  49. color: #ffb07b;
  50. font-size: 16px;
  51. margin-bottom: 20px;
  52. }