@charset "UTF-8"; .breadcrumb{ padding: 8px 0; list-style: none; background-color: #f5f5f5; border-radius: 4px; margin: 0; font-size: 12px; } .breadcrumb > li { display: inline-block; } .breadcrumb > li + li:before { padding: 0 5px; color: #ccc; font-weight: bold; content: "/"; } .breadcrumb a{ text-decoration: none; color: #6952F6; } .breadcrumb .active{ color: #1F1E1E; } .breadcrumb .active:hover { color: #1F1E1E; }