优化图标
This commit is contained in:
parent
2ec513904e
commit
a0cc1caf55
|
@ -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: 17px;"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -166,15 +166,8 @@
|
|||
th:src="${assets_link + '/libs/welcome/welcome.js'}"></script>
|
||||
</th:block>
|
||||
|
||||
<!-- 文章ai摘要 -->
|
||||
<script data-pjax th:if="${theme.config.post.aiDescription.aiDescriptionEnable}"
|
||||
th:src="${assets_link + '/libs/gpt/post-ai.js'}"></script>
|
||||
|
||||
<!-- 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'">
|
||||
|
||||
<link rel="stylesheet" th:href="'https://cdn.cbd.int/hao-theme-static@1.3.4/icon/iconfont.css'">
|
||||
|
||||
<!-- 声明一些公共信息 -->
|
||||
<script id="site-config" th:inline="javascript">
|
||||
|
|
|
@ -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" style="font-size: 17px;"></i>
|
||||
</a>
|
||||
</div>
|
||||
</li>
|
||||
|
|
|
@ -31,8 +31,8 @@
|
|||
<th:block th:if="${not #lists.isEmpty(todo.todo_list)}"
|
||||
th:each="data : ${todo.todo_list}">
|
||||
<li th:class="${data.completed ? 'achieve' : ''}">
|
||||
<i style="margin-right: 5px;"
|
||||
th:class="${data.completed ? 'fa-regular fa-circle-check' : 'fa-regular fa-circle'}">
|
||||
<i style="font-size: 19px;margin-right: 5px;"
|
||||
th:class="${data.completed ? 'haofont hao-icon-check-circle' : 'haofont hao-icon-yuan'}">
|
||||
</i>[[${data.content}]]
|
||||
</li>
|
||||
</th:block>
|
||||
|
@ -50,8 +50,8 @@
|
|||
<th:block th:if="${not #lists.isEmpty(todo.todo_list)}"
|
||||
th:each="data : ${todo.todo_list}">
|
||||
<li th:class="${data.completed ? 'achieve' : ''}">
|
||||
<i style="margin-right: 5px;"
|
||||
th:class="${data.completed ? 'fa-regular fa-circle-check' : 'fa-regular fa-circle'}">
|
||||
<i style="font-size: 19px;margin-right: 5px;"
|
||||
th:class="${data.completed ? 'haofont hao-icon-check-circle' : 'haofont hao-icon-yuan'}">
|
||||
</i>[[${data.content}]]
|
||||
</li>
|
||||
</th:block>
|
||||
|
@ -74,6 +74,10 @@
|
|||
--todo-border: 1px solid #51908b;
|
||||
}
|
||||
|
||||
.todolist-item i.haofont {
|
||||
display: var(--fa-display,inline-block);
|
||||
}
|
||||
|
||||
#todolist-main {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
|
Loading…
Reference in New Issue