feat: 添加BI组件并优化多个页面样式和功能
refactor: 重构slideshow-box组件,移除帖子标签 fix: 修复item-bottom组件中QR码加载状态显示问题 style: 调整多个页面的CSS样式,包括字体大小和间距 perf: 优化save.js文件同步逻辑,支持更多模板格式 docs: 更新组件文档和注释 chore: 添加bi组件相关文件并配置监听同步 test: 更新测试用例以适应组件变更
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
word-break: break-word;
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
@@ -167,13 +168,12 @@ body {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
z-index: 2;
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
.item-box .item-head .operate {
|
||||
position: absolute;
|
||||
top: 23px;
|
||||
right: 0;
|
||||
width: 100px;
|
||||
width: 80px;
|
||||
background-color: #f2f2f2;
|
||||
border-radius: 8px;
|
||||
padding: 5px;
|
||||
@@ -193,16 +193,16 @@ body {
|
||||
}
|
||||
.item-box .item-head .operate .item {
|
||||
text-align: center;
|
||||
font-size: 18px;
|
||||
font-size: 14px;
|
||||
color: #333333;
|
||||
padding: 14px 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
.item-box .item-head .operate .item:first-of-type {
|
||||
padding-top: 24px;
|
||||
padding-top: 14px;
|
||||
}
|
||||
.item-box .item-head .operate .item:last-of-type {
|
||||
padding-bottom: 24px;
|
||||
padding-top: 14px;
|
||||
}
|
||||
.item-box .item-head .operate .item:not(:last-of-type) {
|
||||
border-bottom: 1px dotted #d7d7d7;
|
||||
@@ -392,6 +392,7 @@ body {
|
||||
color: #000000;
|
||||
line-height: 36px;
|
||||
margin-bottom: 7px;
|
||||
display: block;
|
||||
}
|
||||
.item-box.item-vote .message {
|
||||
font-size: 14px;
|
||||
@@ -671,6 +672,11 @@ body {
|
||||
height: 100px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
.item-box .bottom .bottom-item .share-box .share-item .QRcode-box .QRcode .load {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
animation: loadingRotate 1s linear infinite;
|
||||
}
|
||||
.item-box .bottom .bottom-item .share-box .share-item .QRcode-box .text {
|
||||
color: #555555;
|
||||
font-size: 14px;
|
||||
@@ -1397,6 +1403,12 @@ body {
|
||||
.offer-side-box.side-box .box {
|
||||
width: 271px;
|
||||
}
|
||||
.thread-side-box.side-box .box,
|
||||
.offer-side-box.side-box .box,
|
||||
.interviewexperience-side-box .box,
|
||||
.vote-side-box.side-box .box {
|
||||
border-radius: 8px;
|
||||
}
|
||||
.head-navigation {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
@@ -1445,6 +1457,7 @@ body {
|
||||
outline: none;
|
||||
height: 100%;
|
||||
background-color: transparent;
|
||||
font-size: 14px;
|
||||
}
|
||||
.head-top .input-box .icon {
|
||||
width: 18px;
|
||||
|
||||
Reference in New Issue
Block a user