withdraw-detail.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. @charset "UTF-8";
  2. /**
  3. * 主题色配置
  4. * 默认在 uni.scss 全局引入:@import '@/theme.scss';
  5. * <script> 下使用主题变量:import x from '@/theme.scss';
  6. */
  7. .page.data-v-61365ba4 {
  8. background-color: #f8f8f8;
  9. font-family: PingFangSC;
  10. }
  11. .safeAreaPad.data-v-61365ba4 {
  12. padding-bottom: constant(safe-area-inset-bottom);
  13. padding-bottom: env(safe-area-inset-bottom);
  14. box-sizing: content-box;
  15. }
  16. .data-v-61365ba4:export {
  17. appThemeColor: #38C148;
  18. appThemeBgColor: #ffffff;
  19. appThemeBgGrayColor: #fafafa;
  20. appThemeBgGrayDeppColor: #f8f8f8;
  21. appThemeSearchBgColor: #F4F5F8;
  22. appThemeBorderColor: #efefef;
  23. appThemeTextColor: #333333;
  24. appThemeTextGrayColor: #8f92a1;
  25. appThemeTextGrayLightColor: #cccccc;
  26. appThemeTextGrayDeepColor: #696969;
  27. appThemeTextWhiteColor: #ffffff;
  28. appThemeTextBlackColor: #171717;
  29. appThemeTextBlackDeepColor: #16162e;
  30. appThemeTextMoneyColor: #f00;
  31. appThemeTextGrayWhiteColor: #c3c6cb;
  32. appThemeSkuGrayColor: #f5f5f8;
  33. appThemeCardGrayColor: #8f92a1;
  34. appThemeShopGrayColor: #888e98;
  35. appThemePointsSignBgColor: #f0f0f0;
  36. appThemePointsSignLabelColor: #dfdfdf;
  37. appThemePointsSignValueColor: #696969;
  38. appThemePointsSignYellowColor: #f9a906;
  39. appThemePointsSignBlueColor: #22ac38;
  40. appThemeNavbarTabColor: #696969;
  41. appThemeNavbarTabColorActive: #333333;
  42. appThemeShadow: 0px 2px 8px 0px rgba(27, 25, 86, 0.06);
  43. appZIndexDeep: 0;
  44. appZIndexNormal: 19;
  45. appZIndexAbsolute: 99;
  46. appZIndexFixed: 199;
  47. appZIndexPage: 999;
  48. appThemeBuyBtnBgColor: #ed3f14;
  49. }
  50. .withdraw-detail.data-v-61365ba4 {
  51. min-height: 100vh;
  52. background: #F5F5F5;
  53. padding: 20rpx;
  54. }
  55. .withdraw-detail .detail-list.data-v-61365ba4 {
  56. height: 100vh;
  57. }
  58. .withdraw-detail .detail-list .detail-item.data-v-61365ba4 {
  59. background: #FFFFFF;
  60. border-radius: 12rpx;
  61. padding: 30rpx;
  62. margin-bottom: 20rpx;
  63. display: flex;
  64. justify-content: space-between;
  65. align-items: center;
  66. }
  67. .withdraw-detail .detail-list .detail-item .item-left .title.data-v-61365ba4 {
  68. font-size: 28rpx;
  69. color: #333;
  70. display: block;
  71. margin-bottom: 10rpx;
  72. }
  73. .withdraw-detail .detail-list .detail-item .item-left .time.data-v-61365ba4 {
  74. font-size: 24rpx;
  75. color: #999;
  76. }
  77. .withdraw-detail .detail-list .detail-item .item-right.data-v-61365ba4 {
  78. text-align: right;
  79. }
  80. .withdraw-detail .detail-list .detail-item .item-right .amount.data-v-61365ba4 {
  81. font-size: 32rpx;
  82. color: #38C148;
  83. font-weight: 500;
  84. display: block;
  85. margin-bottom: 10rpx;
  86. }
  87. .withdraw-detail .detail-list .detail-item .item-right .status.data-v-61365ba4 {
  88. font-size: 24rpx;
  89. color: #999;
  90. }
  91. .withdraw-detail .load-more.data-v-61365ba4 {
  92. text-align: center;
  93. color: #999;
  94. font-size: 24rpx;
  95. padding: 30rpx 0;
  96. }
  97. .withdraw-detail .load-more.data-v-61365ba4::before, .withdraw-detail .load-more.data-v-61365ba4::after {
  98. content: '';
  99. display: inline-block;
  100. width: 100rpx;
  101. height: 1px;
  102. background: #EEEEEE;
  103. vertical-align: middle;
  104. margin: 0 20rpx;
  105. }