0
我添加了一個背景圖片,它在頁面中不可見。背景圖片不可見Css
這是我的嘗試:
的CSS:
div{
background: url(http://patentimages.storage.googleapis.com/CN103289961A/CN103289961AD00172.png) no-repeat center center fixed;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
vertical-align: middle;
background-position: center;
}
謝謝你,它工作正常,但我有文字圖像,其漸漸模糊。 https://jsfiddle.net/8sjjxp0e/4/ –
當然,這種行爲是因爲當你使用背景大小的包含屬性時,它會嘗試適應這個度量,然後圖像變得模糊。 – WakeupMorning
任何工作鏈接,以擺脫模糊。 –