feat: 添加BI组件并优化多个页面样式和功能
refactor: 重构slideshow-box组件,移除帖子标签 fix: 修复item-bottom组件中QR码加载状态显示问题 style: 调整多个页面的CSS样式,包括字体大小和间距 perf: 优化save.js文件同步逻辑,支持更多模板格式 docs: 更新组件文档和注释 chore: 添加bi组件相关文件并配置监听同步 test: 更新测试用例以适应组件变更
This commit is contained in:
@@ -12,6 +12,11 @@
|
||||
border-radius: 10px;
|
||||
margin-right: 15px;
|
||||
}
|
||||
#sectionIndex .matter .sidebar.fixed {
|
||||
position: fixed;
|
||||
right: calc((100% - 1200px) / 2);
|
||||
bottom: 10px;
|
||||
}
|
||||
#sectionIndex .matter .sidebar .title {
|
||||
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
|
||||
font-weight: 650;
|
||||
@@ -188,6 +193,9 @@
|
||||
height: 16px;
|
||||
margin-right: 3px;
|
||||
}
|
||||
#sectionIndex .matter .matter-content .details-box {
|
||||
align-items: flex-start;
|
||||
}
|
||||
#sectionIndex .matter .matter-content .details-box .content-box {
|
||||
margin-right: 12px;
|
||||
}
|
||||
@@ -284,7 +292,7 @@
|
||||
line-height: 36px;
|
||||
font-size: 14px;
|
||||
color: #333333;
|
||||
padding: 0 21px;
|
||||
padding: 0 10px;
|
||||
margin-right: 10px;
|
||||
margin-bottom: 14px;
|
||||
cursor: pointer;
|
||||
@@ -313,30 +321,35 @@
|
||||
color: #7f7f7f;
|
||||
margin-top: 10px;
|
||||
}
|
||||
#sectionIndex .matter .matter-content .details-box .adv {
|
||||
#sectionIndex .matter .matter-content .details-box .sidebar-box.fixed {
|
||||
position: fixed;
|
||||
right: calc((100% - 1200px) / 2);
|
||||
bottom: 10px;
|
||||
}
|
||||
#sectionIndex .matter .matter-content .details-box .sidebar-box .adv {
|
||||
display: block;
|
||||
width: 291px;
|
||||
height: 220px;
|
||||
margin-bottom: 12px;
|
||||
cursor: pointer;
|
||||
}
|
||||
#sectionIndex .matter .matter-content .details-box .adv .adv-icon {
|
||||
#sectionIndex .matter .matter-content .details-box .sidebar-box .adv .adv-icon {
|
||||
width: 291px;
|
||||
height: 220px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
#sectionIndex .matter .matter-content .details-box .side-box {
|
||||
#sectionIndex .matter .matter-content .details-box .sidebar-box .side-box {
|
||||
padding: 17px 10px 10px;
|
||||
margin-bottom: 12px;
|
||||
width: 291px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
#sectionIndex .matter .matter-content .details-box .side-box.offer-side-box {
|
||||
#sectionIndex .matter .matter-content .details-box .sidebar-box .side-box.offer-side-box {
|
||||
background: linear-gradient(154.12772232deg, #c7edf2 1%, #d3f2f5 100%);
|
||||
}
|
||||
#sectionIndex .matter .matter-content .details-box .side-box.vote-side-box {
|
||||
#sectionIndex .matter .matter-content .details-box .sidebar-box .side-box.vote-side-box {
|
||||
background: linear-gradient(151.77562139deg, #c6f4d9 1%, #d9f7e5 100%);
|
||||
}
|
||||
#sectionIndex .matter .matter-content .details-box .side-box.interviewexperience-side-box {
|
||||
#sectionIndex .matter .matter-content .details-box .sidebar-box .side-box.interviewexperience-side-box {
|
||||
background: linear-gradient(158.64328877deg, #d3e1fb 1%, #dee6f9 100%);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user