【发布时间】:2016-09-16 13:24:38
【问题描述】:
前几天刚开始使用适用于 Apple tvOS 的 TVML。我被困住了..
尝试在 TVML 中将 reviewCard 的背景颜色设置为 rgba,但没有任何变化..
background-color: rgba(255,255,255,100);
有什么线索吗?
【问题讨论】:
-
你试过用 (x, x, x, 1) 代替 (x, x, x, 100) 吗? - developer.apple.com/library/content/documentation/…
-
是的,我有。但还是一样。