修复失效图标
This commit is contained in:
parent
5773af0f74
commit
618769478e
|
@ -4752,6 +4752,7 @@ blockquote.pullquote.right {
|
|||
|
||||
.note.success:not(.no-icon)::before {
|
||||
content: "\e66c";
|
||||
font-family: haofont!important;
|
||||
}
|
||||
|
||||
.note.success:not(.no-icon):not(.modern)::before {
|
||||
|
@ -4790,6 +4791,7 @@ blockquote.pullquote.right {
|
|||
|
||||
.note.warning:not(.no-icon)::before {
|
||||
content: "\e61a";
|
||||
font-family: haofont!important;
|
||||
}
|
||||
|
||||
.note.warning:not(.no-icon):not(.modern)::before {
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
<a class="bber-reply"
|
||||
th:onclick="rightMenuCommentText([['"'+${equipment.name}+' '+${equipment.model}+' '+${equipment.description}+'"']]);"
|
||||
data-pjax-state="">
|
||||
<i class="fa-solid fa-message" style="font-size: 18px;"></i>
|
||||
<i class="haofont hao-icon-message" style="font-size: 18px;"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<!-- 动态标题 -->
|
||||
<script th:fragment="diytitle"
|
||||
th:if="${theme.config.other.diytitle.diytitleEnable}">
|
||||
let leaveTitle = '[[${theme.config.other.diytitle.leaveTitle}]]';
|
||||
let backTitle = '[[${theme.config.other.diytitle.backTitle}]]';
|
||||
let OriginTitile = "[(${title})]"
|
||||
let titleTime
|
||||
var leaveTitle = '[[${theme.config.other.diytitle.leaveTitle}]]';
|
||||
var backTitle = '[[${theme.config.other.diytitle.backTitle}]]';
|
||||
var OriginTitile = "[(${title})]"
|
||||
var titleTime
|
||||
document.addEventListener('visibilitychange', function () {
|
||||
if (document.hidden) {
|
||||
//离开当前页面时标签显示内容
|
||||
|
|
|
@ -180,6 +180,9 @@
|
|||
<!-- icon图标 -->
|
||||
<link rel="stylesheet" th:href="'https://cdn.cbd.int/hao-theme-static@1.3.2/icon/iconfont.css'">
|
||||
|
||||
<link rel="stylesheet" href="https://cdn.staticfile.org/font-awesome/6.2.0/css/all.min.css" media="all" onload="this.media='all'">
|
||||
|
||||
|
||||
<!-- 声明一些公共信息 -->
|
||||
<script id="site-config" th:inline="javascript">
|
||||
var GLOBAL_CONFIG = {
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
</div>
|
||||
<a class="bber-reply"
|
||||
th:onclick="rightMenuCommentText([[${content.html}]]);"
|
||||
data-pjax-state=""> <i class="fa-solid fa-message"></i>
|
||||
data-pjax-state=""> <i class="haofont hao-icon-message"></i>
|
||||
</a>
|
||||
</div>
|
||||
</li>
|
||||
|
|
Loading…
Reference in New Issue