为某个控件添加按下的颜色 在 .wxss 文件添加 .jz_hover { background-color: lightgray; } 在需要添加按下样式的控件添加 hover-class=‘jz_hover’ 。如果没有变化,那么可能是 style 里面设置了背景色,需要把 style 里面的背景色设置放到 class 里面去。