This commit is contained in:
2026-02-10 14:02:36 +08:00
parent 887aa55930
commit ebdc516a55
7 changed files with 133 additions and 16 deletions

View File

@@ -596,6 +596,10 @@ video {
visibility: collapse;
}
.static {
position: static;
}
.fixed {
position: fixed;
}
@@ -644,6 +648,10 @@ video {
margin: 0.75rem;
}
.m-auto {
margin: auto;
}
.mx-auto {
margin-left: auto;
margin-right: auto;
@@ -1086,6 +1094,11 @@ video {
border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
.border-blue-300 {
--tw-border-opacity: 1;
border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.border-blue-600 {
--tw-border-opacity: 1;
border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));