| | |
| | | .page-wrap { |
| | | width: 100%; |
| | | height: 100%; |
| | | background: url('/src/static/images/user/allBg.svg') no-repeat center center; |
| | | background-size: cover; |
| | | |
| | | padding-top: 88rpx; |
| | | } |
| | | |
| | |
| | | .eventTickets { |
| | | width: 100%; |
| | | height: 100%; |
| | | background: url('/src/static/images/user/allBg.svg') no-repeat center center; |
| | | background-size: cover; |
| | | |
| | | } |
| | | </style> |
| | |
| | | display: flex; |
| | | flex-direction: column; |
| | | align-items: center; |
| | | background: url('/src/static/images/user/allBg.svg') no-repeat center center; |
| | | background-size: cover; |
| | | background-attachment: fixed; |
| | | |
| | | |
| | | } |
| | | |
| | |
| | | |
| | | <style lang="scss" scoped> |
| | | .container { |
| | | |
| | | width: 100%; |
| | | |
| | | height: 100%; |
| | | display: flex; |
| | | flex-direction: column; |
| | | align-items: center; |
| | | |
| | | background: url('/src/static/images/user/allBg.svg') no-repeat center center; |
| | | background-size: cover; |
| | | |
| | | background-attachment: fixed; |
| | | |
| | | |
| | | } |
| | | |
| | | .detailBox { |