balance.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. @charset "UTF-8";
  2. .text-center.data-v-44c15d63 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-44c15d63 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-44c15d63 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-44c15d63 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-44c15d63 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-44c15d63 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-44c15d63 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-44c15d63 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-44c15d63 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .no-list.data-v-44c15d63 {
  39. text-align: center;
  40. margin-top: 200rpx;
  41. font-size: 24rpx;
  42. color: #666666;
  43. }
  44. .no-list image.data-v-44c15d63 {
  45. width: 240rpx;
  46. height: 240rpx;
  47. margin-bottom: 20rpx;
  48. }
  49. .balance-item.data-v-44c15d63 {
  50. background-color: #fff;
  51. border-radius: 8rpx;
  52. font-size: 28rpx;
  53. color: #999999;
  54. margin: 24rpx 24rpx 12rpx;
  55. width: 702rpx;
  56. box-shadow: 0 0 20rpx rgba(0, 0, 0, 0.1);
  57. }
  58. .balance-item .balance-date.data-v-44c15d63 {
  59. padding: 0 32rpx;
  60. height: 96rpx;
  61. line-height: 96rpx;
  62. }
  63. .balance-item .balance-date .balance-type.data-v-44c15d63 {
  64. margin-right: 10rpx;
  65. }
  66. .balance-item .balance-info.data-v-44c15d63 {
  67. border-top: 2rpx solid #e2e2e2;
  68. height: 162rpx;
  69. padding: 32rpx 32rpx;
  70. position: relative;
  71. }
  72. .balance-item .balance-info .level.data-v-44c15d63 {
  73. font-size: 32rpx;
  74. color: #353535;
  75. margin-bottom: 16rpx;
  76. }
  77. .balance-item .balance-info .level text.data-v-44c15d63 {
  78. font-size: 24rpx;
  79. color: #ff4544;
  80. margin-left: 20rpx;
  81. }
  82. .balance-item .balance-info .bonus-info.data-v-44c15d63 {
  83. height: 162rpx;
  84. font-size: 26rpx;
  85. color: #353535;
  86. text-align: right;
  87. position: absolute;
  88. bottom: 0;
  89. right: 32rpx;
  90. }
  91. .balance-item .balance-info .bonus-info .bonus-price.data-v-44c15d63 {
  92. font-size: 38rpx;
  93. color: #ff4544;
  94. font-family: DIN;
  95. }
  96. .balance-item .balance-info .order-price.data-v-44c15d63 {
  97. margin-left: 40rpx;
  98. }