no message

This commit is contained in:
DESKTOP-RQ919RC\Pc 2025-03-26 11:03:50 +08:00
parent d3bc3054c9
commit 9e456ca4d5
2 changed files with 11 additions and 0 deletions

View File

@ -664,6 +664,11 @@
height: 16px;
margin-right: 6px;
}
.content .details-box .recommend-list .item .btn .line {
width: 1px;
height: 20px;
background-color: #aaaaaa;
}
.content .details-box .consult-more {
font-size: 14px;
color: #555555;

View File

@ -785,6 +785,12 @@
margin-right: 6px;
}
}
.line {
width: 1px;
height: 20px;
background-color: #aaaaaa;
}
}
}
}