From 0920a445989dc814892e70eae2c21ca75a24f686 Mon Sep 17 00:00:00 2001 From: tianyi <13521030702@163.com> Date: Mon, 11 May 2026 18:00:14 +0800 Subject: [PATCH] 11 --- pages/index/index.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 3d0df5c..179e6ea 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -3,7 +3,7 @@ - @@ -261,8 +261,8 @@ - + 取餐地址 @@ -1629,6 +1629,8 @@ z-index: 96; border-radius: 34rpx; background: rgba(255, 255, 255, 0.62); + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; } .daimai-tab--sticky { @@ -2317,7 +2319,7 @@ position: sticky; top: 0; z-index: 95; - background: rgba(255, 255, 255, 0.96); + background: rgba(255, 255, 255, 1); padding: 20rpx 10rpx 0; box-sizing: border-box; box-shadow: 0 12rpx 26rpx rgba(0, 35, 28, 0.05);