From 7a5718b26e767ddedc334eee8347ee81a0673fef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=B1=95=E9=B9=8F?= Date: Wed, 19 Nov 2025 01:39:36 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=A2=84=E7=BA=A6=E7=B3=BB=E7=BB=9F):=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=A2=84=E7=BA=A6=E8=AF=A6=E6=83=85=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E5=8C=BA=E5=9F=9F=E5=B9=B6=E4=BC=98=E5=8C=96=E6=97=A5?= =?UTF-8?q?=E6=9C=9F=E7=82=B9=E5=87=BB=E4=BA=A4=E4=BA=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增 booking-details 样式组件用于展示预约详情 - 移除旧版弹窗设计,改为页面内嵌式展示 - 添加日期点击时的平滑滚动效果 - 始终显示预约数量,无论是否有预约 --- index.php | 51 +++++++++++++++++++++++++-------------------------- style.css | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+), 26 deletions(-) diff --git a/index.php b/index.php index a9f28e3..004e0d0 100644 --- a/index.php +++ b/index.php @@ -187,13 +187,12 @@ $packages_json = json_encode(array_map(function($package) { ?>
- -
个预约
- +
个预约
@@ -214,6 +213,12 @@ $packages_json = json_encode(array_map(function($package) { + + +
@@ -304,18 +309,7 @@ $packages_json = json_encode(array_map(function($package) {
- - +