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;
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;

View File

@ -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;
}
}