为什么背景图片显示不出来???

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title></title>

        
        
        
        <style type="text/css">    
    *{
            margin:0px;
            padding:0px;
            font-family:"microsoft yahei";
        }
        
        }
    html,body{
            
            background-image:url(./img/login_bg.jpg);
            background-size:100% 100%;
            height:100%;
            }
    .login{
           
            position:absolute;
            background-color:rgba(255,255,255,1);
            top:25%;
            left:60%;
            right:10%
            bottom:25%;
            border-radius:5px;        
        }
    .title{
        top: 0%;
        bottom: 76%;
        text-align: center;
        font-size: 25px;
        font-weight: bold;
        padding-top: 10px;
        box-sizing: border-box;
    }
    .title,.u,.p,.l,.tips{
            position: absolute;
            width: 100%;
            
        }
    .input{
        height:35px;
        border:0px;
        border-radius: 5px;
        width: 80%;
        padding-left:20px;
        box-sizing:border-box;
        
    }
    .uname{
        background: url(img/login_user.png) no-repeat left;
        background-color: #F2F2Fa;
    }
    .pwd{
        background: url(img/login_pwd.png) no-repeat left;
        background-color: #F2F2Fa;
    }
    .button{
        backgroud-color: #467F16;
        height: 35px;
        width: 80%;
        border: 0px;
        border-radius: 5px;
        color: #FFF;
        font-size: 16px;
    }
    
    .u{
            top: 20%;
            bottom: 60%;
            left: 10%;
        }
    .p{
            top: 40%;
            bottom: 40%;
            left: 10%;
        }
    .s{
                top:50%;
                bottom:30%;
                left:10%;
    .l{
            top: 60%;
            bottom: 20%;
            left: 10%;
        }
    .tips{
            top: 80%;
            font-size:14px;
            color:#AAAAAA;
            text-align: center;
        }
    </style>
        

浏览器里f12查看,很可能路径有问题,图片404

看你的图片路径问题。

你的目录结构呢, Image 地址对吗

路径问题,或者f12检查一下你放图片的那个盒子