mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
张峰贡献处理菜单
This commit is contained in:
parent
4c1056ccab
commit
562d5bf1af
@ -53,6 +53,11 @@
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.margin-top-sm:hover {
|
||||
cursor: pointer;
|
||||
/*background-color: red;*/
|
||||
}
|
||||
|
||||
.margin-top {
|
||||
margin-top: 15px;
|
||||
}
|
||||
@ -532,6 +537,11 @@ body,
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.vc-menu-main ul li:hover {
|
||||
background-color: var(--vc-menu-main-bg-active-color);
|
||||
color: var(--vc-menu-main-active-font-color);
|
||||
}
|
||||
|
||||
.vc-menu-main ul li.title {
|
||||
color: var(--vc-menu-main-title-font-color);
|
||||
height: 60px;
|
||||
@ -549,7 +559,7 @@ body,
|
||||
background-color: var(--vc-menu-sub-bg);
|
||||
color: var(--vc-menu-sub-font-color);
|
||||
text-align: start;
|
||||
width: 160px;
|
||||
width: 110px;
|
||||
font-size: 14px;
|
||||
height: 95%;
|
||||
overflow-x: hidden;
|
||||
@ -583,6 +593,11 @@ body,
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.vc-menu-sub ul li:hover {
|
||||
background-color: var(--vc-menu-sub-bg-active-color);
|
||||
color: var(--vc-menu-sub-active-font-color);
|
||||
}
|
||||
|
||||
.vc-menu-sub ul li.sub-footer {
|
||||
background-color: var(--vc-menu-sub-footer);
|
||||
text-align: center;
|
||||
@ -648,7 +663,14 @@ body,
|
||||
display: none;
|
||||
}
|
||||
|
||||
.vc-main .breadcrumb {}
|
||||
|
||||
/*.vc-main .breadcrumb ul li:active{*/
|
||||
|
||||
|
||||
/* background-color: red;!important*/
|
||||
|
||||
|
||||
/*}*/
|
||||
|
||||
.vc-main .ibox .ibox-title {
|
||||
border-top-left-radius: 10px;
|
||||
@ -789,4 +811,8 @@ body,
|
||||
.vc-index .index-1-right-item {
|
||||
padding: 15px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
nav-link nav-link-breadcrumb active:active {
|
||||
background-color: red;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user