位置:首页 » 文章/教程分享 » 小程序button背景显示图片

小程序也可以在button背景显示图片,请看本文介绍的方法,大家一起试试吧。

标签:

<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;
    }