左右圆角实现
width: 2.48rem;
height: 0.8rem;
display: inline-block;
margin-right: 0.8rem;
background: #ab0229;
border-radius: 2.48rem;//border-radius设置成宽度的大小
color: #fff;
微信浏览器,点击a标签出现蓝色的选择框,如何去除
a{
-webkit-tap-highlight-color:rgba(255,0,0,0);
}