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

 

 

相关文章:

  • 2021-12-05
  • 2021-12-02
  • 2021-12-16
  • 2021-12-06
  • 2022-12-23
  • 2022-12-23
  • 2021-05-14
猜你喜欢
  • 2022-12-23
  • 2022-02-12
  • 2021-11-18
  • 2021-11-24
  • 2021-11-19
  • 2022-12-23
  • 2021-07-16
相关资源
相似解决方案