diff --git a/pages/monk/monkDetail.vue b/pages/monk/monkDetail.vue index a77c36a..f985c35 100644 --- a/pages/monk/monkDetail.vue +++ b/pages/monk/monkDetail.vue @@ -248,12 +248,22 @@ export default { transition: all 0.3s ease; position: relative; cursor: pointer; + /* 移除点击反馈效果 */ + -webkit-tap-highlight-color: transparent; + -webkit-touch-callout: none; + -webkit-user-select: none; + user-select: none; } .nav-tab.active { color: #695347; - background-color: rgba(105, 83, 71, 0.1); + //background-color: rgba(105, 83, 71, 0.1); font-weight: bold; + /* 移除点击反馈效果 */ + -webkit-tap-highlight-color: transparent; + -webkit-touch-callout: none; + -webkit-user-select: none; + user-select: none; } .nav-tab.active::after {