@{ 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>