Commit af8bea73 by libai

测试

parent 44e4cf93
...@@ -1259,7 +1259,7 @@ ...@@ -1259,7 +1259,7 @@
background: #FDEBF9; background: #FDEBF9;
display: none; display: none;
height: 0.7rem; height: 0.7rem;
width: 3.3rem; width: 2.3rem;
line-height: 0.7rem; line-height: 0.7rem;
font-size: 0.35rem; font-size: 0.35rem;
color: #EE2781; color: #EE2781;
...@@ -1361,3 +1361,10 @@ ...@@ -1361,3 +1361,10 @@
top: 0; top: 0;
left: 0; left: 0;
} }
.exc-name-tips {
font-size: 0.3rem;
color: #333;
position: absolute;
top: 1.4rem;
left: 0.5rem;
}
...@@ -1294,7 +1294,7 @@ ...@@ -1294,7 +1294,7 @@
background: #FDEBF9; background: #FDEBF9;
display: none; display: none;
height: 0.7rem; height: 0.7rem;
width: 3.3rem; width: 2.3rem;
line-height: 0.7rem; line-height: 0.7rem;
font-size: 0.35rem; font-size: 0.35rem;
color: #EE2781; color: #EE2781;
...@@ -1396,3 +1396,10 @@ ...@@ -1396,3 +1396,10 @@
left: 0; left: 0;
} }
} }
.exc-name-tips{
font-size: 0.3rem;
color: #333;
position: absolute;
top: 1.4rem;
left: 0.5rem;
}
\ No newline at end of file
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
<script src="lib/fsize.js"></script> <script src="lib/fsize.js"></script>
<link rel="stylesheet" href="css/base.css?v=2022112801"> <link rel="stylesheet" href="css/base.css?v=2022112801">
<link rel="stylesheet" href="css/layer.css"> <link rel="stylesheet" href="css/layer.css">
<link rel="stylesheet" href="css/index.css?v=2022112805"> <link rel="stylesheet" href="css/index.css?v=2022112804">
<link rel="stylesheet" href="css/login.css?v=2022112801"> <link rel="stylesheet" href="css/login.css?v=2022112801">
<link rel="manifest" href="manifest.webmanifest?v=2022112308" /> <link rel="manifest" href="manifest.webmanifest?v=2022112308" />
...@@ -679,6 +679,7 @@ $(function(){ ...@@ -679,6 +679,7 @@ $(function(){
}) })
$(".right-list-box-face").unbind("click").on("click",function(){ $(".right-list-box-face").unbind("click").on("click",function(){
$("body").css("background","rgb(217, 217, 217)") $("body").css("background","rgb(217, 217, 217)")
$(".top-box").hide()
$(".box1").hide() $(".box1").hide()
$(".box2").hide() $(".box2").hide()
$(".box4").hide() $(".box4").hide()
......
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
<link rel="manifest" href="../manifest.webmanifest?v=2022112308" /> <link rel="manifest" href="../manifest.webmanifest?v=2022112308" />
<script src="https://accounts.google.com/gsi/client" async defer></script> <script src="https://accounts.google.com/gsi/client" async defer></script>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js"></script> <script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js"></script>
<script src="../lib/hello.js"></script> <script src="../lib/hello.js" async defer=""></script>
<style> <style>
.layui-layer-shade { .layui-layer-shade {
opacity: 0.7 !important; opacity: 0.7 !important;
......
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