:style的三种写法

Posted mrtager

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了:style的三种写法相关的知识,希望对你有一定的参考价值。

    
<p :style="{fontFamily:arr.conFontFamily,color:arr.conFontColor,backgroundColor:arr.conBgColor}">{{con.title}}</p>

<a :style="{color:(index==0?arr.conFontColor:‘#000‘)}" :href="con.subTitleHref" target="_self">{{con.subTitle}}</a>

<p :style="{fontFamily:arr.conFontFamily,fontSize:(arr.conFontSize!=0.36?arr.conFontSize+arr.conFontUnit:‘‘),color:arr.conFontColor,backgroundColor:arr.conBgColor}">{{con.title}}</p>

 

以上是关于:style的三种写法的主要内容,如果未能解决你的问题,请参考以下文章

Python 判断变量是否是 None 的三种写法

Excel vba引用工作表的三种写法

同一个逻辑的三种写法

1.0 listview的adapter中getview的三种写法

Go语言中for的三种写法

vue:传参的三种方式以及props的三种写法以及传参的注意事项