diff --git a/css/okadmin.css b/css/okadmin.css index 3807b5e..25694e5 100644 --- a/css/okadmin.css +++ b/css/okadmin.css @@ -709,9 +709,10 @@ } .lock-screen .time .hhmmss, .lock-screen .time .yyyymmdd, +.lock-screen .quit .layui-icon, .lock-screen .lock-content p[lock='lock']{ color: transparent; - background: linear-gradient(to bottom right, blue, white); + background: linear-gradient(to bottom right, #1E9FFF, #6086ff); -webkit-background-clip: text; } .lock-screen .time .hhmmss { @@ -738,11 +739,10 @@ cursor: pointer; height: 64px; line-height: 64px; - color: transparent; + /*color: transparent; background: linear-gradient(to bottom right, red, yellow); - -webkit-background-clip: text; + -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); @@ -833,7 +833,7 @@ @keyframes lock-cursor { 0% { color: transparent; - background: linear-gradient(to bottom right, blue, white); + background: linear-gradient(to bottom right, #1E9FFF, #6086ff); -webkit-background-clip: text; } 25% { @@ -842,7 +842,7 @@ } 50% { color: transparent; - background: linear-gradient(to bottom right, blue, white); + background: linear-gradient(to bottom right, #1E9FFF, #6086ff); -webkit-background-clip: text; } 75% { @@ -851,7 +851,7 @@ } 100% { color: transparent; - background: linear-gradient(to bottom right, blue, white); + background: linear-gradient(to bottom right, #1E9FFF, #6086ff); -webkit-background-clip: text; } } diff --git a/index.html b/index.html index d29b702..2931ef3 100644 --- a/index.html +++ b/index.html @@ -203,7 +203,7 @@ type="button" lay-submit lay-filter="lockSubmit" - class="layui-btn layui-btn-lg layui-btn-normal">确定 + class="layui-btn lock-btn layui-btn-lg layui-btn-normal">确定