: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的三种写法的主要内容,如果未能解决你的问题,请参考以下文章