vue 设置背景

<span :style="{ 'background': 'url(' + aboutImg1 + ') no-repeat center center', 'background-size': '100% 100%'}">1</span>
.aboutL ul > li > span.aboutLimg {
background: url("./../../../imgWeb/搜索-下拉.png") no-repeat center center;
background-size: 100%;
}
.aboutL ul > li:hover > span.aboutLimg {
background: url("./../../../imgWeb/下拉-选择.png") no-repeat center center;
background-size: 100%;
}

posted on 2018-10-29 10:56  童彪  阅读(265)  评论(0编辑  收藏  举报

导航