feat: 新增签到功能模块并优化详情页样式

- 添加签到功能相关HTML/CSS/JS文件
- 在详情页增加图片预览组件
- 调整详情页文本行高和标题样式
- 修复评论时间显示问题
- 优化本地开发环境授权处理
This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-11-21 19:07:03 +08:00
parent 40d06c180f
commit f73a662141
11 changed files with 508 additions and 26 deletions

View File

@@ -180,7 +180,7 @@
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
font-size: 15px;
color: #555555;
line-height: 24px;
line-height: 26px;
margin-bottom: 66px;
a {
@@ -204,6 +204,14 @@
video {
margin: 0 auto;
}
h2 {
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
font-weight: 650;
color: #000000;
font-size: 18px;
line-height: 30px;
}
}
.last-time {
@@ -1316,6 +1324,7 @@
height: 80vh;
border-radius: 8px;
background-color: #111;
overflow: hidden;
}
.detail-image-mask .detail-image .detail-img {