Vue 设置背景图片样式

CSS

<style>
body{
  background-image: url('./bg.jpg');
  background-size: cover;
  background-position: center;
  font: 14px/1.5 tahoma,arial,'Hiragino Sans GB','\5b8b\4f53',sans-serif;
  color: #4d4d4d;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
}
</style>

效果图

在这里插入图片描述

Logo

前往低代码交流专区

更多推荐