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
d3eed6cf
Commit
d3eed6cf
authored
Apr 30, 2026
by
秦垚玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:调整
parent
cb22f937
Hide whitespace changes
Inline
Side-by-side
Showing
43 changed files
with
59 additions
and
56 deletions
+59
-56
account_detail-long.html
account_detail-long.html
+2
-2
account_detail.html
account_detail.html
+2
-2
account_list.html
account_list.html
+2
-2
home.html
home.html
+38
-38
102016Y011773626178417536.jpg
images/102016Y011773626178417536.jpg
+0
-0
102016Y131772242038180089.jpg
images/102016Y131772242038180089.jpg
+0
-0
11@3x-1.png
images/11@3x-1.png
+0
-0
11@3x.png
images/11@3x.png
+0
-0
17@3x-1.png
images/17@3x-1.png
+0
-0
17@3x.png
images/17@3x.png
+0
-0
2021060913582239146.png
images/2021060913582239146.png
+0
-0
2021060913582878715.png
images/2021060913582878715.png
+0
-0
2023121523290922412.png
images/2023121523290922412.png
+0
-0
2023121523320559835.png
images/2023121523320559835.png
+0
-0
2023121523341632861.png
images/2023121523341632861.png
+0
-0
2024060308503399397.jpg
images/2024060308503399397.jpg
+0
-0
2024121618050564591.jpg
images/2024121618050564591.jpg
+0
-0
2026032017144457089.jpg
images/2026032017144457089.jpg
+0
-0
22@3x-1.png
images/22@3x-1.png
+0
-0
22@3x.png
images/22@3x.png
+0
-0
HY_logo_1.png
images/HY_logo_1.png
+0
-0
HY_logo_2.png
images/HY_logo_2.png
+0
-0
building.png
images/building.png
+0
-0
date.png
images/date.png
+0
-0
empty_tips.png
images/empty_tips.png
+0
-0
fresh.png
images/fresh.png
+0
-0
index_title_box.gif
images/index_title_box.gif
+0
-0
menu13_pic.png
images/menu13_pic.png
+0
-0
menu14_pic.png
images/menu14_pic.png
+0
-0
menu16_pic.png
images/menu16_pic.png
+0
-0
menu1_pic.png
images/menu1_pic.png
+0
-0
menu3_pic.png
images/menu3_pic.png
+0
-0
menu5_pic.png
images/menu5_pic.png
+0
-0
mob_drain_07.png
images/mob_drain_07.png
+0
-0
right.png
images/right.png
+0
-0
search.png
images/search.png
+0
-0
set_icon.png
images/set_icon.png
+0
-0
tableDownload.png
images/tableDownload.png
+0
-0
turn.png
images/turn.png
+0
-0
view_close.png
images/view_close.png
+0
-0
view_open.png
images/view_open.png
+0
-0
ywzq_yun_01.png
images/ywzq_yun_01.png
+0
-0
index.html
index.html
+15
-12
No files found.
account_detail-long.html
View file @
d3eed6cf
...
...
@@ -269,12 +269,12 @@
<label
class=
"form-label"
><span
class=
"required"
>
*
</span>
起止日期:
</label>
<input
type=
"text"
id=
"dateFrom"
class=
"form-input small x-small"
name=
"dateFrom"
>
<div
class=
"date-picker"
id=
"sDate"
>
<img
class=
"dateimg"
src=
"/imag
se
/date.png"
alt=
""
/>
<img
class=
"dateimg"
src=
"/imag
es
/date.png"
alt=
""
/>
</div>
<span>
-
</span>
<input
type=
"text"
id=
"dateTo"
class=
"form-input small x-small"
name=
"dateTo"
>
<div
class=
"date-picker"
id=
"eDate"
>
<img
class=
"dateimg"
src=
"/imag
se
/date.png"
alt=
""
/>
<img
class=
"dateimg"
src=
"/imag
es
/date.png"
alt=
""
/>
<!-- <input class="date-input dateTo" type="date" /> -->
</div>
<div
class=
"radio-group"
>
...
...
account_detail.html
View file @
d3eed6cf
...
...
@@ -269,12 +269,12 @@
<label
class=
"form-label"
><span
class=
"required"
>
*
</span>
起止日期:
</label>
<input
type=
"text"
id=
"dateFrom"
class=
"form-input small x-small"
name=
"dateFrom"
>
<div
class=
"date-picker"
id=
"sDate"
>
<img
class=
"dateimg"
src=
"
/imagse
/date.png"
alt=
""
/>
<img
class=
"dateimg"
src=
"
./images
/date.png"
alt=
""
/>
</div>
<span>
-
</span>
<input
type=
"text"
id=
"dateTo"
class=
"form-input small x-small"
name=
"dateTo"
>
<div
class=
"date-picker"
id=
"eDate"
>
<img
class=
"dateimg"
src=
"
/imagse
/date.png"
alt=
""
/>
<img
class=
"dateimg"
src=
"
./images
/date.png"
alt=
""
/>
<!-- <input class="date-input dateTo" type="date" /> -->
</div>
<div
class=
"radio-group"
>
...
...
account_list.html
View file @
d3eed6cf
...
...
@@ -567,8 +567,8 @@
<span>
本次查询时间:20250901-20260428
</span>
</div>
<div
class=
"toolbar-right"
>
<a
href=
"#"
><img
src=
"/imag
se
/tableDownload.png"
alt=
""
>
下载当前页
</a>
<a
href=
"#"
><img
src=
"/imag
se
/tableDownload.png"
alt=
""
>
下载全部
</a>
<a
href=
"#"
><img
src=
"/imag
es
/tableDownload.png"
alt=
""
>
下载当前页
</a>
<a
href=
"#"
><img
src=
"/imag
es
/tableDownload.png"
alt=
""
>
下载全部
</a>
</div>
</div>
...
...
home.html
View file @
d3eed6cf
...
...
@@ -120,7 +120,7 @@
.func-header
.setting-btn
.set-icon
{
width
:
14px
;
height
:
14px
;
background-image
:
url(./imag
se
/set_icon.png)
;
background-image
:
url(./imag
es
/set_icon.png)
;
background-size
:
cover
;
float
:
left
;
margin-top
:
7px
;
...
...
@@ -329,7 +329,7 @@
.fresh-icon
{
margin-left
:
40px
;
background-image
:
url(./imag
se
/fresh.png)
;
background-image
:
url(./imag
es
/fresh.png)
;
width
:
12px
;
height
:
12px
;
background-size
:
100%
100%
;
...
...
@@ -398,7 +398,7 @@
cursor
:
pointer
;
}
.search_icon
{
background-image
:
url(./imag
se
/search.png)
;
background-image
:
url(./imag
es
/search.png)
;
width
:
12px
;
height
:
12px
;
background-size
:
100%
100%
;
...
...
@@ -433,7 +433,7 @@
color
:
#666
;
}
.view_open
{
background
:
url(./imag
se
/view_open.png)
no-repeat
;
background
:
url(./imag
es
/view_open.png)
no-repeat
;
width
:
16px
;
height
:
10px
;
display
:
inline-block
;
...
...
@@ -441,7 +441,7 @@
display
:
none
;
}
.view_close
{
background
:
url(./imag
se
/view_close.png)
no-repeat
;
background
:
url(./imag
es
/view_close.png)
no-repeat
;
width
:
16px
;
height
:
10px
;
display
:
inline-block
;
...
...
@@ -456,7 +456,7 @@
float
:
left
;
}
.info-icon
{
background
:
url(./imag
se
/right.png)
no-repeat
;
background
:
url(./imag
es
/right.png)
no-repeat
;
width
:
14px
;
height
:
14px
;
float
:
left
;
...
...
@@ -505,7 +505,7 @@
border-bottom
:
1px
solid
#1F93D5
;
}
#biz-tab-1-img
{
background
:
url(./imag
se
/HY_logo_2.png)
no-repeat
;
background
:
url(./imag
es
/HY_logo_2.png)
no-repeat
;
font-size
:
16px
;
display
:
inline-block
;
width
:
17px
;
...
...
@@ -513,7 +513,7 @@
zoom
:
1
;
}
#biz-tab-img-1
{
background
:
url(./imag
se
/HY_logo_2.png)
no-repeat
;
background
:
url(./imag
es
/HY_logo_2.png)
no-repeat
;
font-size
:
16px
;
display
:
inline-block
;
width
:
17px
;
...
...
@@ -521,7 +521,7 @@
zoom
:
1
;
}
#biz-tab-img-2
{
background
:
url(./imag
se
/17@3x-1.png)
no-repeat
;
background
:
url(./imag
es
/17@3x-1.png)
no-repeat
;
font-size
:
16px
;
display
:
inline-block
;
width
:
17px
;
...
...
@@ -529,7 +529,7 @@
zoom
:
1
;
}
#biz-tab-img-3
{
background
:
url(./imag
se
/11@3x-1.png)
no-repeat
;
background
:
url(./imag
es
/11@3x-1.png)
no-repeat
;
font-size
:
16px
;
display
:
inline-block
;
width
:
17px
;
...
...
@@ -537,7 +537,7 @@
zoom
:
1
;
}
#biz-tab-img-4
{
background
:
url(./imag
se
/22@3x-1.png)
no-repeat
;
background
:
url(./imag
es
/22@3x-1.png)
no-repeat
;
font-size
:
16px
;
display
:
inline-block
;
width
:
17px
;
...
...
@@ -600,7 +600,7 @@
font-size
:
22px
;
font-weight
:
bold
;
position
:
relative
;
background-image
:
url("./imag
se
/102016Y011773626178417536.jpg")
;
background-image
:
url("./imag
es
/102016Y011773626178417536.jpg")
;
background-repeat
:
no-repeat
;
background-size
:
100%
100%
;
...
...
@@ -655,7 +655,7 @@
<div
class=
"func-grid"
>
<div
class=
"func-item"
onclick=
"onAccount()"
>
<div
class=
"func-icon"
>
<img
src=
"./imag
se
/menu16_pic.png"
alt=
""
style=
"width: 40px;height: 40px;"
>
<img
src=
"./imag
es
/menu16_pic.png"
alt=
""
style=
"width: 40px;height: 40px;"
>
</div>
<span
class=
"func-text"
>
活期账户
<br>
<span
class=
"func-text2"
>
账户查询
</span>
...
...
@@ -663,7 +663,7 @@
</div>
<div
class=
"func-item"
onclick=
"onAccount()"
>
<div
class=
"func-icon"
>
<img
src=
"./imag
se
/menu13_pic.png"
alt=
""
style=
"width: 40px;height: 40px;"
>
<img
src=
"./imag
es
/menu13_pic.png"
alt=
""
style=
"width: 40px;height: 40px;"
>
</div>
<span
class=
"func-text"
>
按笔审批
<br>
<span
class=
"func-text2"
>
转账业务
</span>
...
...
@@ -671,7 +671,7 @@
</div>
<div
class=
"func-item"
onclick=
"onAccount()"
>
<div
class=
"func-icon"
>
<img
src=
"./imag
se
/menu5_pic.png"
alt=
""
style=
"width: 40px;height: 40px;"
>
<img
src=
"./imag
es
/menu5_pic.png"
alt=
""
style=
"width: 40px;height: 40px;"
>
</div>
<span
class=
"func-text"
>
待办业务
<br>
<span
class=
"func-text2"
>
服务管理
</span>
...
...
@@ -679,7 +679,7 @@
</div>
<div
class=
"func-item"
onclick=
"onAccount()"
>
<div
class=
"func-icon"
>
<img
src=
"./imag
se
/menu1_pic.png"
alt=
""
style=
"width: 40px;height: 40px;"
>
<img
src=
"./imag
es
/menu1_pic.png"
alt=
""
style=
"width: 40px;height: 40px;"
>
</div>
<span
class=
"func-text"
>
通用流程
<br>
<span
class=
"func-text2"
>
服务管理
</span>
...
...
@@ -687,7 +687,7 @@
</div>
<div
class=
"func-item"
onclick=
"onAccount()"
>
<div
class=
"func-icon"
>
<img
src=
"./imag
se
/menu14_pic.png"
alt=
""
style=
"width: 40px;height: 40px;"
>
<img
src=
"./imag
es
/menu14_pic.png"
alt=
""
style=
"width: 40px;height: 40px;"
>
</div>
<span
class=
"func-text"
>
自定义流程
<br>
<span
class=
"func-text2"
>
服务管理
</span>
...
...
@@ -695,7 +695,7 @@
</div>
<div
class=
"func-item"
onclick=
"onAccount()"
>
<div
class=
"func-icon"
>
<img
src=
"./imag
se
/menu16_pic.png"
alt=
""
style=
"width: 40px;height: 40px;"
>
<img
src=
"./imag
es
/menu16_pic.png"
alt=
""
style=
"width: 40px;height: 40px;"
>
</div>
<span
class=
"func-text"
>
公用流程
<br>
<span
class=
"func-text2"
>
服务管理
</span>
...
...
@@ -712,13 +712,13 @@
<div
class=
"todo-tab"
id=
"todo-tab-3"
onclick=
"showtodoTab(3)"
>
提示信息 (1)
</div>
</div>
<div
class=
"todo-empty"
>
<img
src=
"./imag
se
/empty_tips.png"
alt=
""
style=
"width:40px;height: 49px;"
>
<img
src=
"./imag
es
/empty_tips.png"
alt=
""
style=
"width:40px;height: 49px;"
>
<p
class=
"empty-text"
>
暂无待办任务
</p>
<div
class=
"download-bar-box"
>
<div
class=
"download-bar"
>
<div
class=
"qrcode"
>
<img
src=
"./imag
se
/mob_drain_07.png"
alt=
""
>
<img
src=
"./imag
es
/mob_drain_07.png"
alt=
""
>
</div>
<div
class=
"download-text"
>
<h4>
扫码下载
</h4>
...
...
@@ -836,14 +836,14 @@
</div>
</div> -->
<img
src=
"./imag
se
/ywzq_yun_01.png"
alt=
""
class=
"cloud-archive"
>
<img
src=
"./imag
es
/ywzq_yun_01.png"
alt=
""
class=
"cloud-archive"
>
<div
class=
"learn-more"
>
了解详情
</div>
</div>
<!-- 底部广告 -->
<div
class=
"bottom-ad"
>
<!-- <span>邀您体验移动端免盾对账</span> -->
<!-- <img src="./imag
se
/102016Y011773626178417536.jpg" alt="" class="bottom-img"> -->
<!-- <img src="./imag
es
/102016Y011773626178417536.jpg" alt="" class="bottom-img"> -->
<!-- <div class="qrcode">
</div>
...
...
@@ -915,31 +915,31 @@
// 为对应的内容区域添加 'active-content' 类以显示内容
// document.getElementById('content-' + tabNumber).classList.add('active-content');
if
(
tabNumber
==
1
){
document
.
getElementById
(
'biz-tab-img-1'
).
style
.
background
=
`url(./imag
se
/HY_logo_2.png) no-repeat`
;
//选中
document
.
getElementById
(
'biz-tab-img-2'
).
style
.
background
=
`url(./imag
se
/17@3x-1.png) no-repeat`
;
document
.
getElementById
(
'biz-tab-img-3'
).
style
.
background
=
`url(./imag
se
/11@3x-1.png) no-repeat`
;
document
.
getElementById
(
'biz-tab-img-4'
).
style
.
background
=
`url(./imag
se
/22@3x-1.png) no-repeat`
;
document
.
getElementById
(
'biz-tab-img-1'
).
style
.
background
=
`url(./imag
es
/HY_logo_2.png) no-repeat`
;
//选中
document
.
getElementById
(
'biz-tab-img-2'
).
style
.
background
=
`url(./imag
es
/17@3x-1.png) no-repeat`
;
document
.
getElementById
(
'biz-tab-img-3'
).
style
.
background
=
`url(./imag
es
/11@3x-1.png) no-repeat`
;
document
.
getElementById
(
'biz-tab-img-4'
).
style
.
background
=
`url(./imag
es
/22@3x-1.png) no-repeat`
;
}
if
(
tabNumber
==
2
){
document
.
getElementById
(
'biz-tab-img-1'
).
style
.
background
=
`url(./imag
se
/HY_logo_1.png) no-repeat`
;
document
.
getElementById
(
'biz-tab-img-2'
).
style
.
background
=
`url(./imag
se
/17@3x.png) no-repeat`
;
//选中
document
.
getElementById
(
'biz-tab-img-3'
).
style
.
background
=
`url(./imag
se
/11@3x-1.png) no-repeat`
;
document
.
getElementById
(
'biz-tab-img-4'
).
style
.
background
=
`url(./imag
se
/22@3x-1.png) no-repeat`
;
document
.
getElementById
(
'biz-tab-img-1'
).
style
.
background
=
`url(./imag
es
/HY_logo_1.png) no-repeat`
;
document
.
getElementById
(
'biz-tab-img-2'
).
style
.
background
=
`url(./imag
es
/17@3x.png) no-repeat`
;
//选中
document
.
getElementById
(
'biz-tab-img-3'
).
style
.
background
=
`url(./imag
es
/11@3x-1.png) no-repeat`
;
document
.
getElementById
(
'biz-tab-img-4'
).
style
.
background
=
`url(./imag
es
/22@3x-1.png) no-repeat`
;
}
if
(
tabNumber
==
3
){
document
.
getElementById
(
'biz-tab-img-1'
).
style
.
background
=
`url(./imag
se
/HY_logo_1.png) no-repeat`
;
document
.
getElementById
(
'biz-tab-img-2'
).
style
.
background
=
`url(./imag
se
/17@3x-1.png) no-repeat`
;
document
.
getElementById
(
'biz-tab-img-3'
).
style
.
background
=
`url(./imag
se
/11@3x.png) no-repeat`
;
//选中
document
.
getElementById
(
'biz-tab-img-4'
).
style
.
background
=
`url(./imag
se
/22@3x-1.png) no-repeat`
;
document
.
getElementById
(
'biz-tab-img-1'
).
style
.
background
=
`url(./imag
es
/HY_logo_1.png) no-repeat`
;
document
.
getElementById
(
'biz-tab-img-2'
).
style
.
background
=
`url(./imag
es
/17@3x-1.png) no-repeat`
;
document
.
getElementById
(
'biz-tab-img-3'
).
style
.
background
=
`url(./imag
es
/11@3x.png) no-repeat`
;
//选中
document
.
getElementById
(
'biz-tab-img-4'
).
style
.
background
=
`url(./imag
es
/22@3x-1.png) no-repeat`
;
}
if
(
tabNumber
==
4
){
document
.
getElementById
(
'biz-tab-img-1'
).
style
.
background
=
`url(./imag
se
/HY_logo_1.png) no-repeat`
;
document
.
getElementById
(
'biz-tab-img-2'
).
style
.
background
=
`url(./imag
se
/17@3x-1.png) no-repeat`
;
document
.
getElementById
(
'biz-tab-img-3'
).
style
.
background
=
`url(./imag
se
/11@3x-1.png) no-repeat`
;
document
.
getElementById
(
'biz-tab-img-4'
).
style
.
background
=
`url(./imag
se
/22@3x.png) no-repeat`
;
//选中
document
.
getElementById
(
'biz-tab-img-1'
).
style
.
background
=
`url(./imag
es
/HY_logo_1.png) no-repeat`
;
document
.
getElementById
(
'biz-tab-img-2'
).
style
.
background
=
`url(./imag
es
/17@3x-1.png) no-repeat`
;
document
.
getElementById
(
'biz-tab-img-3'
).
style
.
background
=
`url(./imag
es
/11@3x-1.png) no-repeat`
;
document
.
getElementById
(
'biz-tab-img-4'
).
style
.
background
=
`url(./imag
es
/22@3x.png) no-repeat`
;
//选中
}
...
...
imag
se
/102016Y011773626178417536.jpg
→
imag
es
/102016Y011773626178417536.jpg
View file @
d3eed6cf
File moved
imag
se
/102016Y131772242038180089.jpg
→
imag
es
/102016Y131772242038180089.jpg
View file @
d3eed6cf
File moved
imag
se
/11@3x-1.png
→
imag
es
/11@3x-1.png
View file @
d3eed6cf
File moved
imag
se
/11@3x.png
→
imag
es
/11@3x.png
View file @
d3eed6cf
File moved
imag
se
/17@3x-1.png
→
imag
es
/17@3x-1.png
View file @
d3eed6cf
File moved
imag
se
/17@3x.png
→
imag
es
/17@3x.png
View file @
d3eed6cf
File moved
imag
se
/2021060913582239146.png
→
imag
es
/2021060913582239146.png
View file @
d3eed6cf
File moved
imag
se
/2021060913582878715.png
→
imag
es
/2021060913582878715.png
View file @
d3eed6cf
File moved
imag
se
/2023121523290922412.png
→
imag
es
/2023121523290922412.png
View file @
d3eed6cf
File moved
imag
se
/2023121523320559835.png
→
imag
es
/2023121523320559835.png
View file @
d3eed6cf
File moved
imag
se
/2023121523341632861.png
→
imag
es
/2023121523341632861.png
View file @
d3eed6cf
File moved
imag
se
/2024060308503399397.jpg
→
imag
es
/2024060308503399397.jpg
View file @
d3eed6cf
File moved
imag
se
/2024121618050564591.jpg
→
imag
es
/2024121618050564591.jpg
View file @
d3eed6cf
File moved
imag
se
/2026032017144457089.jpg
→
imag
es
/2026032017144457089.jpg
View file @
d3eed6cf
File moved
imag
se
/22@3x-1.png
→
imag
es
/22@3x-1.png
View file @
d3eed6cf
File moved
imag
se
/22@3x.png
→
imag
es
/22@3x.png
View file @
d3eed6cf
File moved
imag
se
/HY_logo_1.png
→
imag
es
/HY_logo_1.png
View file @
d3eed6cf
File moved
imag
se
/HY_logo_2.png
→
imag
es
/HY_logo_2.png
View file @
d3eed6cf
File moved
imag
se
/building.png
→
imag
es
/building.png
View file @
d3eed6cf
File moved
imag
se
/date.png
→
imag
es
/date.png
View file @
d3eed6cf
File moved
imag
se
/empty_tips.png
→
imag
es
/empty_tips.png
View file @
d3eed6cf
File moved
imag
se
/fresh.png
→
imag
es
/fresh.png
View file @
d3eed6cf
File moved
imag
se
/index_title_box.gif
→
imag
es
/index_title_box.gif
View file @
d3eed6cf
File moved
imag
se
/menu13_pic.png
→
imag
es
/menu13_pic.png
View file @
d3eed6cf
File moved
imag
se
/menu14_pic.png
→
imag
es
/menu14_pic.png
View file @
d3eed6cf
File moved
imag
se
/menu16_pic.png
→
imag
es
/menu16_pic.png
View file @
d3eed6cf
File moved
imag
se
/menu1_pic.png
→
imag
es
/menu1_pic.png
View file @
d3eed6cf
File moved
imag
se
/menu3_pic.png
→
imag
es
/menu3_pic.png
View file @
d3eed6cf
File moved
imag
se
/menu5_pic.png
→
imag
es
/menu5_pic.png
View file @
d3eed6cf
File moved
imag
se
/mob_drain_07.png
→
imag
es
/mob_drain_07.png
View file @
d3eed6cf
File moved
imag
se
/right.png
→
imag
es
/right.png
View file @
d3eed6cf
File moved
imag
se
/search.png
→
imag
es
/search.png
View file @
d3eed6cf
File moved
imag
se
/set_icon.png
→
imag
es
/set_icon.png
View file @
d3eed6cf
File moved
imag
se
/tableDownload.png
→
imag
es
/tableDownload.png
View file @
d3eed6cf
File moved
imag
se
/turn.png
→
imag
es
/turn.png
View file @
d3eed6cf
File moved
imag
se
/view_close.png
→
imag
es
/view_close.png
View file @
d3eed6cf
File moved
imag
se
/view_open.png
→
imag
es
/view_open.png
View file @
d3eed6cf
File moved
imag
se
/ywzq_yun_01.png
→
imag
es
/ywzq_yun_01.png
View file @
d3eed6cf
File moved
index.html
View file @
d3eed6cf
...
...
@@ -528,8 +528,8 @@ body .ccb-class .layui-layer-setwin{top:12px}
font-size
:
14px
;
vertical-align
:
middle
;
border-radius
:
5px
;
*
overflow
:
visible
;
*
min-width
:
auto
;
overflow
:
visible
;
min-width
:
auto
;
}
.btn
:hover
{
background-color
:
#229ee6
;
...
...
@@ -624,7 +624,7 @@ function gotoTouSuZhiNan() {
<a
class=
"headBtn_a headMore"
id=
"moreBtn"
>
更多
<img
src=
"https://xc.b2bstatic3.ccb.com/V6/STY6/CN/images7/FN90001/headDn.png"
/></a>
<span
class=
"headBtn_a headLogout"
id=
"logout"
onclick=
"onLogout()"
href=
"login.html"
>
退出
</span>
<span
class=
"headBtn_a headLogout"
id=
"logout"
onclick=
"onLogout()"
>
退出
</span>
</div>
<div
style=
"float: right;"
>
...
...
@@ -814,7 +814,9 @@ function gotoTouSuZhiNan() {
<tr>
<td
nowrap=
"nowrap"
>
<a
href=
"javascript:void(0);"
id=
"0511"
>
账户信息查询
<img
src=
"https://xc.b2bstatic3.ccb.com/V6/STY6/CN/images7/FN90001/menu3show.png"
></a>
<!-- <a href="javascript:void(0);" id="0511">账户信息查询<img src="https://xc.b2bstatic3.ccb.com/V6/STY6/CN/images7/FN90001/menu3show.png"></a> -->
<a
href=
"#"
id=
"0511"
>
账户信息查询
<img
src=
"https://xc.b2bstatic3.ccb.com/V6/STY6/CN/images7/FN90001/menu3show.png"
></a>
</td>
<td
nowrap=
"nowrap"
>
...
...
@@ -5630,7 +5632,8 @@ function gotoTouSuZhiNan() {
</div>
</div>
</div>
<!-- <form name="jhform" id="jhform" METHOD="POST" action="./NCCB/NECV6B2BMainPlat_09_FW.html" target="frame_main">
<!-- 退出登录 -->
<form
name=
"jhform"
id=
"jhform"
METHOD=
"POST"
action=
"./login.html"
target=
"frame_main"
>
<span
id=
"AA"
></span>
<input
TYPE=
"hidden"
NAME=
"SKEY"
id=
"SKEY"
VALUE=
"O5KBoO"
>
<input
TYPE=
"hidden"
NAME=
"CUSTOMERID"
id=
"CUSTOMERID"
VALUE=
"HB42000009201110801"
>
...
...
@@ -5655,7 +5658,7 @@ function gotoTouSuZhiNan() {
<input
TYPE=
"hidden"
NAME=
"CATEGORY"
ID=
"CATEGORY"
VALUE=
"B"
>
</form>
<form name="erpform" id="erpform" METHOD="POST" action="./
NCCB/NECV6B2BMainPlat_09_FW
.html" target="frame_main">
<form
name=
"erpform"
id=
"erpform"
METHOD=
"POST"
action=
"./
login
.html"
target=
"frame_main"
>
<input
TYPE=
"hidden"
NAME=
"SKEY"
VALUE=
"O5KBoO"
>
<input
TYPE=
"hidden"
NAME=
"CUSTOMERID"
VALUE=
"HB42000009201110801"
>
<input
TYPE=
"hidden"
NAME=
"USERID"
VALUE=
"999999"
>
...
...
@@ -5672,7 +5675,7 @@ function gotoTouSuZhiNan() {
<input
TYPE=
"hidden"
NAME=
"CUSTOMERID"
id=
"CUSTOMERID"
VALUE=
"HB42000009201110801"
>
<input
TYPE=
"hidden"
NAME=
"USERID"
id=
"USERID"
VALUE=
"999999"
>
<input
TYPE=
"hidden"
NAME=
"TEL"
id=
"TEL"
VALUE=
"18672784700"
>
</form>
-->
</form>
...
...
@@ -6247,8 +6250,8 @@ body .ccb-class .layui-layer-setwin{top:12px}
font-size
:
14px
;
vertical-align
:
middle
;
border-radius
:
5px
;
*
overflow
:
visible
;
*
min-width
:
auto
;
overflow
:
visible
;
min-width
:
auto
;
}
.btn
:hover
{
background
:
url('')
;
...
...
@@ -7287,8 +7290,7 @@ function searchAcc(){
}
}
function
onLogout
(
e
){
function
onLogout
(){
console
.
log
(
"退出==========="
)
window
.
location
.
href
=
'./login.html'
;
};
...
...
@@ -9808,7 +9810,7 @@ function SJCJ_MENU_1(menuName,link_type){
}
else
{
console
.
log
(
"常规菜单========="
)
return
//
return
//常规菜单
// $("#touch_event_type").val("按钮点击");
// touch_event_name = "企业网银新版首页_菜单活动__系统菜单_"+menuName+"_按钮点击";
...
...
@@ -9842,6 +9844,7 @@ function SJCJ_MENU_2(menuId,link_type){
$
(
"#touch_element_position"
).
val
(
""
);
doCcvecCollect
();
}
else
{
console
.
log
(
"二级常规菜单==========="
)
//常规菜单
$
(
"#touch_event_type"
).
val
(
"按钮点击"
);
touch_event_name
=
"企业网银新版首页_菜单活动__系统菜单_"
+
menuName
+
"_按钮点击"
;
...
...
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