From e1f17ebd2fe93691633fa0b4f1f77c545f7c34e6 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Tue, 26 Nov 2024 14:28:03 +0800 Subject: [PATCH] no message --- css/details.css | 3 ++- css/details.less | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/css/details.css b/css/details.css index 34ae4b3..a83216b 100644 --- a/css/details.css +++ b/css/details.css @@ -733,13 +733,13 @@ position: relative; z-index: 1; --tab-left: "0px"; - transition: all 0.3s; } .content .details-box .pattern .tab .item { height: 100%; font-size: 14px; color: #555555; cursor: pointer; + transition: all 0.3s; } .content .details-box .pattern .tab .item.pitch { color: #ffffff; @@ -755,6 +755,7 @@ top: 0; left: var(--tab-left); z-index: -1; + transition: all 0.3s; } .content .details-box .pattern .introduce .item { text-align: center; diff --git a/css/details.less b/css/details.less index b7fd59c..d85337f 100644 --- a/css/details.less +++ b/css/details.less @@ -841,13 +841,13 @@ font-size: 14px; color: #555555; cursor: pointer; + transition: all 0.3s; + &.pitch { color: #ffffff; } } - transition: all 0.3s; - &::after { content: ""; background-color: rgba(111, 193, 109, 1); @@ -859,6 +859,7 @@ top: 0; left: var(--tab-left); z-index: -1; + transition: all 0.3s; } }