chrome ProgressBar不会改变颜色 [英] chrome ProgressBar doesnt change color

查看:36
本文介绍了chrome ProgressBar不会改变颜色的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有进度条,但它不会更改chrome中的颜色.这是代码:

I got progressbar, but it doesn't change color in chrome. Here is a code:

progress.xp::-webkit-progress-value:{ 
    background: #66CC33; 
}

我在寻找它,看起来还可以,但没有用.

I looked up for it and it seems like its ok but it doesn't work.

也许我不能在此类代码中使用类?或其他方式?

Maybe I cant use class in this kind of code? or in some another way?

推荐答案

progress.xp::-webkit-progress-value:{ 
    background: #66CC33; 
}

必须删除:,请参阅:

                                ***|
progress.xp::-webkit-progress-value { 
    background: #66CC33; 
}

这篇关于chrome ProgressBar不会改变颜色的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆