index.scss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. .balance {
  2. width: 100vw;
  3. min-height: 100vh;
  4. background-color: rgb(247, 247, 247);
  5. padding: 32rpx;
  6. padding-bottom: 50rpx;
  7. box-sizing: border-box;
  8. .header-box{
  9. width: 100%;
  10. height: 384rpx;
  11. position: relative;
  12. .balance-header {
  13. width: 100%;
  14. height: 304rpx;
  15. background: url("@/static/image/user/voucherPrice_bg.png") no-repeat;
  16. background-size: 100% 100%;
  17. position: relative;
  18. z-index: 5;
  19. padding: 0 48rpx;
  20. padding-top: 48rpx;
  21. box-sizing: border-box;
  22. .header-top {
  23. @include flex(space-between, null, null);
  24. .price-left {
  25. @include flex(center, column, 10rpx);
  26. text {
  27. &:nth-of-type(1) {
  28. font-size: 56rpx;
  29. background: linear-gradient(180deg, #FFFFFF 0%, #FFCAC0 100%);
  30. -webkit-background-clip: text;
  31. -webkit-text-fill-color: transparent;
  32. font-weight: 600;
  33. }
  34. &:nth-of-type(2) {
  35. color: #ffffff;
  36. font-size: 28rpx;
  37. }
  38. }
  39. }
  40. .price-right {
  41. width: 160rpx;
  42. height: 64rpx;
  43. text-align: center;
  44. line-height: 64rpx;
  45. font-size: 32rpx;
  46. font-weight: 500;
  47. background: rgba(255, 255, 255, 0.4);
  48. border: 2rpx solid rgba(255, 255, 255, 0.39);
  49. color: #ffffff;
  50. border-radius: 50rpx;
  51. }
  52. }
  53. .header-bottom {
  54. position: absolute;
  55. bottom: 0;
  56. left: 50%;
  57. transform: translateX(-50%);
  58. width: calc(100% - 64rpx);
  59. height: 96rpx;
  60. border-top: 2rpx solid rgba(255, 255, 255, 0.4);
  61. @include flex(flex-start, null, 104rpx);
  62. .text-box {
  63. @include flex(flex-start, null, 16rpx);
  64. text {
  65. &:nth-of-type(1) {
  66. color: rgba(255, 255, 255, 0.8);
  67. font-size: 24rpx;
  68. }
  69. &:nth-of-type(2) {
  70. color: #ffffff;
  71. font-size: 32rpx;
  72. font-weight: 600;
  73. }
  74. }
  75. }
  76. }
  77. }
  78. .header-tool{
  79. width: 100%;
  80. height: 96rpx;
  81. background-color: #ffffff;
  82. position: absolute;
  83. left: 0;
  84. bottom: 2rpx;
  85. z-index: 2;
  86. border-radius: 16rpx;
  87. @include flex(center,null,null);
  88. .tool-item{
  89. flex: 1;
  90. height: 100%;
  91. text-align: center;
  92. line-height: 116rpx;
  93. color: #EA5C1E;
  94. font-size: 28rpx;
  95. font-weight: 600;
  96. &:nth-of-type(1){
  97. position: relative;
  98. &::after{
  99. content: '';
  100. position: absolute;
  101. right: 0;
  102. top: 40rpx;
  103. width: 2rpx;
  104. background-color: #EBEBEB;
  105. height: 50%;
  106. }
  107. }
  108. }
  109. }
  110. }
  111. .balance-container {
  112. width: 100%;
  113. margin-top: 32rpx;
  114. .text-tab {
  115. @include flex(flex-start, null, 64rpx);
  116. view {
  117. color: rgba(0, 0, 0, 0.4);
  118. font-size: 32rpx;
  119. padding-bottom: 10rpx;
  120. }
  121. .active {
  122. position: relative;
  123. color: rgba(0, 0, 0, 0.9);
  124. &::after {
  125. content: "";
  126. position: absolute;
  127. left: 50%;
  128. transform: translateX(-50%);
  129. bottom: 0;
  130. width: 32rpx;
  131. height: 8rpx;
  132. background-color: #ff604e;
  133. border-radius: 4rpx;
  134. }
  135. }
  136. }
  137. .record-list {
  138. margin-top: 16rpx;
  139. width: 100%;
  140. background-color: #ffffff;
  141. border-radius: 16rpx;
  142. .record-item {
  143. width: 100%;
  144. height: 168rpx;
  145. border-bottom: 2rpx solid #f1f1f1;
  146. padding: 32rpx 24rpx 32rpx 32rpx;
  147. box-sizing: border-box;
  148. @include flex(space-between, null, null);
  149. .item-left {
  150. @include flex(center, column, 16rpx);
  151. align-items: flex-start;
  152. text {
  153. &:nth-of-type(1) {
  154. color: rgba(0, 0, 0, 0.9);
  155. font-size: 28rpx;
  156. font-weight: 600;
  157. }
  158. &:nth-of-type(2) {
  159. color: rgba(0, 0, 0, 0.4);
  160. font-size: 28rpx;
  161. }
  162. }
  163. }
  164. .item-right {
  165. font-size: 28rpx;
  166. color: #ea5c1e;
  167. font-weight: 900;
  168. }
  169. }
  170. .no-more {
  171. width: 100%;
  172. height: 100rpx;
  173. text-align: center;
  174. line-height: 100rpx;
  175. font-size: 24rpx;
  176. color: rgba(0, 0, 0, 0.24);
  177. }
  178. }
  179. .empty {
  180. margin-top: 96rpx;
  181. width: 100%;
  182. @include flex(flex-start, column, 32rpx);
  183. image {
  184. width: 320rpx;
  185. height: 320rpx;
  186. display: block;
  187. }
  188. text {
  189. font-weight: 600;
  190. font-size: 28rpx;
  191. color: rgba(0, 0, 0, 0.4);
  192. }
  193. }
  194. }
  195. }