您可以为您的导航丸使用以下样式属性
.nav-pills > .active > a,.nav-pills > .active > a:hover,
.nav-pills > li > a:hover {
color: #000 !important;
background-color: transparent !important;
text-decoration: none;
font-weight: bold;
border-radius:0px;
border-bottom-width: 4px;
border-bottom-style: solid;
border-bottom-color: #FF6600;
}
.nav-pills > li > a{
border-radius:0px;
}
Run Code Online (Sandbox Code Playgroud)