no message

This commit is contained in:
A1300399510 2024-11-26 14:28:03 +08:00
parent da10d54352
commit e1f17ebd2f
2 changed files with 5 additions and 3 deletions

View File

@ -733,13 +733,13 @@
position: relative; position: relative;
z-index: 1; z-index: 1;
--tab-left: "0px"; --tab-left: "0px";
transition: all 0.3s;
} }
.content .details-box .pattern .tab .item { .content .details-box .pattern .tab .item {
height: 100%; height: 100%;
font-size: 14px; font-size: 14px;
color: #555555; color: #555555;
cursor: pointer; cursor: pointer;
transition: all 0.3s;
} }
.content .details-box .pattern .tab .item.pitch { .content .details-box .pattern .tab .item.pitch {
color: #ffffff; color: #ffffff;
@ -755,6 +755,7 @@
top: 0; top: 0;
left: var(--tab-left); left: var(--tab-left);
z-index: -1; z-index: -1;
transition: all 0.3s;
} }
.content .details-box .pattern .introduce .item { .content .details-box .pattern .introduce .item {
text-align: center; text-align: center;

View File

@ -841,13 +841,13 @@
font-size: 14px; font-size: 14px;
color: #555555; color: #555555;
cursor: pointer; cursor: pointer;
transition: all 0.3s;
&.pitch { &.pitch {
color: #ffffff; color: #ffffff;
} }
} }
transition: all 0.3s;
&::after { &::after {
content: ""; content: "";
background-color: rgba(111, 193, 109, 1); background-color: rgba(111, 193, 109, 1);
@ -859,6 +859,7 @@
top: 0; top: 0;
left: var(--tab-left); left: var(--tab-left);
z-index: -1; z-index: -1;
transition: all 0.3s;
} }
} }