no message

This commit is contained in:
DESKTOP-RQ919RC\Pc 2025-04-01 17:49:45 +08:00
parent de3eed0d55
commit 71ce7c6c88
2 changed files with 20 additions and 19 deletions

View File

@ -376,6 +376,16 @@
left: 0;
top: 0;
}
.content .side .item.pitch::before {
content: "";
background-color: #fbfbfb;
width: 5px;
height: 100%;
position: absolute;
top: 0;
right: 0;
display: block;
}
.content .side .item .item-text {
position: relative;
}
@ -1482,15 +1492,6 @@
transition: all 0.3s;
border: 1px solid #6fc16d;
}
.content .details-box .pattern .tab::before {
content: "";
background-color: #fbfbfb;
width: 5px;
height: 100%;
position: absolute;
top: 0;
right: 0;
}
.content .details-box .pattern .introduce .item {
text-align: center;
}

View File

@ -427,6 +427,16 @@
left: 0;
top: 0;
}
&::before {
content: "";
background-color: #fbfbfb;
width: 5px;
height: 100%;
position: absolute;
top: 0;
right: 0;
display: block;
}
}
.item-text {
@ -1742,16 +1752,6 @@
transition: all 0.3s;
border: 1px solid #6fc16d;
}
&::before {
content: "";
background-color: #fbfbfb;
width: 5px;
height: 100%;
position: absolute;
top: 0;
right: 0;
}
}
.introduce {