Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

libai / footsen

  • This project
    • Loading...
  • Sign in
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 7cf0c83c authored 2 years ago by agan's avatar agan
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

添加文字

parent 3433ca22
Show whitespace changes
Inline Side-by-side
Showing with 9 additions and 4 deletions
  • footseen/phonepay/applepay.html
  • footseen/phonepay/gash-for.html
  • footseen/phonepay/gash-phone.html
  • footseen/phonepay/idpay.html
  • footseen/phonepay/login.html
  • footseen/phonepay/molpay.html
  • footseen/phonepay/payfor-new.html
footseen/phonepay/applepay.html
View file @ 7cf0c83c
...@@ -294,6 +294,7 @@ ...@@ -294,6 +294,7 @@
left: 0.32rem; left: 0.32rem;
font-size: 0.32rem; font-size: 0.32rem;
line-height: 0.64rem;; line-height: 0.64rem;;
white-space: nowrap;
} }
.closeBtn>a { .closeBtn>a {
...@@ -445,7 +446,7 @@ ...@@ -445,7 +446,7 @@
} }
//获取当前用户地区 //获取当前用户地区
if (sessionStorage.appversion != 'undefined') { if (sessionStorage.appversion != 'undefined' && sessionStorage.uid != 'undefined') {
$(".big-zuan-box").show(); $(".big-zuan-box").show();
$.ajax({ $.ajax({
url: $ip + '/user/getUserInfo.html', url: $ip + '/user/getUserInfo.html',
......
This diff is collapsed. Click to expand it.
footseen/phonepay/gash-for.html
View file @ 7cf0c83c
...@@ -59,6 +59,7 @@ ...@@ -59,6 +59,7 @@
left: 0.32rem; left: 0.32rem;
font-size: 0.32rem; font-size: 0.32rem;
line-height: 0.64rem;; line-height: 0.64rem;;
white-space: nowrap;
} }
.closeBtn>a { .closeBtn>a {
......
This diff is collapsed. Click to expand it.
footseen/phonepay/gash-phone.html
View file @ 7cf0c83c
...@@ -42,6 +42,7 @@ ...@@ -42,6 +42,7 @@
left: 0.32rem; left: 0.32rem;
font-size: 0.32rem; font-size: 0.32rem;
line-height: 0.64rem;; line-height: 0.64rem;;
white-space: nowrap;
} }
.closeBtn>a { .closeBtn>a {
......
This diff is collapsed. Click to expand it.
footseen/phonepay/idpay.html
View file @ 7cf0c83c
...@@ -60,10 +60,9 @@ ...@@ -60,10 +60,9 @@
top: 0.18rem; top: 0.18rem;
left: 0.32rem; left: 0.32rem;
font-size: 0.32rem; font-size: 0.32rem;
line-height: 0.64rem; line-height: 0.64rem;;
; white-space: nowrap;
} }
.closeBtn>a { .closeBtn>a {
width: 100%; width: 100%;
height: 100%; height: 100%;
......
This diff is collapsed. Click to expand it.
footseen/phonepay/login.html
View file @ 7cf0c83c
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
left: 0.32rem; left: 0.32rem;
font-size: 0.32rem; font-size: 0.32rem;
line-height: 0.64rem;; line-height: 0.64rem;;
white-space: nowrap;
} }
.closeBtn>a { .closeBtn>a {
......
This diff is collapsed. Click to expand it.
footseen/phonepay/molpay.html
View file @ 7cf0c83c
...@@ -225,6 +225,7 @@ ...@@ -225,6 +225,7 @@
left: 0.32rem; left: 0.32rem;
font-size: 0.32rem; font-size: 0.32rem;
line-height: 0.64rem;; line-height: 0.64rem;;
white-space: nowrap;
} }
.closeBtn>a { .closeBtn>a {
......
This diff is collapsed. Click to expand it.
footseen/phonepay/payfor-new.html
View file @ 7cf0c83c
...@@ -94,6 +94,7 @@ ...@@ -94,6 +94,7 @@
left: 0.32rem; left: 0.32rem;
font-size: 0.32rem; font-size: 0.32rem;
line-height: 0.64rem;; line-height: 0.64rem;;
white-space: nowrap;
} }
.closeBtn>a { .closeBtn>a {
......
This diff is collapsed. Click to expand it.
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment