diff --git a/miniprogram/src/pages/booking/index.scss b/miniprogram/src/pages/booking/index.scss index 47236c3..4106512 100644 --- a/miniprogram/src/pages/booking/index.scss +++ b/miniprogram/src/pages/booking/index.scss @@ -105,11 +105,13 @@ /* ---------- 近期活动 · 首屏倒计时(从首页迁入) ---------- */ .mk-section { margin-top: 0; } .mk-count { - background: rgba(255,255,255,0.55); backdrop-filter: blur(20px) saturate(160%); -webkit-backdrop-filter: blur(20px) saturate(160%); - border: 1rpx solid rgba(99,132,255,0.14); - box-shadow: 0 8rpx 24rpx rgba(59,79,125,0.08); - border-radius: 20px; - padding: 40rpx 36rpx; + /* 玻璃材质:整体更透,中心最透(从外部到中间渐隐),边缘略实 */ + background: radial-gradient(150% 150% at 50% 24%, rgba(255,255,255,0.16) 0%, rgba(255,255,255,0.32) 52%, rgba(255,255,255,0.48) 100%); + backdrop-filter: blur(28px) saturate(175%); -webkit-backdrop-filter: blur(28px) saturate(175%); + border: 1rpx solid rgba(255,255,255,0.55); + box-shadow: 0 14rpx 44rpx rgba(59,79,125,0.12), inset 0 1rpx 0 rgba(255,255,255,0.6); + border-radius: 28px; + padding: 44rpx 36rpx; text-align: center; margin: 0 0 20rpx; position: relative;