feat: 新增预约二维码弹窗功能

This commit is contained in:
ws
2026-04-24 17:28:43 +08:00
parent 590ba65ea4
commit 2cc7d75b08
14 changed files with 236 additions and 9 deletions
+16
View File
@@ -72,11 +72,25 @@ page {
color: #999;
}
.qrcode-btn {
font-size: 24rpx;
color: #52c41a;
background: rgba(82, 196, 26, 0.1);
padding: 8rpx 24rpx;
border-radius: 24rpx;
border: 1rpx solid rgba(82, 196, 26, 0.3);
}
.qrcode-btn:active {
background: rgba(82, 196, 26, 0.2);
}
.status-tag {
font-size: 24rpx;
padding: 6rpx 20rpx;
border-radius: 20rpx;
font-weight: 500;
margin-left: auto;
}
.status-pending {
@@ -172,3 +186,5 @@ page {
.empty-btn:active {
background: #096dd9;
}