* Fix the style problem of the head-down menu.

This commit is contained in:
tianshujie
2021-09-06 10:16:05 +08:00
parent 3f5dea88f3
commit 26db3d9aff
+1
View File
@@ -66,6 +66,7 @@ a.showMoreImage:hover {opacity: 1;}
.c-case-step {width: 300px;}
#userNav>li.open>a:before, #userNav>li>a:hover:before {position: absolute; bottom: 0px; left: 22%; width: 0; height: 0; content: ' '; border-color: transparent transparent #fff transparent; border-style: solid; border-width: 0 10px 10px 10px;}
#userNav .dropdown-menu:hover:before {position: absolute; top: -9px; right: 17%; width: 0; height: 0; content: ' '; border-color: transparent transparent #fff transparent; border-style: solid; border-width: 0 10px 10px 10px;}
#userNav .dropdown-menu .dropdown-menu:hover:before {content: none;}
#userNav .dropdown-menu, #userNav .create-list {margin-right: -15px !important; border-top: 0px;}
#userNav .dropdown-menu .dropdown-submenu>ul {margin-right: 0px !important;}
#userNav .create-list:hover:before {right: 21.5% !important;}