无他,添加伪类最靠谱
/*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 ⊙▽⊙
无他,添加伪类最靠谱
/*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 ⊙▽⊙
本文标题:css扩大点击区域
本文链接:https://www.haomeiwen.com/subject/keypwctx.html
网友评论