feat: 新增预约二维码弹窗功能
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user