增加额外的CSS
#jitheme_header_top01 .top-menu ul li.depth-0 > a .hob {
height: 4px;
border-radius: 2px;
margin-left: auto;
margin-right: auto;
text-align: center;
background: var(--b2color);
transform-origin: bottom center;
width: 20px;
bottom: 6px;
display: none;/*增加此行代码*/
}
或者在/b2Jitheme/Render/Css/header.css的第493行的CSS样式文件中增加display: none;
按照图示操作了 可是还是在啊 并且不知道为什么 我的493行和图示显示的不同