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,9 @@
/* Input family */
.__PFX__-pager.pg-input{ justify-content:center; }
.__PFX__-pager.pg-input .__PFX__-pg{ align-items:center; }
.__PFX__-pager.pg-input .__PFX__-pg-a{ border-radius: 10px; }
.__PFX__-pager.pg-input .__PFX__-pg-jump{ margin-left: 12px; }
.__PFX__-pager.pg-input .__PFX__-pg-inp{ width: 76px; }
@media (max-width:560px){
.__PFX__-pager.pg-input .__PFX__-pg-jump{ width:100%; justify-content:center; margin-left:0; }
}