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
2658fd9a
Commit
2658fd9a
authored
May 08, 2026
by
何波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式调整
parent
6ed02c29
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
37 deletions
+12
-37
account_list.html
account_list.html
+12
-37
No files found.
account_list.html
View file @
2658fd9a
...
...
@@ -140,13 +140,13 @@
/* 交易明细表格 */
.tablebox
{
width
:
1145px
;
/* width: 1145px; */
overflow-x
:
auto
;
margin
:
auto
;
}
.detail-table
{
width
:
calc
(
100%
-
40px
);
/* width: calc(100% - 40px); */
border-collapse
:
collapse
;
border
:
1px
solid
#62a7e3
;
overflow
:
hidden
;
...
...
@@ -184,8 +184,10 @@
}
.toolbar-box
{
padding-left
:
10px
;
background-color
:
#f6fbf4
;
border
:
1px
solid
#e8e8e8
;
padding-bottom
:
4px
;
border-top
:
none
;
}
/* 工具栏/统计栏 */
...
...
@@ -193,8 +195,7 @@
display
:
flex
;
justify-content
:
space-between
;
align-items
:
center
;
padding
:
10px
10px
0
10px
;
background
:
#f8faf5
;
padding-right
:
10px
;
}
.toolbar-left
{
...
...
@@ -363,10 +364,7 @@
justify-content
:
space-between
;
align-items
:
center
;
height
:
42px
;
margin-top
:
15px
;
line-height
:
42px
;
padding-left
:
10px
;
padding-right
:
11px
;
}
.toolbar2
.left
{
...
...
@@ -503,7 +501,9 @@
cursor
:
pointer
;
background
:
#FFFFFF
;
}
.downloadBox
ul
li
:hover
{
font-weight
:
bold
;
}
.download
{
background
:
url(https://xc.b2bstatic3.ccb.com/V6/STY6/CN/images7/tableDownload.png)
no-repeat
left
center
;
}
...
...
@@ -838,7 +838,7 @@
<!-- 工具栏 -->
<div
class=
"toolbar2"
>
<div
class=
"toolbar-left"
>
<label><input
type=
"checkbox"
id=
"all_1"
onclick=
"selectAll(1);"
>
全选
</label>
<label><input
type=
"checkbox"
id=
"all_1"
style=
"margin-right: 5px;"
onclick=
"selectAll(1);"
>
全选
</label>
<span>
本次查询时间:20250901-20260428
</span>
</div>
<div
id=
"rightType"
>
...
...
@@ -860,7 +860,7 @@
<div
class=
"tableLBtn_active"
>
<a
href=
"#"
class=
"tableRBtn download"
>
下载全部
</a>
</div>
<div
class=
"downloadBox"
style=
"
lef
t: 0;"
>
<div
class=
"downloadBox"
style=
"
righ
t: 0;"
>
<ul>
<li
onclick=
"submitSelect('0','1')"
class=
"firstLi"
>
Txt下载
</li>
<li
onclick=
"submitSelect('0','2')"
>
Excel下载
</li>
...
...
@@ -869,31 +869,6 @@
</ul>
</div>
</div>
<div
class=
"tableLBtn_box"
>
<div
class=
"tableLBtn_active"
>
<a
href=
"#"
class=
"tableRBtn download"
>
下载其他格式
</a>
</div>
<div
class=
"downloadBox"
style=
"left: 0;"
>
<ul>
<li
class=
"firstLi"
>
网银Txt
</li>
<li>
网银Excel
</li>
<li>
网银Csv
</li>
<li>
现金Txt
</li>
<li>
现金Excel
</li>
</ul>
</div>
</div>
<div
class=
"tableLBtn_box"
>
<div
class=
"tableLBtn_active"
>
<a
href=
"#"
class=
"tableRBtn print"
>
打印
</a>
</div>
<div
class=
"downloadBox"
style=
"right: 0;"
>
<ul>
<li
onclick=
"printPage('1')"
class=
"firstLi"
>
网页打印
</li>
<li
onclick=
"printPage('2')"
>
PDF打印
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
...
...
@@ -944,7 +919,7 @@ window.addEventListener('load', () => {
},
'*'
);
});
let
table
=
document
.
getElementById
(
"resultTable"
);
table
.
style
.
width
=
"1145px"
;
//
table.style.width = "1145px";
table
.
style
.
tableLayout
=
"fixed"
;
// 关键!
let
CURRENT_ROWS
=
[];
let
CURRENT_RANGE
=
{
from
:
''
,
to
:
''
};
...
...
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