no message
This commit is contained in:
parent
da10d54352
commit
e1f17ebd2f
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user