feat: 优化评论图片展示样式并添加用户交互功能

- 调整评论图片容器样式,支持横向滚动
- 为评论图片添加圆角和点击效果
- 实现用户主页跳转和私信功能
- 修复section变量名错误并优化初始化逻辑
- 添加评论点赞和子评论展开功能
This commit is contained in:
A1300399510
2025-10-30 01:50:22 +08:00
parent c9c34feaf2
commit 28c890cf94
8 changed files with 587 additions and 414 deletions

View File

@@ -889,9 +889,16 @@
display: inline;
margin-right: 10px;
}
.answer-discuss .comments-box .comments-item .comments-content .comments-img-box {
overflow: auto;
white-space: nowrap;
}
.answer-discuss .comments-box .comments-item .comments-content .comments-img {
width: 75px;
height: 100px;
margin-right: 10px;
margin-bottom: 13px;
border-radius: 8px;
cursor: pointer;
}
.answer-discuss .comments-box .comments-item .comments-content .comments-input-box {
margin-top: 13px;