Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
guodong
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
db6466fd
authored
3 years ago
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
564650fb
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
css/phonepay.css
css/phonepay.less
login.html
css/phonepay.css
View file @
db6466fd
...
...
@@ -228,7 +228,7 @@
position
:
absolute
;
width
:
1.37rem
;
height
:
0.56rem
;
background
:
url(../images/pay-gift.png)
no-repeat
;
background
:
url(../images/pay-gift.png
?v=20210521
)
no-repeat
;
background-size
:
100%
100%
;
left
:
-0.08rem
;
top
:
-0.1rem
;
...
...
This diff is collapsed.
Click to expand it.
css/phonepay.less
View file @
db6466fd
...
...
@@ -238,7 +238,7 @@
position: absolute;
width: 1.37rem;
height: 0.56rem;
background:url(../images/pay-gift.png)no-repeat;
background:url(../images/pay-gift.png
?v=20210521
)no-repeat;
background-size: 100% 100%;
left: -0.08rem;
top: -0.1rem;
...
...
This diff is collapsed.
Click to expand it.
login.html
View file @
db6466fd
...
...
@@ -11,7 +11,7 @@
<meta
http-equiv=
"Pragma"
content=
"no-cache"
>
<link
rel=
"stylesheet"
href=
"css/base.css"
/>
<link
rel=
"stylesheet"
href=
"css/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/phonepay.css?v='202105210
2
'"
>
<link
rel=
"stylesheet"
href=
"css/phonepay.css?v='202105210
3
'"
>
<script
src=
"lib/fsize.js"
></script>
</head>
<style>
...
...
@@ -56,8 +56,8 @@
</ul>
<p
class=
"pay-tips"
>
选择支付方式
</p>
<ul
class=
"payfor-ul clearfix"
>
<li
class=
"payfor-click"
><img
class=
"wei-icon"
src=
"images/weipay.png"
alt=
""
>
微信
<i
style=
"display: none"
>
weipay
</i><img
class=
"pay-click"
src=
"images/pay-click.png"
alt=
""
></li>
<li><img
class=
"ali-icon"
src=
"images/alipay1.png"
alt=
""
>
支付宝
<i
style=
"display: none"
>
alipay
</i><img
class=
"pay-click"
src=
"images/pay-click.png"
alt=
""
></li>
<li
class=
"payfor-click"
><img
class=
"wei-icon"
src=
"images/weipay.png
?v=20210521
"
alt=
""
>
微信
<i
style=
"display: none"
>
weipay
</i><img
class=
"pay-click"
src=
"images/pay-click.png"
alt=
""
></li>
<li><img
class=
"ali-icon"
src=
"images/alipay1.png
?v=20210521
"
alt=
""
>
支付宝
<i
style=
"display: none"
>
alipay
</i><img
class=
"pay-click"
src=
"images/pay-click.png"
alt=
""
></li>
</ul>
<div
class=
"reg-btn reg-btn-no"
>
确定充值
</div>
</div>
...
...
@@ -167,11 +167,11 @@
$(".payfor-ul li").removeClass("payfor-click");
$(this).addClass("payfor-click")
if(sessionStorage.pay=='
weipay
'){
$(".wei-icon").attr("src","images/weipay.png")
$(".ali-icon").attr("src","images/alipay1.png")
$(".wei-icon").attr("src","images/weipay.png
?v=20210521
")
$(".ali-icon").attr("src","images/alipay1.png
?v=20210521
")
}else{
$(".wei-icon").attr("src","images/weipay1.png")
$(".ali-icon").attr("src","images/alipay.png")
$(".wei-icon").attr("src","images/weipay1.png
?v=20210521
")
$(".ali-icon").attr("src","images/alipay.png
?v=20210521
")
}
})
$(".login-input").on("input", function () {
...
...
This diff is collapsed.
Click to expand it.
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