123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254 |
- .myAccount {
- width: 100vw;
- min-height: 100vh;
- background-color: rgb(247, 247, 247);
- padding-bottom: 50rpx;
- .shop-top {
- width: 100%;
- height: 100%;
- position: relative;
- z-index: 999;
- @include flex(center);
- .back-icon {
- position: absolute;
- left: 0;
- top: 50%;
- transform: translateY(-50%);
- }
- .shop-name {
- font-size: 30rpx;
- color: #ffffff;
- }
- }
- .seat {
- width: 100%;
- height: 16rpx;
- background-color: #ff7451;
- }
- .acction-turnover {
- width: 100%;
- height: 360rpx;
- padding: 0 32rpx;
- box-sizing: border-box;
- position: relative;
- background: linear-gradient(
- 180deg,
- #ff7451 12%,
- rgba(255, 134, 103, 0) 100%
- );
- .turnover-box {
- position: absolute;
- left: 50%;
- transform: translateX(-50%);
- bottom: -60rpx;
- width: 686rpx;
- height: 388rpx;
- background: url("@/static/image/user/header-bg.png") center no-repeat;
- background-size: 100% 100%;
- .turnover-price {
- position: absolute;
- top: 26rpx;
- left: 34rpx;
- display: flex;
- flex-direction: column;
- gap: 4rpx;
- text {
- &:nth-of-type(1) {
- color: rgba(0, 0, 0, 0.4);
- font-size: 24rpx;
- }
- &:nth-of-type(2) {
- color: #ea5c1e;
- font-size: 44rpx;
- font-weight: 900;
- }
- }
- }
- .price-box {
- position: absolute;
- left: 32rpx;
- bottom: 108rpx;
- @include flex(center, null, 156rpx);
- .box-item {
- display: flex;
- flex-direction: column;
- gap: 16rpx;
- text {
- &:nth-of-type(1) {
- color: rgba(0, 0, 0, 0.4);
- font-size: 24rpx;
- }
- &:nth-of-type(2) {
- color: #000;
- font-weight: 800;
- font-size: 32rpx;
- }
- }
- }
- }
- .price-detailed {
- position: absolute;
- left: 32rpx;
- bottom: 18rpx;
- @include flex(flex-start, null, 422rpx);
- text {
- font-size: 24rpx;
- color: rgba(0, 0, 0, 0.9);
- }
- .goSee {
- @include flex(center, null, 8rpx);
- text {
- color: rgba(0, 0, 0, 0.4);
- }
- }
- }
- }
- }
- .my-wallet {
- margin-top: 96rpx;
- width: 100%;
- padding: 0 32rpx;
- box-sizing: border-box;
- .wallet-header {
- @include flex(space-between, null, null);
- .wallet-title {
- font-size: 32rpx;
- font-weight: 600;
- color: #000;
- }
- .wallet-go {
- font-size: 28rpx;
- color: #999999;
- @include flex(center, null, 12rpx);
- }
- }
- .waller-container {
- width: 100%;
- height: 312rpx;
- background: linear-gradient(180deg, #fff4f0 0%, #ffffff 17%);
- border-radius: 16rpx;
- margin-top: 16rpx;
- position: relative;
- .waller-all {
- position: absolute;
- left: 32rpx;
- top: 32rpx;
- @include flex(null, column, 8rpx);
- align-items: flex-start;
- text {
- &:nth-of-type(1) {
- color: rgba(0, 0, 0, 0.4);
- font-size: 24rpx;
- }
- &:nth-of-type(2) {
- color: #ea5c1e;
- font-weight: 900;
- font-size: 44rpx;
- }
- }
- }
- .go-waller {
- width: 148rpx;
- height: 60rpx;
- position: absolute;
- top: 58rpx;
- right: 32rpx;
- line-height: 60rpx;
- text-align: center;
- background: linear-gradient(180deg, #fe4b1e 0%, #fb8857 100%);
- border-radius: 30rpx;
- color: #ffffff;
- font-size: 28rpx;
- font-weight: 500;
- }
- .waller-list {
- position: absolute;
- left: 32rpx;
- bottom: 32rpx;
- @include flex(center, null, 180rpx);
- .waller-item {
- @include flex(center, column, 16rpx);
- align-items: flex-start;
- text {
- &:nth-of-type(1) {
- color: rgba(0, 0, 0, 0.4);
- font-size: 24rpx;
- }
- &:nth-of-type(2) {
- color: rgba(0, 0, 0, 0.9);
- font-weight: 900;
- font-size: 32rpx;
- }
- }
- }
- }
- }
- }
- .box-container {
- width: 100%;
- padding: 0 32rpx;
- box-sizing: border-box;
- .acction-box {
- width: 100%;
- padding: 32rpx 32rpx 28rpx 32rpx;
- box-sizing: border-box;
- border-radius: 16rpx;
- margin-top: 16rpx;
- background-color: #ffffff;
- .box-title {
- font-size: 28rpx;
- color: #000000;
- font-weight: 600;
- margin-bottom: 16rpx;
- position: relative;
- &::after {
- content: "";
- position: absolute;
- left: -32rpx;
- top: 50%;
- transform: translateY(-50%);
- width: 8rpx;
- height: 24rpx;
- background-color: #ea5c1e;
- }
- }
- .box-list {
- @include flex(space-between, null, 14rpx);
- flex-wrap: wrap;
- .box-item {
- width: 304rpx;
- height: 124rpx;
- background-color: #f4f4f4;
- border-radius: 8rpx;
- padding: 16rpx;
- box-sizing: border-box;
- @include flex(center, column, 8rpx);
- align-items: flex-start;
- text {
- &:nth-of-type(1) {
- color: rgba(0, 0, 0, 0.4);
- font-weight: 500;
- font-size: 24rpx;
- }
- &:nth-of-type(2) {
- color: rgba(0, 0, 0, 0.9);
- font-weight: 900;
- font-size: 28rpx;
- }
- }
- }
- &.act {
- @include flex(space-between, null, 8rpx);
- flex-wrap: wrap;
- .box-item {
- width: 202rpx;
- height: 124rpx;
- }
- }
- }
- }
- }
- }
|