feat(bi组件): 添加解锁内容和币不足弹窗功能
- 在bi组件中新增解锁内容和币不足的弹窗样式及逻辑 - 添加根据用户币数量显示不同弹窗的功能 - 优化投币逻辑,支持解锁内容场景 - 修复学校链接显示条件判断 - 调整CSS样式增加底部间距
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -541,6 +541,7 @@ body {
|
||||
}
|
||||
.item-box.item-mj .message {
|
||||
margin-top: 13px;
|
||||
margin-bottom: 15px;
|
||||
font-size: 14px;
|
||||
color: #555555;
|
||||
display: block;
|
||||
|
||||
@@ -645,6 +645,7 @@ body {
|
||||
|
||||
.message {
|
||||
margin-top: 13px;
|
||||
margin-bottom: 15px;
|
||||
font-size: 14px;
|
||||
color: #555555;
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user