style: refine Baihua login logo plate
This commit is contained in:
parent
e90d296047
commit
442713b4ef
@ -14563,8 +14563,16 @@ body .login-production-layout .login-logo {
|
|||||||
border-radius: 14px;
|
border-radius: 14px;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
object-position: center;
|
object-position: center;
|
||||||
background: rgba(255, 255, 255, 0.94);
|
background:
|
||||||
box-shadow: 0 12px 32px rgba(2, 6, 23, 0.28);
|
radial-gradient(circle at 18% 18%, rgba(232, 247, 255, 0.54), transparent 34%),
|
||||||
|
linear-gradient(135deg, rgba(181, 220, 239, 0.76), rgba(78, 128, 157, 0.46) 52%, rgba(12, 35, 55, 0.64)),
|
||||||
|
rgba(15, 38, 58, 0.58);
|
||||||
|
box-shadow:
|
||||||
|
inset 0 1px 0 rgba(255, 255, 255, 0.42),
|
||||||
|
inset 0 -12px 26px rgba(3, 13, 24, 0.2),
|
||||||
|
0 12px 30px rgba(2, 6, 23, 0.28),
|
||||||
|
0 0 0 1px rgba(77, 174, 221, 0.22);
|
||||||
|
backdrop-filter: blur(10px) saturate(138%);
|
||||||
}
|
}
|
||||||
|
|
||||||
body .login-line-brand span {
|
body .login-line-brand span {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user