From b5d2c3c7685382614908bf773635df567b4f9a0d Mon Sep 17 00:00:00 2001 From: lld <15027638633@163.com> Date: Thu, 12 Feb 2026 01:26:41 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=A0=B7=E5=BC=8F=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/index.vue b/pages/index.vue index 36fb5f0..18936b3 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -157,13 +157,14 @@ page { } .list-item { - padding: 12rpx 24rpx; + padding: 14rpx 30rpx; /* 移除border-bottom,改为margin-top,并且把列表项背景设为半透明白色 */ margin-bottom: 20rpx; background-color: rgba(255, 255, 255, 0.85); border-radius: 12rpx; /* 新增:点击态样式,双端统一 */ transition: all 0.2s ease; + box-shadow: 8rpx 5rpx 10rpx #999 } .list-item:active { background-color: rgba(255, 255, 255, 0.95);