gpt4 book ai didi

css - 无法使用 tailwind css 使图像响应

转载 作者:行者123 更新时间:2023-12-04 14:06:53 25 4
gpt4 key购买 nike

这是代码:)

<div>
<div class="w-full m-4 rounded-xl flex flex-wrap shadow-md border-2 place-self-center">
<div class="flex flex-1">
<img class="object-cover overflow-hidden rounded-tl-xl rounded-bl-xl" src="https://images.unsplash.com/photo-1522071820081-009f0129c71c?ixlib=rb-1.2.1&ixqx=4ciQ7zshM1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2850&q=80" alt="image">
</div>
<div class="flex flex-1 flex-col justify-evenly p-6">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-500 text-white">
<svg class="h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 4.354a4 4 0 110 5.292M15 21H3v-1a6 6 0 0112 0v1zm0 0h6v-1a6 6 0 00-9-5.197M13 7a4 4 0 11-8 0 4 4 0 018 0z" />
</svg>
</div>
<h2 class="object-cover text-gray-800 font-extrabold text-4xl">Deliver what your customers <br> want every time</h2>
<p class="text-gray-600">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries.</p>
<div class="w-96 flex justify-between">
<div>
<p class="text-purple-800 font-bold text-3xl">24/7</p>
<p class="text-gray-600">Delivery</p>
</div>
<div>
<p class="text-purple-800 font-bold text-3xl">99.9%</p>
<p class="text-gray-600">Pepperoni</p>
</div>
<div>
<p class="text-purple-800 font-bold text-3xl">100k+</p>
<p class="text-gray-600">Calories</p>
</div>
</div>
</div>
</div>
</div>

我想让我的图片响应。当我折叠屏幕尺寸时,图像也会折叠,而我想让图像和整个容器相对于屏幕尺寸缩小。

谁能帮帮我。我是顺风 CSS 的新手。

谢谢你:)

最佳答案

移除 flex-wrap 并使用 sm:flex-row flex-col 在移动屏幕上显示 flex-direction: column

您还可以将 min-w-0 添加到第二列以缩小它。

Demo

关于css - 无法使用 tailwind css 使图像响应,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67824005/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com