React Nuka旋转木马垂直对齐幻灯片

时间:2017-01-05 09:50:01

标签: javascript css reactjs carousel

我有一个带有图像幻灯片的旋转木马,但幻灯片没有垂直对齐。我通常使用flex-box来对齐项目,但由于图像现在处于嵌套结构中,所以现在不可能。有没有办法在Nuka中垂直对齐幻灯片?

<div class="container__container" style="flex-wrap: wrap; margin: 1em 0px 1.5em; display: flex; align-items: center; justify-content: center;">
<img src="https://res.cloudinary.com/universal-avenue/image/upload/c_fill,co_rgb:c0c4cb,dpr_auto,e_colorize,f_png,q_auto/v">
</div>

当我应用display:flex而不是display:block to console-list在控制台中图像变为垂直对齐

0 个答案:

没有答案