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
c32a48a5
Commit
c32a48a5
authored
May 08, 2026
by
秦垚玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:调整
parent
16fe1638
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
10 deletions
+16
-10
electronic_receipt_amend.html
electronic_receipt_amend.html
+6
-2
home.html
home.html
+1
-5
unit_receipt.html
unit_receipt.html
+9
-3
No files found.
electronic_receipt_amend.html
View file @
c32a48a5
...
...
@@ -58,8 +58,11 @@
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
padding
:
7px
0
;
overflow
:
hidden
;
height
:
35px
;
padding
:
0px
5px
0px
5px
;
border
:
1px
solid
#1f93d5
;
font-family
:
\
5
b8b
\
4
f53
,
arial
,
georgia
,
verdana
,
helvetica
,
sans-serif
;
}
/* 账户信息卡片 */
...
...
@@ -395,7 +398,7 @@
display
:
flex
;
gap
:
20px
;
margin
:
30px
0
;
padding-left
:
2
00
px
;
padding-left
:
2
33
px
;
}
.buttonx
,
...
...
@@ -548,6 +551,7 @@ function sendHeight() {
window
.
addEventListener
(
'load'
,
sendHeight
);
function
onBack
()
{
window
.
history
.
back
();
}
...
...
home.html
View file @
c32a48a5
...
...
@@ -636,14 +636,10 @@
<div
class=
"left-col"
>
<!-- 顶部广告横幅 -->
<div
class=
"swiper-slide"
>
<!-- <h1><span>“零元汇”</span>火热来袭<br>
<span>线上跨境“惠”款好礼享不停</span>
</h1> -->
<img
src=
"https://imageadv.ccb.com/adpic/nctm/ad/20260228/102016Y131772242038180089.jpg"
ad_id=
"431717_483300"
width=
"634px"
height=
"180px"
>
<div
class=
"ad-tag"
>
广告
</div>
</div>
...
...
unit_receipt.html
View file @
c32a48a5
...
...
@@ -577,8 +577,8 @@
<div
style=
"height: 90px"
></div>
<!-- 按钮组 -->
<button
class=
"buttonx xx"
onclick=
"on
Account
(1)"
type=
"submit"
>
确定
<button
class=
"buttonx xx"
onclick=
"on
Handle
(1)"
type=
"submit"
>
查询
</button>
</form>
...
...
@@ -740,7 +740,7 @@ window.addEventListener("DOMContentLoaded", () => {
const
form
=
document
.
getElementById
(
"myForm"
);
function
on
Account
(
number
)
{
function
on
Handle
(
number
)
{
if
(
number
==
1
)
{
form
.
addEventListener
(
"submit"
,
async
(
e
)
=>
{
e
.
preventDefault
();
// 阻止页面刷新
...
...
@@ -756,8 +756,14 @@ window.addEventListener("DOMContentLoaded", () => {
// window.localStorage.setItem("dateFrom", startDate);
// window.location.href = "./account_list.html";
// }, 500);
alert
(
"请选择账号"
)
});
}
if
(
number
==
2
)
{
window
.
history
.
back
();
return
false
;
...
...
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