一 原生用法
`
style="width: 100%; margin-top: 20px"`
二 三元表达式
<a :style="{color:(index==0?arr.conFontColor:'#000')}" :href="con.subTitleHref" target="_self">{{con.subTitle}}</a>
三 函数用法
<div :style="{ height: tableRowHeight(item) }" class="tableRowCox">
{{ item.id ? item.id : "--" }}
</div>
四 变量用法
<div :style="{ height:conFontHeight}"> {{ item.id ? item.id : "--" }} </div>
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。