semantic-ui 的 评论图标
时间: 2023-07-28 20:10:09
浏览: 82
semantic-ui 中的评论图标可以通过以下 HTML [代码](https://geek.csdn.net/educolumn/1572ef9b473b4e00f6b2bf6d428b7c27?spm=1055.2569.3001.10083)使用:
<i class="comment icon"></i>
也可以在 CSS 中使用以下[代码](https://geek.csdn.net/educolumn/1572ef9b473b4e00f6b2bf6d428b7c27?spm=1055.2569.3001.10083):
:before {
content: "\f075";
font-family: Icons;
font-style: normal;
font-weight: normal;
font-v[aria](https://geek.csdn.net/educolumn/463d440d0a4c351bc15e5ce55f37f0bb?spm=1055.2569.3001.10083)nt: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
display: inline-block;
vertical-align: middle;
font-size: 1.5em;
mar[gin](https://geek.csdn.net/educolumn/1aef582107c22aa4d9f243890549bf39?spm=1055.2569.3001.10083)-right: 0.5em;
color: #2185d0;
speak: none;
请注意,在使用 CSS [代码](https://geek.csdn.net/educolumn/1572ef9b473b4e00f6b2bf6d428b7c27?spm=1055.2569.3001.10083)时,应将字体文件引入到项目中。
相关问题
semantic-ui 点赞图标
semantic-ui 中的点赞图标可以使用以下代码实现:
```html
<i class="thumbs up icon"></i>
其中,`thumbs up` 是 semantic-ui 中点赞图标的名称,可以根据需要选择不同的图标名称。同时,也可以使用其他的 CSS 类名来调整图标的大小和颜色等样式。
semantic-ui 消息的图标
semantic-ui 提供了丰富的图标来表示不同类型的消息。以下是一些常见的消息类型及其对应的图标:
- 成功消息:`<i class="chec
相关推荐















