应用场景:小程序中分享页面、上传头像操作不需要显示button属性
代码部分:
html部分:
<view class="jv-items dis-clm">
<button class="dis-clm" open-type="share">
<label><image src="https://20241128mingpian.zgpark.cn/wximg/fx.png"></image></label>
<text>分享名片</text>
</button>
</view>
css部分:
.jv-items button{width: 100%;font-size: 24rpx;text-align:center;margin: 0rpx;padding: 0rpx;background-color: #ffffff;
display: block;height: auto;}
.jv-items button::after{border: none;background-color: none;margin: 0rpx;padding: 0rpx;}
上一篇:
小程序图片预览
下一篇:
小程序把电话添加到通讯录中