gpt4 book ai didi

php - 找不到用于元素编辑的 css 行

转载 作者:太空宇宙 更新时间:2023-11-04 12:30:15 25 4
gpt4 key购买 nike

我找不到特定元素宽度的 css 行代码。

元素在[链接已删除]上

我需要从“最近的庄园”部分的元素中找到宽度,并使它们适合图像的宽度,例如“特色庄园”部分的元素

解释性图像:

enter image description here

最佳答案

您应该将 html 代码中的图像标记更改为以下内容:

<img class="property-header-image" src="https://www.doctor24.ro/i/uploads/thumbs/4944285729_bfb91833eb.jpg" alt="" style="width:100%">

width:100% 允许图像扩展到全宽。

或者您可以通过 css 设置它,但是您必须将 !important 放在属性后面,以便它覆盖 html 中的内联 css。这是 CSS 代码:

div.property-header img{
width: 100% !important;
}

您可能还需要更改图像比例以使其看起来更好。

关于php - 找不到用于元素编辑的 css 行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27713995/

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