You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

83 lines
1.7 KiB

3 weeks ago
  1. .payment-container.data-v-eade9ab2 {
  2. background-color: #f5f5f5;
  3. min-height: 100vh;
  4. }
  5. .top-bar.data-v-eade9ab2 {
  6. display: flex;
  7. align-items: center;
  8. padding: 30rpx 20rpx;
  9. background-color: #fff;
  10. border-bottom: 1px solid #eee;
  11. }
  12. .title.data-v-eade9ab2 {
  13. flex: 1;
  14. text-align: center;
  15. font-size: 34rpx;
  16. font-weight: bold;
  17. }
  18. .filter-bar.data-v-eade9ab2 {
  19. display: flex;
  20. background-color: #fff;
  21. padding: 15rpx 20rpx;
  22. border-bottom: 1px solid #eee;
  23. }
  24. .filter-item.data-v-eade9ab2 {
  25. flex: 1;
  26. text-align: center;
  27. padding: 15rpx 0;
  28. font-size: 28rpx;
  29. border-radius: 30rpx;
  30. }
  31. .filter-item.active.data-v-eade9ab2 {
  32. background-color: #e6f7ff;
  33. color: #36bffa;
  34. }
  35. .list-container.data-v-eade9ab2 {
  36. padding: 20rpx;
  37. }
  38. .payment-item.data-v-eade9ab2 {
  39. background-color: #fff;
  40. border-radius: 16rpx;
  41. padding: 25rpx;
  42. margin-bottom: 20rpx;
  43. box-shadow: 0 5rpx 15rpx rgba(0, 0, 0, 0.05);
  44. }
  45. .item-header.data-v-eade9ab2 {
  46. display: flex;
  47. justify-content: space-between;
  48. align-items: center;
  49. margin-bottom: 10rpx;
  50. padding-bottom: 20rpx;
  51. border-bottom: 1px solid #f5f5f5;
  52. }
  53. .payment-type text.data-v-eade9ab2 {
  54. font-size: 30rpx;
  55. font-weight: bold;
  56. }
  57. .payment-status.data-v-eade9ab2 {
  58. padding: 5rpx 20rpx;
  59. border-radius: 20rpx;
  60. font-size: 30rpx;
  61. }
  62. .payment-status.pass.data-v-eade9ab2 {
  63. background-color: #e6fffb;
  64. color: #00b42a;
  65. }
  66. .payment-status.pending.data-v-eade9ab2 {
  67. background-color: #fff2e8;
  68. color: #ff7d00;
  69. }
  70. .item-body.data-v-eade9ab2 {
  71. display: flex;
  72. flex-direction: column;
  73. }
  74. .list.data-v-eade9ab2 {
  75. display: flex;
  76. justify-content: space-between;
  77. padding: 15rpx 0;
  78. font-size: 28rpx;
  79. }
  80. .detail-label.data-v-eade9ab2 {
  81. color: #666;
  82. }