<div class="btn-today glow three-btn"> <span class="rb">本 <span class="rt">ben</span> </span></div>
.btn-today:active{ background: rgb(255,255,255);}
应该是 .rb:active{
background: rgb(255,255,255);
}吧
.btn-tody>span{
pointer-events: none;
}
.btn-tody>span{
pointer-events: none;
}