feat: 新增发布主题页面及编辑器功能
refactor(css): 优化详情页样式并移除冗余代码 feat(js): 实现发布主题的编辑器功能及图片/视频上传 docs: 添加编辑器样式文件及发布页面HTML结构
This commit is contained in:
@@ -182,23 +182,24 @@
|
||||
.html {
|
||||
padding: 0 30px;
|
||||
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
|
||||
font-size: 15px;
|
||||
// font-size: 15px;
|
||||
font-size: 18px;
|
||||
color: #555555;
|
||||
line-height: 26px;
|
||||
margin-bottom: 66px;
|
||||
|
||||
* {
|
||||
background: transparent !important;
|
||||
color: #555555 !important;
|
||||
}
|
||||
// * {
|
||||
// background: transparent !important;
|
||||
// // color: #555555 !important;
|
||||
// }
|
||||
|
||||
a {
|
||||
text-decoration: underline;
|
||||
color: #04b0d5 !important;
|
||||
|
||||
* {
|
||||
color: #04b0d5 !important;
|
||||
}
|
||||
// * {
|
||||
// color: #04b0d5 !important;
|
||||
// }
|
||||
}
|
||||
|
||||
.blue {
|
||||
@@ -225,9 +226,13 @@
|
||||
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
|
||||
font-weight: 650;
|
||||
color: #000000 !important;
|
||||
font-size: 18px;
|
||||
// font-size: 18px;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 15px 0;
|
||||
}
|
||||
}
|
||||
|
||||
.last-time {
|
||||
@@ -1635,7 +1640,7 @@
|
||||
overflow: auto;
|
||||
border: none;
|
||||
padding-top: 15px;
|
||||
|
||||
|
||||
&::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user