mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
modal show global
This commit is contained in:
Vendored
+32
@@ -498,3 +498,35 @@ img.hitandrun {
|
||||
.layui-layer {
|
||||
color: black;
|
||||
}
|
||||
.layer-form {
|
||||
padding: 10px 15px;
|
||||
}
|
||||
.layer-form .form-control-row input{
|
||||
padding: 4px;
|
||||
}
|
||||
.layer-form .form-control-row .label{
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
.rainbow {
|
||||
text-align: center;
|
||||
text-decoration: underline;
|
||||
/*font-size: 32px;*/
|
||||
font-family: monospace;
|
||||
/*letter-spacing: 5px;*/
|
||||
background: linear-gradient(to right, #6666ff, #0099ff , #00ff00, #ff3399, #6666ff);
|
||||
-webkit-background-clip: text;
|
||||
background-clip: text;
|
||||
color: transparent;
|
||||
animation: rainbow_animation 6s ease-in-out infinite;
|
||||
background-size: 400% 100%;
|
||||
}
|
||||
|
||||
@keyframes rainbow_animation {
|
||||
0%,100% {
|
||||
background-position: 0 0;
|
||||
}
|
||||
|
||||
50% {
|
||||
background-position: 100% 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user