css设置文字的颜色为渐变色

.rank .course-list .num.yellow{
    background-image:linear-gradient(90deg, #FAA500 6.4%, #FF7A00 94.09%);
    -webkit-background-clip:text;     
    -webkit-text-fill-color:transparent;

}

猜你喜欢

转载自blog.csdn.net/qq_33769914/article/details/124610489