.admin-login-background {
  background: url('../../image/shopback.jpg');
  height: 100%;
  width: 100%;
  background-size: cover;
}
.layui-container {
  width: 100%;
  height: 100vh;
  padding: 0;
}
.flex {
  display: flex;
}
.codeform {
  width: 260px !important;
}
.codeform .code {
  width: 180px !important;
  height: 180px !important;
}
.printer {
  cursor: pointer;
}
.footer {
  position: fixed;
  bottom: 0;
  color: white;
  text-align: center;
  width: 100%;
}
.footer a {
  color: white;
}
.codeform .newcode {
  width: auto !important;
}
.headerinfo {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 60px;
}
.headerinfo .header {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.headerinfo .header .topmenu {
  font-size: 20px;
  font-weight: bold;
  padding-right: 50px;
  padding-top: 8px;
}
.headerinfo .header .topmenu .menu {
  color: #d5dde7;
  cursor: pointer;
}
.headerinfo .header .topmenu :hover {
  color: white;
}
.headerinfo .header .logo {
  background: url('../../image/loginlogo.png');
  background-size: cover;
  height: 40px;
  width: 400px;
}
.headerinfo:hover {
  background-color: #1e79eb;
  box-shadow: 2px 2px 2px 2px #6887b188;
}
