wxml
<button ><image src="/images/宿舍订水.png"></image></button>
wxss
button{
padding: 0;
background-color: transparent; /*按钮透明*/
border:none; /*设置按钮边框*/
width: 100rpx;
height: 100rpx;
}
button image{
width: 100rpx;
height: 100rpx;
}