Heim > Fragen und Antworten > Hauptteil
Wie im Bild gezeigt, wie entferne ich den unteren Rand von Abschnitt 2?
Ein Beispiel finden Sie hier: http://jsfiddle.net/996Bw/.
Lösung. Danke.
天蓬老师2017-06-21 10:14:39
.nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus {
color: #555555;
background-color: #ffffff;
border: 1px solid #ddd;
border-bottom-color: transparent;
cursor: default;
}
CSS里把active标签的border-bottom-color设置为了透明transparent