CSS背景图片自适应

   body{
        background-image: url("${re.contextPath}/plugin/pay/img/payResultBg.png");
        height: 100%;
        width: 100%;
        no-repeat center top;
        background-size: 100%;
        overflow: hidden;
    }

你可能感兴趣的:(HTML的常见问题)