css扩大点击区域
2019-11-27 本文已影响0人
浪浪山小妖_
无他,添加伪类最靠谱
/*top bottom left right上下左右延伸量*/
.tabBtnWrap .tabBtn::before{
content: '';
position: absolute;
top: -20rpx;
bottom: -20rpx;
left: 0;
right: 0;
background:rgba(0, 0, 0, 0.5);
}
--by Affandi ⊙▽⊙