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.
今天,我在尝试使其背景透明的单选按钮上获得了很多乐趣。
我尝试了以下方法:
input[type=radio] { background-color:transparent; background-image:none; -webkit-backface-visibility: hidden; }
这似乎只是一个 Chrome 问题。
我即将使用画布制作自己的单选按钮。这样我也可以更轻松地缩放它们。
http://jsfiddle.net/gYTHF/18/
第 65 行的 ctx.save() 导致 Chrome 浏览器中的不透明白色背景颜色