团购券详情

This commit is contained in:
2024-03-16 22:02:26 +08:00
parent 351e20f0c0
commit 8b0ad91bd4
10 changed files with 536 additions and 6 deletions

View File

@@ -53,12 +53,12 @@ const register = () => {
.content {
position: relative;
height: 100vh;
background: #F32B2B;
}
.bg-image {
position: fixed;
height: 100vh;
width: 100%;
top: 0;
left: 0;
right: 0;
@@ -68,8 +68,9 @@ const register = () => {
.card-view {
background: #FFFFFF;
border-radius: 10rpx;
margin: 230px 50rpx 0 50rpx;
margin: 0 50rpx;
padding: 40rpx;
top: 600rpx;
position: relative;
.mobile-view {