我目前正在为 Apple TV 制作一个TVML应用程序,我一直在尝试对一些元素进行一些样式调整。
我已经能够关注the TVML documentation并通过这样做成功地将文字颜色从白色变为黑色:
<description style="color: rgba(0, 0, 0)">
Selvage banjo authentic messenger bag, pork belly occupy heirloom...etc
</description>
现在,根据文档,我想通过更改其他样式(例如font-weight
到light
和font-size
)来进一步设置样式。
以下是我尝试过的一些尝试:
<description style="color: rgba(0, 0, 0); font-weight: light">
text goes here
</description>
<description style="color: rgba(0, 0, 0) font-weight: light">
text goes here
</description>
<description style="font-weight: light">
text goes here
</description>
<description font-weight="light">
text goes here
</description>
遗憾的是,我无法弄清楚如何让它发挥作用。我正在使用descriptiveAlertTemplate
。
答案 0 :(得分:4)
您需要设置tv-text-style:none - 例如:
<description style="tv-text-style: none; font-size:36; font-weight:regular;">