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
+22
View File
@@ -177,6 +177,25 @@ page {
border-bottom: 1rpx solid #f0f0f0;
}
.latest-header-right {
display: flex;
align-items: center;
gap: 12rpx;
}
.qrcode-btn {
font-size: 22rpx;
color: #52c41a;
background: rgba(82, 196, 26, 0.1);
padding: 6rpx 20rpx;
border-radius: 20rpx;
border: 1rpx solid rgba(82, 196, 26, 0.3);
}
.qrcode-btn:active {
background: rgba(82, 196, 26, 0.2);
}
.latest-title {
font-size: 28rpx;
font-weight: 600;
@@ -188,6 +207,7 @@ page {
padding: 4rpx 16rpx;
border-radius: 16rpx;
font-weight: 500;
margin-left: auto;
}
.status-pending {
@@ -251,3 +271,5 @@ page {
font-size: 24rpx;
color: #ccc;
}