feat(bi组件): 添加解锁内容和币不足弹窗功能

- 在bi组件中新增解锁内容和币不足的弹窗样式及逻辑
- 添加根据用户币数量显示不同弹窗的功能
- 优化投币逻辑,支持解锁内容场景
- 修复学校链接显示条件判断
- 调整CSS样式增加底部间距
This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-11-13 19:20:10 +08:00
parent 49ccba6556
commit aea14650ff
9 changed files with 213 additions and 24 deletions

View File

@@ -1203,6 +1203,7 @@
}
.answer-discuss .edit-comment .box .input-box {
margin-right: 0;
padding-top: 10px;
}
.answer-discuss .edit-comment .box .btn-list {
padding: 15px 0;

View File

@@ -1405,6 +1405,7 @@
}
.answer-discuss .edit-comment .box .input-box {
margin-right: 0;
padding-top: 10px;
}
.answer-discuss .edit-comment .box .input-box .bottom {
// border-top: 1px solid #ebebeb;

View File

@@ -541,6 +541,7 @@ body {
}
.item-box.item-mj .message {
margin-top: 13px;
margin-bottom: 15px;
font-size: 14px;
color: #555555;
display: block;

View File

@@ -645,6 +645,7 @@ body {
.message {
margin-top: 13px;
margin-bottom: 15px;
font-size: 14px;
color: #555555;
display: block;