mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-24 02:16:12 +08:00
feat(cli): update nav style
This commit is contained in:
parent
c2d5a18f59
commit
706b8cf662
@ -120,11 +120,11 @@ export default {
|
|||||||
&__item {
|
&__item {
|
||||||
a {
|
a {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0;
|
margin: 8px 0;
|
||||||
padding: 8px 0 8px @van-doc-padding;
|
padding: 8px 0 8px @van-doc-padding;
|
||||||
color: #455a64;
|
color: #455a64;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 28px;
|
line-height: 20px;
|
||||||
transition: color 0.2s;
|
transition: color 0.2s;
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
@ -133,8 +133,9 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
background-color: fade(@van-doc-green, 8);
|
font-weight: 600;
|
||||||
border-radius: 8px;
|
background-color: #ebfff0;
|
||||||
|
border-radius: 999px;
|
||||||
}
|
}
|
||||||
|
|
||||||
span {
|
span {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user