小编Seb*_*Tam的帖子

列表项下的项目符号

正如你在图片中看到的那样,列表项"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)

有人可以帮助我吗?

html css

6
推荐指数
1
解决办法
91
查看次数

标签 统计

css ×1

html ×1