diff --git a/css/okadmin.css b/css/okadmin.css
index a9031f3..3d35dd7 100644
--- a/css/okadmin.css
+++ b/css/okadmin.css
@@ -658,10 +658,10 @@
overflow-y: auto;
}
-/**锁屏样式*/
+/**==================锁屏样式 Start==================*/
.lock-screen {
position: fixed;
- z-index: 999999999;
+ z-index: 99999999;
top: 0;
left: 0;
right: 0;
@@ -718,15 +718,40 @@
letter-spacing: 5px;
}
+
+
+.lock-screen .quit{
+ position: absolute;
+ z-index: 19;
+ right: 10%;
+ bottom: 10%;
+ transition: all .5s;
+}
+.lock-screen .quit .layui-icon{
+ font-size: 64px;
+ cursor: pointer;
+ height: 64px;
+ line-height: 64px;
+ color: transparent;
+ background: linear-gradient(to bottom right, red, yellow);
+ -webkit-background-clip: text;
+ font-weight: bolder;
+ text-shadow: 0 0 10px rgba(255, 63, 68, 0.5);
+}
+.lock-screen .quit:hover{
+ transform: scale(1.3);
+ -webkit-transform: scale(1.3);
+}
+
.lock-screen .unlock {
height: 100%;
width: 100%;
- position: relative;
- z-index: 19;
+ position: absolute;
+ z-index: 9;
color: #f4f4f4;
background: transparent;
+ box-sizing: border-box;
}
-
.lock-screen .unlock tr,
.lock-screen .unlock td {
text-align: center;
@@ -743,6 +768,23 @@
letter-spacing: 5px;
font-family: '微软雅黑', '新宋体', '宋体', arial, tahoma, sans-serif;
}
+.lock-screen .lock-form{
+ position: relative;
+ bottom: 50px;
+}
+.lock-screen .lock-form .layui-form-item{
+ width: 80%;
+ max-width: 450px;
+ margin: 0 auto;
+}
+
+/**雪花*/
+.lock-screen .snowflake{
+ position: absolute;
+ z-index: 8;
+ height: 100%;
+ width: 100%;
+}
.lock-screen .lock-content p[lock='lock'] {
display: inline-block;
@@ -799,6 +841,7 @@
color: white;
}
}
+/**==================锁屏样式 End==================*/
/*
* 以下都是移动端的处理响应
diff --git a/index.html b/index.html
index 3e05a17..d29b702 100644
--- a/index.html
+++ b/index.html
@@ -168,16 +168,45 @@
|
- 最近头疼还没来得及写完
+
+
+
+
+
+
+
+
+
+ |