submit: time
parent
92a2d2975c
commit
c039d16d1f
|
|
@ -709,9 +709,10 @@
|
||||||
}
|
}
|
||||||
.lock-screen .time .hhmmss,
|
.lock-screen .time .hhmmss,
|
||||||
.lock-screen .time .yyyymmdd,
|
.lock-screen .time .yyyymmdd,
|
||||||
|
.lock-screen .quit .layui-icon,
|
||||||
.lock-screen .lock-content p[lock='lock']{
|
.lock-screen .lock-content p[lock='lock']{
|
||||||
color: transparent;
|
color: transparent;
|
||||||
background: linear-gradient(to bottom right, blue, white);
|
background: linear-gradient(to bottom right, #1E9FFF, #6086ff);
|
||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
}
|
}
|
||||||
.lock-screen .time .hhmmss {
|
.lock-screen .time .hhmmss {
|
||||||
|
|
@ -738,11 +739,10 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
height: 64px;
|
height: 64px;
|
||||||
line-height: 64px;
|
line-height: 64px;
|
||||||
color: transparent;
|
/*color: transparent;
|
||||||
background: linear-gradient(to bottom right, red, yellow);
|
background: linear-gradient(to bottom right, red, yellow);
|
||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;*/
|
||||||
font-weight: bolder;
|
font-weight: bolder;
|
||||||
text-shadow: 0 0 10px rgba(255, 63, 68, 0.5);
|
|
||||||
}
|
}
|
||||||
.lock-screen .quit:hover{
|
.lock-screen .quit:hover{
|
||||||
transform: scale(1.3);
|
transform: scale(1.3);
|
||||||
|
|
@ -833,7 +833,7 @@
|
||||||
@keyframes lock-cursor {
|
@keyframes lock-cursor {
|
||||||
0% {
|
0% {
|
||||||
color: transparent;
|
color: transparent;
|
||||||
background: linear-gradient(to bottom right, blue, white);
|
background: linear-gradient(to bottom right, #1E9FFF, #6086ff);
|
||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
}
|
}
|
||||||
25% {
|
25% {
|
||||||
|
|
@ -842,7 +842,7 @@
|
||||||
}
|
}
|
||||||
50% {
|
50% {
|
||||||
color: transparent;
|
color: transparent;
|
||||||
background: linear-gradient(to bottom right, blue, white);
|
background: linear-gradient(to bottom right, #1E9FFF, #6086ff);
|
||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
}
|
}
|
||||||
75% {
|
75% {
|
||||||
|
|
@ -851,7 +851,7 @@
|
||||||
}
|
}
|
||||||
100% {
|
100% {
|
||||||
color: transparent;
|
color: transparent;
|
||||||
background: linear-gradient(to bottom right, blue, white);
|
background: linear-gradient(to bottom right, #1E9FFF, #6086ff);
|
||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -203,7 +203,7 @@
|
||||||
type="button"
|
type="button"
|
||||||
lay-submit
|
lay-submit
|
||||||
lay-filter="lockSubmit"
|
lay-filter="lockSubmit"
|
||||||
class="layui-btn layui-btn-lg layui-btn-normal">确定</button>
|
class="layui-btn lock-btn layui-btn-lg layui-btn-normal">确定</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue