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.
嘿,我将干净的引导程序粘贴到我的主题文件夹中,但缩略图调整大小有奇怪的问题。 li调整大小奇怪:
li
看看li元素发生了什么 - 图像大小正确调整,但li宽度为 100%。
此问题仅出现在手机等小屏幕上。iPad 分辨率工作正常。
我在使用默认引导程序的移动版本上遇到了同样的问题,我做了一些小技巧。
@media (max-width: 480px) { .thumbnail { display: block; padding: 4px; line-height: 20px; border: 1px solid #ddd; width: 200px; height: 100px; margin-left: auto; margin-right: auto; } }