vue 背景图片 backgroundImage background-image vue的style方式绑定行内样式-background-image的方式等~

Posted sexintercourse

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vue 背景图片 backgroundImage background-image vue的style方式绑定行内样式-background-image的方式等~相关的知识,希望对你有一定的参考价值。

<template>
  <div id="app">
    <div class="y_bj" :style="y_bj"></div>
  </div>
</template>
<script>
import { Toast } from "vant";
export default {
  data() {
    return {
      y_bj: {
        backgroundImage: "url(" + require("@/assets/images/user_bj.png") + ")",
        backgroundRepeat: "no-repeat",
        backgroundSize: "100%",
        width: "100%",   
      }
    };
  },
  methods: {}
};
</script>
<style lang="scss" scoped>
.y_bj {
  width: 375px;
  height: 125px;
}
</style>

技术图片

 

如果我的内容对你有帮助,欢迎投食(dashang)。

以上是关于vue 背景图片 backgroundImage background-image vue的style方式绑定行内样式-background-image的方式等~的主要内容,如果未能解决你的问题,请参考以下文章

Vue绑定样式动态backgroundImage带参数使用asset

vue 动态绑定背景图片

vue的Http请求拦截及处理

vue-cli 关于图片头像上传压缩的插件

vue 小知识

我将如何比较 UIButton backgroundImage 标题?