设置html背景图片属性

 #big {
            background-image: url(${basePath}/dist/img/login.png);
            background-repeat: no-repeat;
            background-position: top;
            background-attachment: fixed;
        }

        #login-body {
            left: 55%;
            position: relative;
            width: 500px;
            top: 35%;
        }
    原文作者:Jimmy胡
    原文地址: https://blog.csdn.net/weixin_44732049/article/details/112506996
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞