正如你在图片中看到的那样,列表项"Fashion"前面有一个子弹,这只在悬停状态下显示.我的目标是将子弹放在列表项下.
这是我现在的CSS:
.top-menu-left ul li a:hover:before
{
content: "\2022";
color: inherit;
padding-right: 4px;
position: relative;
top: 1px;
}
Run Code Online (Sandbox Code Playgroud)
有人可以帮助我吗?