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
64f6f433
Commit
64f6f433
authored
May 06, 2026
by
秦垚玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:调整
parent
504a7459
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
18 deletions
+23
-18
home.html
home.html
+15
-10
index.html
index.html
+1
-1
login.html
login.html
+7
-7
No files found.
home.html
View file @
64f6f433
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
font-family
:
"Microsoft Yahei"
,
sans-serif
;
font-family
:
"Microsoft Yahei"
,
sans-serif
;
}
}
body
{
body
{
background-color
:
#
f5f7fa
;
background-color
:
#
F7F7F7
;
padding
:
10px
0
;
padding
:
10px
0
;
}
}
.container
{
.container
{
...
@@ -190,12 +190,14 @@
...
@@ -190,12 +190,14 @@
.todo-tabs
.todo-tab
{
.todo-tabs
.todo-tab
{
padding
:
15px
0
;
padding
:
15px
0
;
margin
:
0
20px
;
margin
:
0
20px
;
font-size
:
1
4
px
;
font-size
:
1
6
px
;
color
:
#999
;
color
:
#999
;
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.todo-tabs
.todo-tab.active
{
.todo-tabs
.todo-tab.active
{
color
:
#2f7df8
;
color
:
#2f7df8
;
/* color: #1F93D5; */
font-weight
:
bold
;
border-bottom
:
2px
solid
#2f7df8
;
border-bottom
:
2px
solid
#2f7df8
;
}
}
.todo-empty
{
.todo-empty
{
...
@@ -294,16 +296,18 @@
...
@@ -294,16 +296,18 @@
border-radius
:
50%
;
border-radius
:
50%
;
}
}
.msg-tag
{
.msg-tag
{
background
:
#e6f4ff
;
background-color
:
#D9F1FF
;
color
:
#2f7df8
;
border
:
1px
dashed
#1F93D5
;
color
:
#1F93D5
;
padding
:
2px
6px
;
padding
:
2px
6px
;
border-radius
:
4px
;
border-radius
:
4px
;
font-size
:
12px
;
font-size
:
12px
;
font-weight
:
bold
;
margin-right
:
8px
;
margin-right
:
8px
;
border
:
1px
dashed
#2f7df8
;
}
}
.msg-center
.view-all
{
.msg-center
.view-all
{
color
:
#
2f7df8
;
color
:
#
1F93D5
;
}
}
.msg-desc
{
.msg-desc
{
font-size
:
14px
;
font-size
:
14px
;
...
@@ -343,8 +347,9 @@
...
@@ -343,8 +347,9 @@
gap
:
8px
;
gap
:
8px
;
}
}
.refresh-btn
{
.refresh-btn
{
color
:
#2f7df8
;
color
:
#1F93D5
;
font-size
:
14px
;
font-size
:
12px
;
font-weight
:
400
;
}
}
.account-overview
.bgImg
{
.account-overview
.bgImg
{
position
:
absolute
;
position
:
absolute
;
...
@@ -556,8 +561,8 @@
...
@@ -556,8 +561,8 @@
color
:
#666
;
color
:
#666
;
}
}
.sub-tab.active
{
.sub-tab.active
{
background
:
#
e6f4ff
;
background
:
#
DEF0FF
;
color
:
#
2f7df8
;
color
:
#
1F93D5
;
}
}
.cloud-archive
{
.cloud-archive
{
/* padding: 20px;
/* padding: 20px;
...
...
index.html
View file @
64f6f433
...
@@ -1726,7 +1726,7 @@ function gotoTouSuZhiNan() {
...
@@ -1726,7 +1726,7 @@ function gotoTouSuZhiNan() {
</div>
</div>
</div>
</div>
<iframe
src=
"home.html"
id=
"homeBox"
style=
"border:none; overflow:hidden; width:100%; height:7
9
0px;display: block;"
></iframe>
<iframe
src=
"home.html"
id=
"homeBox"
style=
"border:none; overflow:hidden; width:100%; height:7
5
0px;display: block;"
></iframe>
<iframe
src=
"account.html"
id=
"accountBox"
style=
"border:none; overflow:hidden; width:100%; height:581px; display: none;"
></iframe>
<iframe
src=
"account.html"
id=
"accountBox"
style=
"border:none; overflow:hidden; width:100%; height:581px; display: none;"
></iframe>
<!-- <iframe src="account_detail.html" style="border:none; overflow:hidden; width:100%; height:850px;"></iframe> -->
<!-- <iframe src="account_detail.html" style="border:none; overflow:hidden; width:100%; height:850px;"></iframe> -->
<!-- <iframe src="account_list.html" style="border:none; overflow:hidden; width:100%; height:2050px;"></iframe> -->
<!-- <iframe src="account_list.html" style="border:none; overflow:hidden; width:100%; height:2050px;"></iframe> -->
...
...
login.html
View file @
64f6f433
...
@@ -79,7 +79,7 @@ if(!window.JSON) {
...
@@ -79,7 +79,7 @@ if(!window.JSON) {
}
}
</script>
</script>
<style>
<style>
<!
--
对公门户新增加
css
start
--
>
/* 对公门户新增加css start */
.tab-combination
{
.tab-combination
{
opacity
:
1
;
opacity
:
1
;
...
@@ -436,7 +436,7 @@ a:hover{
...
@@ -436,7 +436,7 @@ a:hover{
position
:
absolute
;
position
:
absolute
;
padding-left
:
12px
;
padding-left
:
12px
;
}
}
<!
--
对公门户新增加
css
end
--
>
/*
<!
--
对公门户新增加
css
end
--
>
*/
.keyboard
{
.keyboard
{
height
:
32px
;
height
:
32px
;
line-height
:
32px
;
line-height
:
32px
;
...
@@ -1294,7 +1294,7 @@ $(document).ready(function(){
...
@@ -1294,7 +1294,7 @@ $(document).ready(function(){
$
(
this
).
addClass
(
'active'
);
$
(
this
).
addClass
(
'active'
);
});
});
});
});
<!--
新闻精选
start
-->
//
<!--
新闻精选
start
-->
function
queryxinwen
(
Scn_Rsc_BT_IMPR_BTNO
){
function
queryxinwen
(
Scn_Rsc_BT_IMPR_BTNO
){
$
.
ajax
({
$
.
ajax
({
url
:
"/NCCB/NECV6B2BMainPlat_07_FW?isAjaxRequest=true&timeStamp="
+
new
Date
().
getTime
(),
url
:
"/NCCB/NECV6B2BMainPlat_07_FW?isAjaxRequest=true&timeStamp="
+
new
Date
().
getTime
(),
...
@@ -1351,8 +1351,8 @@ $(document).ready(function(){
...
@@ -1351,8 +1351,8 @@ $(document).ready(function(){
});
});
}
}
<!--
新闻精选
end
-->
//
<!--
新闻精选
end
-->
<!--
精选理财
start
-->
//
<!--
精选理财
start
-->
function
getPrmt_Ind
(){
function
getPrmt_Ind
(){
getIdr_Num_Tp
(
""
,
"1"
);
//查询推荐产品
getIdr_Num_Tp
(
""
,
"1"
);
//查询推荐产品
...
@@ -2032,7 +2032,7 @@ function showJJLX(USE_TPCD){
...
@@ -2032,7 +2032,7 @@ function showJJLX(USE_TPCD){
return
""
;
return
""
;
}
}
<!--
精选理财
end
-->
//
<!--
精选理财
end
-->
var
scrollid
=
"Corporate-fsid"
;
var
scrollid
=
"Corporate-fsid"
;
var
language1
=
'CN'
;
var
language1
=
'CN'
;
if
(
language1
==
"CN"
||
language1
==
"EN"
){
if
(
language1
==
"CN"
||
language1
==
"EN"
){
...
@@ -3788,7 +3788,7 @@ function loginGuide() {
...
@@ -3788,7 +3788,7 @@ function loginGuide() {
<input
type=
"hidden"
id=
"base64_ECD_Txn_Inf"
name=
"base64_ECD_Txn_Inf"
value=
""
/>
<input
type=
"hidden"
id=
"base64_ECD_Txn_Inf"
name=
"base64_ECD_Txn_Inf"
value=
""
/>
<input
type=
"hidden"
id=
"Ori_TrcNo"
name=
"Ori_TrcNo"
value=
""
/>
<input
type=
"hidden"
id=
"Ori_TrcNo"
name=
"Ori_TrcNo"
value=
""
/>
<input
type=
"hidden"
name=
"LOGIN_TYPE"
value=
"UC"
/>
<input
type=
"hidden"
name=
"LOGIN_TYPE"
value=
"UC"
/>
<!--
顶部导航 START
-->
<!--
顶部导航 START
-->
<div
id=
"tnav"
>
<div
id=
"tnav"
>
<div
class=
"container clearfix"
style=
"width:1160px;background-color:#0066b3;"
id=
"faceInfo"
>
<div
class=
"container clearfix"
style=
"width:1160px;background-color:#0066b3;"
id=
"faceInfo"
>
...
...
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