Commit c77259d2 authored by 何波's avatar 何波

活期账户页面样式修改

parent 81fcddee
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
margin: 0; margin: 0;
padding: 0; padding: 0;
box-sizing: border-box; box-sizing: border-box;
font-family: "Microsoft Yahei", sans-serif; font-family: \5b8b\4f53, arial, georgia, verdana, helvetica, sans-serif;
font-size: 14px; font-size: 14px;
} }
body { body {
...@@ -32,22 +32,34 @@ ...@@ -32,22 +32,34 @@
} }
/* 面包屑 */ /* 面包屑 */
.breadcrumb { .breadcrumb {
background-color: #f5f7fa; height: 42px;
padding: 15px 20px; background-color: #f4f5fb;
color: #666; border: 1px solid #dfe1f2;
margin: 10px 20px; line-height: 40px;
padding-left: 10px;
margin-top: 15px;
font-size: 14px;
color: #2C2C2C;
}
.breadcrumb_item{
font-weight: bold;
} }
/* 筛选与工具栏 */ /* 筛选与工具栏 */
.toolbar { .toolbar {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
padding: 10px 20px; height: 42px;
margin-top: 15px;
line-height: 42px;
padding-left: 10px;
padding-right: 11px;
} }
.toolbar .left { .toolbar .left {
display: flex; display: flex;
align-items: center; align-items: center;
gap: 5px; gap: 5px;
margin-left: 15px;
} }
.toolbar .right { .toolbar .right {
display: flex; display: flex;
...@@ -61,12 +73,23 @@ ...@@ -61,12 +73,23 @@
align-items: center; align-items: center;
gap: 4px; gap: 4px;
} }
.tableRBtn {
padding-left: 16px;
color: #1f93d5;
cursor: pointer;
}
.download{
background: url(https://xc.b2bstatic3.ccb.com/V6/STY6/CN/images7/tableDownload.png) no-repeat left center;
}
.print{
background: url(https://xc.b2bstatic3.ccb.com/V6/STY6/CN/images7/tablePrint.png) no-repeat left center;
}
/* 表格样式 */ /* 表格样式 */
table { table {
width: calc(100% - 40px); background: #FFF;
margin: 0 20px; text-align: center;
border-collapse: collapse; border: 1px solid #62a7e3;
border: 1px solid #e8e8e8; width: 100%;
} }
th { th {
background-color: #e6f4ff; background-color: #e6f4ff;
...@@ -173,7 +196,7 @@ ...@@ -173,7 +196,7 @@
<!-- 面包屑导航 --> <!-- 面包屑导航 -->
<div class="breadcrumb"> <div class="breadcrumb">
当前位置:账户查询 > 账户信息查询 > 活期账户 当前位置:账户查询 > 账户信息查询 > <span class="breadcrumb_item">活期账户</span>
</div> </div>
<!-- 工具栏 --> <!-- 工具栏 -->
...@@ -183,9 +206,9 @@ ...@@ -183,9 +206,9 @@
<span>筛选</span> <span>筛选</span>
</div> </div>
<div class="right"> <div class="right">
<a href="#"><span></span> 下载当前页</a> <a href="#" class="tableRBtn download">下载当前页</a>
<a href="#"><span></span> 下载全部</a> <a href="#" class="tableRBtn download">下载全部</a>
<a href="#"><span>🖨️</span> 打印</a> <a href="#" class="tableRBtn print">打印</a>
</div> </div>
</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