This commit is contained in:
2025-08-28 08:32:03 +08:00
parent 82ad5f6a81
commit 2b65de9691
4 changed files with 243 additions and 438 deletions

View File

@@ -199,6 +199,21 @@
color: #2c3e50;
}
/* 添加学伴答疑按钮隐藏样式 */
.ask-xueban-btn {
display: none;
margin-top: 15px;
padding: 8px 16px;
background-color: #3498db;
color: white;
border: none;
border-radius: 4px;
cursor: pointer;
}
.ask-xueban-btn.show {
display: inline-block;
}
.stat-label {
color: #7f8c8d;
font-size: 0.9rem;