no message

This commit is contained in:
A1300399510 2024-12-18 15:50:13 +08:00
parent be83b6bea0
commit 2f5fadb573
2 changed files with 10 additions and 0 deletions

View File

@ -205,6 +205,7 @@
font-size: 15px;
color: #555555;
cursor: pointer;
position: relative;
}
.content .side .item.pitch {
width: calc(100% + 1px);
@ -240,6 +241,10 @@
height: 16px;
font-size: 12px;
border-radius: 10px;
position: absolute;
right: 5px;
top: 50%;
transform: translateY(-50%);
}
.content .details-box {
background-color: #fbfbfb;

View File

@ -229,6 +229,7 @@
font-size: 15px;
color: #555555;
cursor: pointer;
position: relative;
&.pitch {
&:first-of-type {
@ -266,6 +267,10 @@
height: 16px;
font-size: 12px;
border-radius: 10px;
position: absolute;
right: 5px;
top: 50%;
transform: translateY(-50%)
}
}
}