如何固定登录容器?

时间:2019-07-17 08:40:45

标签: html css

以下是示例的链接:https://imgur.com/a/sN2lwDK

和它的css:

.login-container {
  position: fixed;
  height: 100%;
  width: 100%;
  background: url("../../storage/assets/nave.jpeg") no-repeat center center fixed;
  background-size: cover;
  .login-form {
    left: 0;
    right: 0;
    width: 520px;
    max-width: 100%;
    padding: 35px 35px 15px 35px;
    margin: 305px auto;
    background-color:white;
    height: auto;
    position: fixed;
    border-radius: 4px;
  }
  }

当我尝试放大图像时,图像保持固定,但是形式一直在下降,这是预期的行为吗?

0 个答案:

没有答案