monkDetail页面优化

This commit is contained in:
minimaxagent1 2025-07-31 09:59:20 +08:00
parent c67c2e14b8
commit 980e4b1ec6

View File

@ -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 {