.logBg { position: absolute; z-index: 1998; width: 100%; height: 100%; background-color: rgba(0,0,0,0); display:none; } .login { position: absolute; top: 30%; left: 35%; z-index: 1999; height: 30%; width: 30%; background-color:rgba(12,48,98,0.8); border-radius: 10px; border:solid 1px aqua; } .login table { position: relative; top: 15%; left: 10%; height: 70%; width: 80%; text-align: center; font-size:1vw; color: #ffffff; } .login table tr { height: 30%; } .loginTitle { width: 30%; } .loginAdmin, .loginPass { width: 90%; height: 50%; background-color:rgba(12,48,98,0.5); border:solid 1px aqua; color:aqua; font-size:1vw; border-radius: 5px; } .btn { width: 30%; height: 60%; font-size: 18px; letter-spacing: 5px; font-family: 'Microsoft YaHei'; background-color:rgba(12,48,98,0.5); border:solid 1px aqua; color:aqua; }