gpt4 book ai didi

css - 设置半颗星的颜色

转载 作者:行者123 更新时间:2023-12-04 13:54:09 26 4
gpt4 key购买 nike

这个问题在这里已经有了答案:





Is it possible to apply CSS to half of a character?

(21 个回答)


10 个月前关闭。




如何只为星星的一半设置颜色?喜欢下面的图片吗?
enter image description here

    <span className={"star"}>

</span>

最佳答案

body {
font-size: 60px;
}


.half {
display: inline-flex;
}

.half > div:first-child {
overflow: hidden;
width: 27px;
z-index: 1;
color: #f97d00;
}
.half > div:last-child {
position: relative;
margin-left:-27px;
}
<span class='half'><div>★</div><div>★</div>

关于css - 设置半颗星的颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65713385/

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