布局:

<div class="middle" :style="backgroundDiv">
    <img src="./images/aibtn@3x.png" style="width: auto; height: 40px;">
</div>

数据:

data() {

    return {
        backgroundDiv: {
            backgroundImage: 'url(' + require('./images/ai1@3x.png') + ')'
        }
    }
}

样式:

.middle {
    height: 445px;
    width: 300px;
    background: no-repeat center top;
    background-size: contain;
}

 

 

 

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐