码迷,mamicode.com
首页 > Web开发 > 详细

css里面如何设置body背景图片满屏

时间:2018-02-25 14:30:13      阅读:270      评论:0      收藏:0      [点我收藏+]

标签:span   如何   url   idt   img   oct   nim   dex   back   

@{
    Layout = null;
    ViewBag.Title = "Login Page";
}
<!DOCTYPE html>
<html>
<head>
    <meta name="viewport" content="width=device-width" />
    <title>IndexMain</title>
    @*样式*@
    <style>
        body {
            height: 100%;width: 100%;
            background: url(../../Images/LoginIMG/LoginBackground.jpg);
            background-size:cover;
        }
    </style>
</head>
<body>
    <div> 
    </div>
</body>
</html>

 

 

css里面如何设置body背景图片满屏

标签:span   如何   url   idt   img   oct   nim   dex   back   

原文地址:https://www.cnblogs.com/XiaoRuLiang/p/8469142.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!