样式-动态设置

<template>
    <div>
<h3>style的使用</h3>
<div style="width:300px; height:200px;margin:10px auto;" :style="{backgroundColor:bgColor,fontSize:fSize}">样式可以是字符串</div>
    </div>
</template>
<script>

export default{
    name:"ClassAndStyle2",
    data(){
        return {
         bgColor:"yellow",
fSize:"10px",

        }
    }
}
</script>
<style scoped>
</style>

  

posted @ 2020-11-01 13:22  三号小玩家  阅读(139)  评论(0)    收藏  举报
Title
三号小玩家的 Mail: 17612457115@163.com, 联系QQ: 1359720840 微信: QQ1359720840