如何调整一个按钮的位置?用这样的属性么?
width: 186rpx;
height: 72rpx;
position: relative;
button {
padding: 0;
margin: 0;
}
.shareBtn::after {
display: none;
border: none;
这样可以把系统自带的按钮样式去掉