<button open-type="getPhoneNumber" @getphonenumber="getPhoneNumber" class="login-but"> <view class="column-me column-center row-center"> <image src="../static/img/btn_wxdl.png" mode="aspectFit" class="width90 height90 margin-bottom20"> </image> <view class="font-size24 color222">微信登录</view> </view> </button>
使用伪元素移除after
.login-but { width: 180rpx; // height: 1rpx; // padding: 0; background-color: none !important; background: none !important; border: none !important; &::after { border: none; } }