2017-06-15 58 views
0

我需要刪除該圖像形成框架和我想這代碼,但沒有奏效如何刪除圖像形成框架

.trevda-wide img { 
 
    margin-left: auto; 
 
    margin-right: auto; 
 
    display: block; 
 
    max-width: 100%; 
 
    display: none !important; 
 
}

這是該網站的鏈接 http://saledirection.com/aldfsj.html the image

+0

'display:none'也許 – mkaatman

+0

在你的問題中包含HTML;該頁面不顯示圖像。 [見截圖](http://imgur.com/pfMeBHG.png) –

+0

我試了一下,但沒有工作 –

回答

0

是你要刪除的圖片是這張圖片嗎? enter image description here

如果這樣,那麼你可以把display: none而不是display: block.trevda-wide imgenter image description here

它在這裏工作,但如果它在某種程度上沒有工作,嘗試把display:none!important;這將確保圖像顯示爲none