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.
我知道这是一个简单的操作,但我似乎找不到要调整代码的内容。
我只是想让灯箱的上边距更靠近浏览器窗口的顶部(只需轻推 10-20 像素)。
使用开发工具后,我可以在 jquery-lightbox div 上执行此操作:
element.style { top: 46.9px; left: 0px; }
我在哪里更改代码?它不在灯箱 css 中,所以我假设它在 .js 中,但我要改变什么?
谢谢,J