美文网首页
js获取字体颜色

js获取字体颜色

作者: 呼兰呦 | 来源:发表于2017-12-07 10:33 被阅读0次

    console.log(getComputedStyle(ttitle[i]).color);

    if (getComputedStyle(ttitle[i]).color=="rgb(0, 0, 0)") {

    ttitle[i].style.color ='#10adff';

    }else{

    ttitle[i].style.color ='#000';

    }

    需要个字体设置颜色让rgb=000

    .ttitle{

    text-align: left;

    color: #000;

    }

    相关文章

      网友评论

          本文标题:js获取字体颜色

          本文链接:https://www.haomeiwen.com/subject/zygubxtx.html