gpt4 book ai didi

html - 如何更改图标内的背景颜色?

转载 作者:行者123 更新时间:2023-11-28 15:55:28 24 4
gpt4 key购买 nike

我有一个图标,我想更改图标形状内的背景颜色:

<i class="icon-sm icon-number-one"></i>

这是CSS:

.icon-sm {
position: relative;
font-family: 'icons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
vertical-align: middle;
color: #949494 !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.icon-number-one:before {
content: "\e600";
}

图标看起来像一个圆圈,里面有一个数字。基于此如何更改圆圈的背景颜色?

最佳答案

如果你需要这样的效果

enter image description here

那么你只需要

.icon-sm {
background: red;
}

关于html - 如何更改图标内的背景颜色?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41216512/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com