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.
我正在尝试使用 Fotorama 并注意到箭头真的融入了我的白色容器。有没有办法改变 fotorama.png 和 fotorama@2x.png 的颜色?
另外我怎样才能使(大)图像居中?
谢谢
.fotorama, .fotorama-caption { max-width: 100%; margin-right: auto; margin-left: auto; margin-bottom: 0px; }
确保封装 fotorama 插件的所有包装器都包含
margin-right: auto; margin-left: auto; display: block;