vue的style方式绑定行内样式-background-image的方式等~

  问题:使用vue加载图片变量,为了图片的自适应,需设置为背景图居中排布

 


    
    	
审核中 {{item.publishdate}} sss

行内样式的写法:

 

 

  • v-bind:style="{backgroundImage:'url(' + item.videopic + ')', backgroundRepeat:'no-repeat', backgroundPosition:'center center', backgroundSize: 'contain'}"
  • :style="{height: showList && carList.length > 0 ? '23rem' : '0'}"

 

 

 

你可能感兴趣的:(vue行内样式的写法,vuestyle,vue)