Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以将 Lytebox (http://lytebox.com/) 设置为在屏幕中心(中间中间)而不是顶部中心打开?
在样式表中添加类似的东西#lbMain { top: 25% !important; }应该可以做到。玩弄 % 值以将其放在您想要的位置。它不会是死点,但你可以靠近。
#lbMain { top: 25% !important; }