提交 e70f25df authored 作者: 133's avatar 133

[用户 退役 ] test

上级 23d56d3d
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
body,
html {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
}
.login {
width: 100%;
height: 100%;
background: url(./img/logImg.png);
background-size: 100% 100%;
margin: 0;
padding: 0;
padding-top: 80px;
box-sizing: border-box;
overflow: hidden;
}
.loginBox {
width: 80%;
height: 70%;
background: rgba(32, 32, 32, 0.8);
margin: auto;
margin-top: 100px;
position: relative;
text-align: center;
padding-top: 50px;
box-sizing: border-box;
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
}
.loginActive p {
font-size: 32px;
color: #b7221e;
font-family: "Regular";
}
.userLogin,
.fingerLogin {
cursor: pointer;
}
.userLogin,
.fingerLogin p {
color: #fff;
font-size: 32px;
font-family: "Regular";
margin-top: 30px;
}
.userLogin .loginBtn,
.fingerLogin .loginBtn {
background: none;
border: 1px solid rgba(255, 255, 255, 0.6);
}
.fingerLogin .loginBtn {
width: 240px;
height: 66px;
}
.userLogin,
.fingerLogin {
width: 50%;
height: 100%;
text-align: center;
}
.fingerLogin img {
width: 199px;
height: 140px;
margin: auto;
margin-top: 109px;
display: block;
}
.loginActive {
width: 46%;
height: 670px;
position: absolute;
background: #fff;
top: -40px;
right: 30px;
border-radius: 20px;
padding-top: 118px;
box-sizing: border-box;
transition: all 0.8s;
}
.moveToFinger {
transition: all 0.8s;
width: 46%;
height: 670px;
position: absolute;
background: #fff;
top: -40px;
right: 50%;
border-radius: 20px;
padding-top: 118px;
box-sizing: border-box;
}
.loginActive input,
.userLogin input,
.NumNouser {
border-radius: 10px;
}
.fignerActive {
width: 100%;
height: 100%;
}
.fignerActive img {
widows: 244%;
height: 244px;
margin-top: 98px;
}
.userNum,
.password,
.NumNouser,
.passNouser {
width: 380px;
height: 58px;
border-radius: 2px;
border: 1px solid #787878;
font-size: 21px;
margin-top: 50px;
text-indent: 70px;
color: #a4a4a4;
outline: none;
font-family: "Regular";
}
.loginActive input:focus {
border: 1px solid #e61515;
}
.userNum,
.NumNouser {
background: url(./img/user.png) no-repeat 15px 50%;
background-size: 22px 22px;
}
.password,
.passNouser {
background: url(./img/pwd.png) no-repeat 15px 50%;
background-size: 22px 22px;
}
input::-webkit-input-placeholder {
color: #b5b5b5;
}
input::-moz-placeholder {
color: #b5b5b5;
}
.loginBtn {
width: 300px;
height: 66px;
border-radius: 33px !important;
background: #bf2217;
color: #fff;
margin: 60px auto;
font-size: 26px;
outline: none;
border: none;
cursor: pointer;
}
.userActive {
width: 100%;
height: 100%;
}
.userActive p {
margin-bottom: 20px;
}
.login .line {
height: 22px;
width: 2px;
background: #a4a4a4;
position: relative;
display: inline-block;
left: 55px;
top: 3px;
}
.shadow {
width: 580px;
height: 2px;
border-radius: 60%;
background: rgba(0, 0, 0, 0);
box-shadow: 20px 20px 20px 20px rgba(0, 0, 0, 0.2);
margin-top: 50px;
}
.comp {
font-size: 16px;
color: rgba(255, 255, 255, 0.6);
position: absolute;
bottom: 20px;
left: 830px;
}
.visiable {
display: none;
}
.loginTitle {
width: 761px;
height: 63px;
display: block;
margin: auto;
}
.userActive .userNum,
.userActive .password {
color: #000;
}
.NumNouser,
.passNouser {
display: inline-block;
border-radius: 10px;
text-align: left;
line-height: 60px;
}
.download {
position: absolute;
right: 50px;
bottom: 30px;
}
.download1 {
margin-right: 60px;
color: #fff;
}
.download2 {
color: #fff;
}
.downBtn {
width: 200px;
height: 200px;
background: url('./img/firefox.png');
background-size: cover;
color: #fff;
border: none;
user-select: none;
cursor: pointer;
text-align: center;
line-height: 400px;
font-family: "PuHuiTi-Medium";
font-size: 18px;
color: 18px;
border-radius: 2px;
/* box-shadow: 0px 5px 10px -6px #ed6c2d; */
outline: none;
}
.downBtn:nth-child(1) {
margin-right: 150px;
}
.downBtn:nth-child(2) {
margin-left: 150px;
}
.pInfo{
left: 35%;
color: #fff;
font-size: 20px;
position: absolute;
bottom: 0;
}
</style>
</head>
<body>
<div class="login">
<div class="loginBox" style="position: relative;">
<div class="downBtn" id="btn1">32位安装包</div>
<div class="downBtn" id="btn2">64位安装包</div>
<p class="pInfo">注:当前浏览器版本不支持,请下载以上版本的浏览器</p>
</div>
</div>
<script>
let btn1 = document.querySelector('#btn1');
let btn2 = document.querySelector('#btn2');
btn1.onclick = function () {
// window.open('http://10.153.4.11:8088/equip/file/llq/32.exe')
window.open('http://10.153.4.11:8088/equip/file/llq/32.exe');
};
btn2.onclick = function () {
window.open('http://10.153.4.11:8088/equip/file/llq/64.exe');
};
</script>
</body>
</html>
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论