小程式button背景顯示圖片

小谷xg發表於2018-07-23

標籤

<button class="control" open-type="share" style="background-image:url(../../resources/join_group.png)" plain="true"></button>     

對應的樣式

 .control {
      position: absolute;
      bottom: 70px;
      width: 34px;
      height: 34px;
      right: 20px;
      background-size: 34px 34px;
    }        
 button.control[plain] {
      border: 0;
    }

相關文章