From cae508050cf2f89fab8914a65fdeeb6034736520 Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Thu, 2 Aug 2018 16:17:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG=EF=BC=9A=E6=9B=B4?= =?UTF-8?q?=E6=94=B9=E5=AF=BC=E8=88=AA=E6=9D=A1=E9=97=B4=E9=9A=94=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/wwwroot/css/site.css | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/Bootstrap.Admin/wwwroot/css/site.css b/Bootstrap.Admin/wwwroot/css/site.css index ba310c74..773e2696 100644 --- a/Bootstrap.Admin/wwwroot/css/site.css +++ b/Bootstrap.Admin/wwwroot/css/site.css @@ -426,17 +426,27 @@ a, a:hover, a:focus { padding: 7.5px 10px; } - .breadcrumb > li.active { - display: inline-block; + .breadcrumb > li { + padding-right: 5px; } - .breadcrumb > li.load { - display: none; - } + .breadcrumb > li.active { + display: inline-block; + } - .breadcrumb > li > a > i { - padding-right: 6px; - } + .breadcrumb > li.load { + display: none; + } + + .breadcrumb > li > a > i { + padding-right: 6px; + } + + .breadcrumb > li + li:before { + padding: 0 5px; + color: #ccc; + content: "/\00a0"; + } .content-body { position: fixed;