布局: <div class="middle" :style="backgroundDiv"> <img src="https://blog.csdn.net/hhbbeijing/article/details/images/aibtn@3x.png" style="width: auto; height: 40px;"> </div> 数据: data() { return { backgroundDiv: { backgroundImage: 'url(' + require('https://blog.csdn.net/hhbbeijing/article/details/images/ai1@3x.png') + ')' } } } 样式: .middle { height: 445px; width: 300px; background: no-repeat center top; background-size: contain; }
(责任编辑:蚂蚁团队) |