Commit a437762c authored by 秦垚玲's avatar 秦垚玲

fix:调整面包屑

parent 002a7a75
...@@ -38,10 +38,17 @@ ...@@ -38,10 +38,17 @@
/* 面包屑 */ /* 面包屑 */
.breadcrumb { .breadcrumb {
background-color: #f5f7fa; height: 42px;
padding: 15px 20px; background-color: #f4f5fb;
color: #666; border: 1px solid #dfe1f2;
margin: 10px 0; line-height: 40px;
padding-left: 10px;
margin: 15px 0;
font-size: 14px;
color: #2C2C2C;
}
.breadcrumb_item{
font-weight: bold;
} }
/* 查询表单 */ /* 查询表单 */
...@@ -272,7 +279,7 @@ ...@@ -272,7 +279,7 @@
<!-- 面包屑导航 --> <!-- 面包屑导航 -->
<div class="breadcrumb"> <div class="breadcrumb">
当前位置:账户查询 > 账户信息查询 > 活期账户 当前位置:账户查询 > 账户信息查询 > <span class="breadcrumb_item">活期账户</span>
</div> </div>
<!-- 查询表单 --> <!-- 查询表单 -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment