From 3e45dd0b9a9c636cca6c9649e5be2f7b03abe1c5 Mon Sep 17 00:00:00 2001 From: zhangjianjun Date: Thu, 9 Jul 2026 16:44:37 +0800 Subject: [PATCH] ud --- src/index.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/index.css b/src/index.css index 5e989ea..821fcf5 100644 --- a/src/index.css +++ b/src/index.css @@ -200,12 +200,17 @@ p { gap: 6px; padding: 0; appearance: none; + -webkit-tap-highlight-color: transparent; cursor: pointer; transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), opacity 320ms ease, box-shadow 320ms ease, background-color 320ms ease, border-color 320ms ease; transform: translateX(-50%); opacity: 0.58; z-index: 1; + &:active { + background: #FFFFFF; + } + .plan-price-symbol { font-size: 10px; transition: color 320ms ease; @@ -273,6 +278,10 @@ p { opacity: 1; z-index: 2; + &:active { + background: #F7FEFA; + } + .plan-price-symbol { font-size: 10px; color: #FF2D2D; @@ -370,7 +379,7 @@ p { position: fixed; left: 16px; right: 16px; - bottom: 6px; + bottom: 10px; width: calc(100% - 32px); max-width: 343px; height: 52px; @@ -707,4 +716,4 @@ p { .green { color: #00B85C; -} \ No newline at end of file +}