index.scss 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. .myAccount {
  2. width: 100vw;
  3. min-height: 100vh;
  4. background-color: rgb(247, 247, 247);
  5. padding-bottom: 50rpx;
  6. .shop-top {
  7. width: 100%;
  8. height: 100%;
  9. position: relative;
  10. z-index: 999;
  11. @include flex(center);
  12. .back-icon {
  13. position: absolute;
  14. left: 0;
  15. top: 50%;
  16. transform: translateY(-50%);
  17. }
  18. .shop-name {
  19. font-size: 30rpx;
  20. color: #ffffff;
  21. }
  22. }
  23. .seat {
  24. width: 100%;
  25. height: 16rpx;
  26. background-color: #ff7451;
  27. }
  28. .acction-turnover {
  29. width: 100%;
  30. height: 360rpx;
  31. padding: 0 32rpx;
  32. box-sizing: border-box;
  33. position: relative;
  34. background: linear-gradient(
  35. 180deg,
  36. #ff7451 12%,
  37. rgba(255, 134, 103, 0) 100%
  38. );
  39. .turnover-box {
  40. position: absolute;
  41. left: 50%;
  42. transform: translateX(-50%);
  43. bottom: -60rpx;
  44. width: 686rpx;
  45. height: 388rpx;
  46. background: url("@/static/image/user/header-bg.png") center no-repeat;
  47. background-size: 100% 100%;
  48. .turnover-price {
  49. position: absolute;
  50. top: 26rpx;
  51. left: 34rpx;
  52. display: flex;
  53. flex-direction: column;
  54. gap: 4rpx;
  55. text {
  56. &:nth-of-type(1) {
  57. color: rgba(0, 0, 0, 0.4);
  58. font-size: 24rpx;
  59. }
  60. &:nth-of-type(2) {
  61. color: #ea5c1e;
  62. font-size: 44rpx;
  63. font-weight: 900;
  64. }
  65. }
  66. }
  67. .price-box {
  68. position: absolute;
  69. left: 32rpx;
  70. bottom: 108rpx;
  71. @include flex(center, null, 156rpx);
  72. .box-item {
  73. display: flex;
  74. flex-direction: column;
  75. gap: 16rpx;
  76. text {
  77. &:nth-of-type(1) {
  78. color: rgba(0, 0, 0, 0.4);
  79. font-size: 24rpx;
  80. }
  81. &:nth-of-type(2) {
  82. color: #000;
  83. font-weight: 800;
  84. font-size: 32rpx;
  85. }
  86. }
  87. }
  88. }
  89. .price-detailed {
  90. position: absolute;
  91. left: 32rpx;
  92. bottom: 18rpx;
  93. @include flex(flex-start, null, 422rpx);
  94. text {
  95. font-size: 24rpx;
  96. color: rgba(0, 0, 0, 0.9);
  97. }
  98. .goSee {
  99. @include flex(center, null, 8rpx);
  100. text {
  101. color: rgba(0, 0, 0, 0.4);
  102. }
  103. }
  104. }
  105. }
  106. }
  107. .my-wallet {
  108. margin-top: 96rpx;
  109. width: 100%;
  110. padding: 0 32rpx;
  111. box-sizing: border-box;
  112. .wallet-header {
  113. @include flex(space-between, null, null);
  114. .wallet-title {
  115. font-size: 32rpx;
  116. font-weight: 600;
  117. color: #000;
  118. }
  119. .wallet-go {
  120. font-size: 28rpx;
  121. color: #999999;
  122. @include flex(center, null, 12rpx);
  123. }
  124. }
  125. .waller-container {
  126. width: 100%;
  127. height: 312rpx;
  128. background: linear-gradient(180deg, #fff4f0 0%, #ffffff 17%);
  129. border-radius: 16rpx;
  130. margin-top: 16rpx;
  131. position: relative;
  132. .waller-all {
  133. position: absolute;
  134. left: 32rpx;
  135. top: 32rpx;
  136. @include flex(null, column, 8rpx);
  137. align-items: flex-start;
  138. text {
  139. &:nth-of-type(1) {
  140. color: rgba(0, 0, 0, 0.4);
  141. font-size: 24rpx;
  142. }
  143. &:nth-of-type(2) {
  144. color: #ea5c1e;
  145. font-weight: 900;
  146. font-size: 44rpx;
  147. }
  148. }
  149. }
  150. .go-waller {
  151. width: 148rpx;
  152. height: 60rpx;
  153. position: absolute;
  154. top: 58rpx;
  155. right: 32rpx;
  156. line-height: 60rpx;
  157. text-align: center;
  158. background: linear-gradient(180deg, #fe4b1e 0%, #fb8857 100%);
  159. border-radius: 30rpx;
  160. color: #ffffff;
  161. font-size: 28rpx;
  162. font-weight: 500;
  163. }
  164. .waller-list {
  165. position: absolute;
  166. left: 32rpx;
  167. bottom: 32rpx;
  168. @include flex(center, null, 180rpx);
  169. .waller-item {
  170. @include flex(center, column, 16rpx);
  171. align-items: flex-start;
  172. text {
  173. &:nth-of-type(1) {
  174. color: rgba(0, 0, 0, 0.4);
  175. font-size: 24rpx;
  176. }
  177. &:nth-of-type(2) {
  178. color: rgba(0, 0, 0, 0.9);
  179. font-weight: 900;
  180. font-size: 32rpx;
  181. }
  182. }
  183. }
  184. }
  185. }
  186. }
  187. .box-container {
  188. width: 100%;
  189. padding: 0 32rpx;
  190. box-sizing: border-box;
  191. .acction-box {
  192. width: 100%;
  193. padding: 32rpx 32rpx 28rpx 32rpx;
  194. box-sizing: border-box;
  195. border-radius: 16rpx;
  196. margin-top: 16rpx;
  197. background-color: #ffffff;
  198. .box-title {
  199. font-size: 28rpx;
  200. color: #000000;
  201. font-weight: 600;
  202. margin-bottom: 16rpx;
  203. position: relative;
  204. &::after {
  205. content: "";
  206. position: absolute;
  207. left: -32rpx;
  208. top: 50%;
  209. transform: translateY(-50%);
  210. width: 8rpx;
  211. height: 24rpx;
  212. background-color: #ea5c1e;
  213. }
  214. }
  215. .box-list {
  216. @include flex(space-between, null, 14rpx);
  217. flex-wrap: wrap;
  218. .box-item {
  219. width: 304rpx;
  220. height: 124rpx;
  221. background-color: #f4f4f4;
  222. border-radius: 8rpx;
  223. padding: 16rpx;
  224. box-sizing: border-box;
  225. @include flex(center, column, 8rpx);
  226. align-items: flex-start;
  227. text {
  228. &:nth-of-type(1) {
  229. color: rgba(0, 0, 0, 0.4);
  230. font-weight: 500;
  231. font-size: 24rpx;
  232. }
  233. &:nth-of-type(2) {
  234. color: rgba(0, 0, 0, 0.9);
  235. font-weight: 900;
  236. font-size: 28rpx;
  237. }
  238. }
  239. }
  240. &.act {
  241. @include flex(space-between, null, 8rpx);
  242. flex-wrap: wrap;
  243. .box-item {
  244. width: 202rpx;
  245. height: 124rpx;
  246. }
  247. }
  248. }
  249. }
  250. }
  251. }