'commit'
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user