Commit 6271db7f by libai

测试

parent 03e585d4
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
eTime-- eTime--
if (eTime == 0) { if (eTime == 0) {
clearInterval(codeTime) clearInterval(codeTime)
$(".code-btn").css("background", 'linear-gradient(to right, #FAE7AC, #F7CA6A)').attr("disabled", false); $(".code-btn").css("background", 'linear-gradient(to right, #08E3DF, #1AFFFB)').attr("disabled", false);
$(".code-btn").text('获取验证码') $(".code-btn").text('获取验证码')
return; return;
} }
......
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
eTime-- eTime--
if (eTime == 0) { if (eTime == 0) {
clearInterval(codeTime) clearInterval(codeTime)
$(".code-btn").css("background", 'linear-gradient(to right, #FAE7AC, #F7CA6A)').attr("disabled", false); $(".code-btn").css("background", 'linear-gradient(to right, #08E3DF, #1AFFFB)').attr("disabled", false);
$(".code-btn").text('获取验证码') $(".code-btn").text('获取验证码')
return; return;
} }
......
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
eTime-- eTime--
if (eTime == 0) { if (eTime == 0) {
clearInterval(codeTime) clearInterval(codeTime)
$(".code-btn").css("background", 'linear-gradient(to right, #FAE7AC, #F7CA6A)').attr("disabled", false); $(".code-btn").css("background", 'linear-gradient(to right, #08E3DF, #1AFFFB)').attr("disabled", false);
$(".code-btn").text('获取验证码') $(".code-btn").text('获取验证码')
return; return;
} }
......
...@@ -33,11 +33,18 @@ ...@@ -33,11 +33,18 @@
.yourclass2 .layui-layer-content{ .yourclass2 .layui-layer-content{
border-radius: 0rem !important; border-radius: 0rem !important;
} }
.face-out{
font-size: 0.3rem;
position: absolute;
right: 0.6rem;
top: 0.4rem;
}
</style> </style>
</head> </head>
<body> <body>
<div class="bg-top"></div> <div class="bg-top"></div>
<div class="bg"> <div class="bg">
<span class="face-out">退出</span>
<div class="face-box"> <div class="face-box">
<!-- <img class="face-img" src="https://zhibocdn.lvdou66.com/comm/user/boy.png?x-oss-process=image/resize,w_80" alt=""> <!-- <img class="face-img" src="https://zhibocdn.lvdou66.com/comm/user/boy.png?x-oss-process=image/resize,w_80" alt="">
<p class=face-p1>尼莫是条鱼</p> <p class=face-p1>尼莫是条鱼</p>
...@@ -134,6 +141,11 @@ ...@@ -134,6 +141,11 @@
}, },
dataType: "JSON" dataType: "JSON"
}) })
$(".face-out").on("click",function(){
localStorage.uid='undefined'
localStorage.token='undefined'
window.location.href="login2.html"
})
$(".list-btn-ul li").eq(0).on("click",function(){ $(".list-btn-ul li").eq(0).on("click",function(){
myW=1 myW=1
$(".list-btn-ul li").eq(1).removeClass("list-li-click") $(".list-btn-ul li").eq(1).removeClass("list-li-click")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment