WXL
2024-01-26 59272d99113d2d11b1873d60653e52b49f14d757
src/views/login.vue
@@ -79,7 +79,7 @@
    </el-form>
    <!--  底部  -->
    <div class="el-login-footer">
      <span>Copyright © 2018-2022 ruoyi.vip All Rights Reserved.</span>
      <span style="color: #568FBD; font-size: 25px;">Copyright © 2018-2022 ruoyi.vip All Rights Reserved.</span>
    </div>
  </div>
</template>
@@ -194,6 +194,17 @@
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow:hidden !important;
  background-position: center center;
  /* 背景图不平铺 */
background-repeat: no-repeat;
/* 当内容高度大于图片高度时,背景图像的位置相对于viewport固定 */
background-attachment: fixed;
/* 让背景图基于容器大小伸缩 */
background-size: cover;
/* 设置背景颜色,背景图加载过程中会显示背景色 */
background-color: #464646;
  background-image: url("../assets/images/login-background.jpg");
  background-size: cover;
}