This commit is contained in:
make
2025-12-31 00:49:32 +08:00
parent ae57b68f99
commit eb8c097777
709 changed files with 39727 additions and 1041 deletions

View File

@@ -0,0 +1,24 @@
/* head_68.css */
.__PFX__-h68-slice{
display:grid;
grid-template-columns:40% 60%;
border-bottom:1px solid var(--border-color);
}
.__PFX__-h68-left{
padding:12px;
background:var(--bg-soft-color);
}
.__PFX__-h68-right{
padding:12px;
background:var(--bg-color);
}
.__PFX__-h68-brand{
font-size:18px;
font-weight:900;
}
.__PFX__-h68-right input{
width:100%;
padding:6px 10px;
border-radius:8px;
border:1px solid var(--border-color);
}