Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
buildbank-replica
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
姚珂
buildbank-replica
Commits
c77259d2
Commit
c77259d2
authored
Apr 29, 2026
by
何波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
活期账户页面样式修改
parent
81fcddee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
14 deletions
+37
-14
account.html
account.html
+37
-14
No files found.
account.html
View file @
c77259d2
...
...
@@ -9,7 +9,7 @@
margin
:
0
;
padding
:
0
;
box-sizing
:
border-box
;
font-family
:
"Microsoft Yahei"
,
sans-serif
;
font-family
:
\
5
b8b
\
4
f53
,
arial
,
georgia
,
verdana
,
helvetica
,
sans-serif
;
font-size
:
14px
;
}
body
{
...
...
@@ -32,22 +32,34 @@
}
/* 面包屑 */
.breadcrumb
{
background-color
:
#f5f7fa
;
padding
:
15px
20px
;
color
:
#666
;
margin
:
10px
20px
;
height
:
42px
;
background-color
:
#f4f5fb
;
border
:
1px
solid
#dfe1f2
;
line-height
:
40px
;
padding-left
:
10px
;
margin-top
:
15px
;
font-size
:
14px
;
color
:
#2C2C2C
;
}
.breadcrumb_item
{
font-weight
:
bold
;
}
/* 筛选与工具栏 */
.toolbar
{
display
:
flex
;
justify-content
:
space-between
;
align-items
:
center
;
padding
:
10px
20px
;
height
:
42px
;
margin-top
:
15px
;
line-height
:
42px
;
padding-left
:
10px
;
padding-right
:
11px
;
}
.toolbar
.left
{
display
:
flex
;
align-items
:
center
;
gap
:
5px
;
margin-left
:
15px
;
}
.toolbar
.right
{
display
:
flex
;
...
...
@@ -61,12 +73,23 @@
align-items
:
center
;
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
{
width
:
calc
(
100%
-
40px
)
;
margin
:
0
20px
;
border
-collapse
:
collapse
;
border
:
1px
solid
#e8e8e8
;
background
:
#FFF
;
text-align
:
center
;
border
:
1px
solid
#62a7e3
;
width
:
100%
;
}
th
{
background-color
:
#e6f4ff
;
...
...
@@ -173,7 +196,7 @@
<!-- 面包屑导航 -->
<div
class=
"breadcrumb"
>
当前位置:账户查询 > 账户信息查询 >
活期账户
当前位置:账户查询 > 账户信息查询 >
<span
class=
"breadcrumb_item"
>
活期账户
</span>
</div>
<!-- 工具栏 -->
...
...
@@ -183,9 +206,9 @@
<span>
筛选
</span>
</div>
<div
class=
"right"
>
<a
href=
"#"
><span>
↓
</span>
下载当前页
</a>
<a
href=
"#"
><span>
↓
</span>
下载全部
</a>
<a
href=
"#"
><span>
🖨️
</span>
打印
</a>
<a
href=
"#"
class=
"tableRBtn download"
>
下载当前页
</a>
<a
href=
"#"
class=
"tableRBtn download"
>
下载全部
</a>
<a
href=
"#"
class=
"tableRBtn print"
>
打印
</a>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment