monkDetail页面优化
This commit is contained in:
parent
c67c2e14b8
commit
980e4b1ec6
|
|
@ -248,12 +248,22 @@ export default {
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
position: relative;
|
position: relative;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
/* 移除点击反馈效果 */
|
||||||
|
-webkit-tap-highlight-color: transparent;
|
||||||
|
-webkit-touch-callout: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-tab.active {
|
.nav-tab.active {
|
||||||
color: #695347;
|
color: #695347;
|
||||||
background-color: rgba(105, 83, 71, 0.1);
|
//background-color: rgba(105, 83, 71, 0.1);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
/* 移除点击反馈效果 */
|
||||||
|
-webkit-tap-highlight-color: transparent;
|
||||||
|
-webkit-touch-callout: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-tab.active::after {
|
.nav-tab.active::after {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user