外观

包含了前景、背景、边框、透明度、字体等外观样式

borderColor

类型 必需 支持平台
color All

borderTopColor

类型 必需 支持平台
color All

borderBottomColor

类型 必需 支持平台
color All

borderLeftColor

类型 必需 支持平台
color All

borderRightColor

类型 必需 支持平台
color All

borderRadius

类型 必需 支持平台
number All

borderTopLeftRadius

类型 必需 支持平台
number All

borderTopRightRadius

类型 必需 支持平台
number All

borderBottomLeftRadius

类型 必需 支持平台
number All

borderBottomRightRadius

类型 必需 支持平台
number All

borderWidth

类型 必需 支持平台
number All

borderTopWidth

类型 必需 支持平台
number iOS

borderBottomWidth

类型 必需 支持平台
number iOS

borderLeftWidth

类型 必需 支持平台
number iOS

borderRightWidth

类型 必需 支持平台
number iOS

backgroundColor

类型 必需 支持平台
color All

borderStyle

类型 必需 支持平台
enum(‘solid’, ‘dotted’, ‘dashed’) 双平台。dotted、dashed 暂仅支持 iOS

boxShadow

类型 必需 平台
Hippy-React 参考例子 双平台支持,Android实现有差异(详见例子)
Hippy-Vue 参考例子 双平台支持,Android实现有差异(详见例子)

color

字体颜色

类型 必需 支持平台
color All

fontFamily

字体名,如 PingFangSC-Regular

若需自定义字体,参考 自定义字体说明

类型 必需 支持平台
string All

fontSize

字体大小

类型 必需 支持平台
number All

fontWeight

字体粗细

[MDN 文档]

类型 必需 支持平台
number \ string All

opacity

类型 必需 支持平台
number All

textDecoration

textDecorationLine

类型 必需 平台
enum(‘underline’, ‘line-through’, ‘none’) 双平台支持

textDecorationColor

Hippy-React 范例

Hippy-Vue 范例

文本的修饰线颜色

类型 必需 平台
color iOS

textDecorationLine

Hippy-React 范例

Hippy-Vue 范例

文本的修饰线类型

类型 必需 平台
enum(‘underline’, ‘line-through’, ‘none’) 双平台支持

textDecorationStyle

Hippy-React 范例

Hippy-Vue 范例

文本的修饰线样式

类型 必需 平台
enum(‘dotted’, ‘dashed’, ‘solid’) iOS

textShadowColor

最低支持版本 2.10.0

Hippy-React 范例

Hippy-Vue 范例

文字阴影颜色

类型 必需 平台
color 双平台支持

textShadowOffset

最低支持版本 2.10.0

Hippy-React 范例

Hippy-Vue 范例

文字阴影偏移量

类型 必需 平台
object: { x: number, y: number } 双平台支持

textShadowOffsetX

  • 最低支持版本 2.10.0
  • 注意 hippy-vue class 样式只支持合并写法 text-shadow-offset: 1px 1px,不支持拆分

Hippy-React 范例

Hippy-Vue 范例

文字阴影X轴偏移量

类型 必需 平台
number 双平台支持

textShadowOffsetY

  • 最低支持版本 2.10.0
  • 注意 hippy-vue class 样式只支持合并写法 text-shadow-offset: 1px 1px,不支持拆分

Hippy-React 范例

Hippy-Vue 范例

文字阴影Y轴偏移量

类型 必需 平台
number 双平台支持

textShadowRadius

最低支持版本 2.10.0

Hippy-React 范例

Hippy-Vue 范例

文字阴影半径

类型 必需 平台
number 双平台支持

tintColor

Hippy-React 范例

Hippy-Vue 范例

对图片进行染色(iOS暂不支持透明度)

类型 必需 支持平台
color All

visibility

类型 必需 支持平台
enum(‘visible’[default], ‘hidden’) iOS(2.9.0)