2025-12-04 09:58:14 +08:00

53 lines
899 B
CSS

.container {
width: 754rpx;
height: 1334rpx;
overflow-x: hidden;
/* position: relative; */
background: url('https://static.hshuishang.com/User/_assets/Group_756.png');
background-size: 100% 100%;
}
.icon {
width: 752rpx;
height: 1334rpx;
z-index: -1;
}
.main {
width: 100%;
position: absolute;
top: 886rpx;
z-index: 10;
}
.qrcode {
width: 255rpx;
height: 255rpx;
margin: 0 auto;
}
.qrcode_pic {
width: 255rpx;
height: 255rpx;
background: #D9D9D9;
border-radius: 50%;
}
.desc {
margin-top: 32rpx;
text-align: center;
font-weight: 400;
font-size: 26rpx;
color: #000000;
}
.share_btn {
margin-top: 39rpx;
display: flex;
justify-content: space-around;
}
.save {
display: inline-flex;
font-weight: 400;
font-size: 36rpx;
color: #FF512A;
border-radius: 100rpx 100rpx 100rpx 100rpx;
border: 1rpx solid #FF512A;
padding: 10rpx 70rpx;
}