后置付费

This commit is contained in:
2025-06-03 09:48:31 +08:00
parent 5205361ac0
commit 3b311aa292
5 changed files with 295 additions and 17 deletions

View File

@@ -93,6 +93,15 @@
border-radius: 20px;
}
.image-sy {
position: absolute;
border: #fff 1px solid;
height: 60vh;
width: 80%;
border-radius: 20px;
z-index: 10;
}
.printTip {
width: 80%;
margin-top: 20rpx;
@@ -134,4 +143,35 @@
.progressBar {
width: 80%;
margin-top: 40rpx;
}
.btn_content {
background: url(https://humeng-res.oss-cn-beijing.aliyuncs.com/hm_aigc/applet/btn%404x.png)
100% no-repeat;
background-size: 100% 100%;
height: 100rpx;
line-height: 100rpx;
width: 80%;
margin-top: 20rpx;
overflow-wrap: break-word;
color: rgba(255, 255, 255, 1);
font-size: 16px;
font-family: 'Microsoft YaHei', 'Microsoft Yahei', Arial, sans-serif;
text-align: center;
white-space: nowrap;
position: absolute;
bottom: 0;
display: flex;
justify-content: space-between;
align-items: center;
}
.buyBtn {
width: 50%;
border-radius: 50% 0 0 50%;
}
.skipBtn {
width: 50%;
border-radius: 0 30% 5% 0;
}