Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
每当轨道滑块完成加载时,png 图像和文本似乎具有黑色背景而不是透明...
我尝试通过设置背景和颜色属性来使用 !important 标签,但无济于事。附图片。任何帮助表示赞赏!
在你的 orbit.css 中改变这个
#featured { background: #000 url('orbit/loading.gif') no-repeat center center; }
对此
#featured { background: rgba(0,0,0,0) url('orbit/loading.gif') no-repeat center center; }