【发布时间】:2020-07-13 07:06:09
【问题描述】:
我有几个img 标签(图像的数量可以在 1 和 3 之间变化)。我不能在它们周围添加容器,它们必须像下面这样直接放置。我希望图像并排排列,并适合包含 div 的宽度。
如何做到这一点?
<div class="woocommerce-Tabs-panel woocommerce-Tabs-panel--description panel entry-content wc-tab" id="tab-description" role="tabpanel" aria-labelledby="tab-title-description" style="display: none;">
<h2>Description</h2>
<p>Short henley made of 180 g/m2 organic cotton rib jersey.<br>
Cotton button tape and red overstitch.<br>
100% ” GOTS ” certified organic cotton.<br>
Quality garment made in Portugal.</p>
<p>All our products are pre-washed to avoid shrinking.<br>
Machine wash 30°c using Marseille soap or black soap detergent.<br>
No softener, it reduces the absorption capacity of cotton.<br>
Do not tumble dry.<br>
<img src="https://cdn.shopify.com/s/files/1/0788/7793/files/gots-logo_sw_2018-01_large.png"><br>
<img src="https://cdn.shopify.com/s/files/1/0788/7793/files/gots-logo_sw_2018-01_large.png"><br>
<img src="https://cdn.shopify.com/s/files/1/0788/7793/files/gots-logo_sw_2018-01_large.png">
</p>
</div>
【问题讨论】: