html頁面中嵌入含有二維碼的圖片長按識別問題

問題描述:css

這是一張圖片,須要長按二維碼部分識別。html

div:微信

<div class="img-bottom">></div>

樣式:微信開發

.img-back{
    	width: 100%;
    	top:15px;
    	position: relative;
  		height: 180px;
  		background: url(images/tactus.jpg);
  		background-repeat: no-repeat;
  		background-size: 100% 100%;
    }

我這是將圖片當作背景來作的,可是並無效果,長按住二維碼部分不能跳出 微信識別二維碼的菜單。url

正確的方式是要放在img組件中:code

 <div><img src="images/cont_but.gif"  class="img-bottom"></img></div>

這樣就好了。。。htm

但願對那些粗心的人有幫助。。。圖片

關注微信開發,歡迎加好有交流:開發

      qq羣: 175677844it

       微信:

相關文章
相關標籤/搜索