3,389
个编辑
MCBBS Wiki欢迎您共同参与编辑!在参与编辑之前请先阅读Wiki方针。
如果在编辑的过程中遇到了什么问题,可以去讨论板提问。
为了您能够无阻碍地参与编辑 未验证/绑定过邮箱的用户,请尽快绑定/验证。
MCBBS Wiki GitHub群组已上线!
您可以在回声洞中发表吐槽!
服务器状态监控。点击进入
本站由MCBBS用户自行搭建,与MCBBS及东银河系漫游指南(北京)科技有限公司没有从属关系。点此了解 MCBBS Wiki 不是什么>>
Salt lovely(留言 | 贡献) 小 (// Edit via Wikiplus) |
Salt lovely(留言 | 贡献) 小 (.) |
||
| 第85行: | 第85行: | ||
} | } | ||
}) | }) | ||
container.appendChild(noBtn) | container.appendChild(noBtn) | ||
// 显示UI | // 显示UI | ||
container.style.opacity = '0' | |||
container.style.top = '-100%' | |||
container.style.transitionTimingFunction = 'ease-out' | |||
document.body.appendChild(container) | document.body.appendChild(container) | ||
// 调整位置 | // 调整位置 | ||
| 第93行: | 第97行: | ||
container.style.marginTop = (container.offsetHeight * -0.5) + 'px' | container.style.marginTop = (container.offsetHeight * -0.5) + 'px' | ||
container.style.opacity = '1' | container.style.opacity = '1' | ||
container.style.top = '50%' | |||
container.style.transitionTimingFunction = 'ease-in' | |||
/**移除自己 */ | /**移除自己 */ | ||
function selfRemove() { | function selfRemove() { | ||
| 第114行: | 第120行: | ||
background: #FDF6E6; | background: #FDF6E6; | ||
user-select: none; | user-select: none; | ||
transition: . | transition: .3s ease; | ||
} | } | ||
.confirmUIcontainer > center{ | .confirmUIcontainer > center{ | ||