为什么与我写的CSS代码显示的不同?[关闭]

a64a0gku  于 2023-02-20  发布在  其他
关注(0)|答案(2)|浏览(146)

昨天关门了。
Improve this question

#wb_element_instance32 { 
    top: 0px;
    left: 0px;
    min-width: 1200px;
    width: 1200px;
    min-height: 571px;
    height: 571px;
    display: block;
    z-index: 9; 
}
#wb_element_instance32 img {
    width: 1200px;
    height: 571px;
    display: block;
    position: static;
    left: 0px;
    top: 0px;
}

我用CSS为这个对象写了这段代码:

<div class="wb_cont_inner">
    <div id="wb_element_instance32" class="wb_element wb_element_picture" data-plugin="Picture" title="">
    <img alt="" src="gallery_gen/e9a807c8fc4b718061846b1746d4d62e_1874x891.71166666667.jpg" data-original-width="1874" data-original-height="891">
</div>
<div id="wb_element_instance33" class="wb_element wb_text_element" data-plugin="TextArea" style=" line-height: normal;">
    <h2 class="wb-stl-heading2">
        <span style="color:rgba(68,69,64,1);">
            <strong>Keltaisen talon terapiatila</strong>
        </span>
    </h2>
</div>

由于某些原因,当我浏览那个页面时,图片的大小是1200X800。带有代码的文件存储在一家网络托管公司的云上。
你能告诉我为什么会这样吗?
如果我检查页面,发现浏览器有一些CSS文件,其中图片的大小设置为1200x800。否则,代码是相同的。

5t7ly7z5

5t7ly7z51#

试着让css风格更重要。然后你的风格会优先。例如:

#wb_element_instance32 img { width: 1200px; } !important
u4dcyp6a

u4dcyp6a2#

虽然你的问题是如此误解,我猜有一个扩展覆盖css和影响你的风格。
尝试使用隐身模式(Windows、Linux \Chromebook:Ctrl+Shift+N。Mac:Command+Shift+N.)打开文件,看看是否运行正常。
1.你可以点击这里找到css的源代码,注意css的名字。x1c 0d1x
1.您可以根据css名称

在网络中找到http请求
1.查找扩展名

,类似于chrome扩展名://ikhdkkncnoglghljlkmcimlnlhkeamad/normalize.css
1.打开chrome://扩展/在chrome中
1.查找扩展名
1.复制扩展名到搜索输入.

相关问题