This commit is contained in:
728
2023-06-01 17:33:33 +08:00
parent 9412e096c2
commit f7f516671e
2 changed files with 4 additions and 3 deletions

View File

@ -132,7 +132,7 @@ window.addEventListener("scroll", () => {
export async function load(
) {
console.log("ismism-20230412")
console.log("ismism-20230601")
console.log(`\n主义主义开发小组成员招募中\n\n发送自我介绍至网站维护邮箱或微信联系 728 万大可\n \n`)
await navpas()
window.dispatchEvent(new Event("hashchange"))

View File

@ -540,9 +540,10 @@ section.imgl img {
@media (hover: hover) {
section.imgl a:hover,
section.imgl img:hover {
z-index: 728;
transform: scale(2);
transform: scale(1.75) translateZ(-100px);
}
}