feat: 新增发布主题页面及编辑器功能

refactor(css): 优化详情页样式并移除冗余代码
feat(js): 实现发布主题的编辑器功能及图片/视频上传
docs: 添加编辑器样式文件及发布页面HTML结构
This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-12-11 19:11:43 +08:00
parent 6ce06b133a
commit 620d21dd5d
12 changed files with 26127 additions and 36 deletions

View File

@@ -155,22 +155,15 @@
#details .matter .matter-left .html {
padding: 0 30px;
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
font-size: 15px;
font-size: 18px;
color: #555555;
line-height: 26px;
margin-bottom: 66px;
}
#details .matter .matter-left .html * {
background: transparent !important;
color: #555555 !important;
}
#details .matter .matter-left .html a {
text-decoration: underline;
color: #04b0d5 !important;
}
#details .matter .matter-left .html a * {
color: #04b0d5 !important;
}
#details .matter .matter-left .html .blue {
font-size: 15px;
line-height: 26px;
@@ -192,9 +185,11 @@
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
font-weight: 650;
color: #000000 !important;
font-size: 18px;
line-height: 30px;
}
#details .matter .matter-left .html p {
margin: 15px 0;
}
#details .matter .matter-left .last-time {
color: #aaaaaa;
font-size: 13px;