1. 程式人生 > >css裏面如何設置body背景圖片滿屏

css裏面如何設置body背景圖片滿屏

style htm name 背景 pre post view ctype height

@{
    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背景圖片滿屏