Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
footsen
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
397650d8
authored
Jun 20, 2022
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加儲值
parent
98a75a54
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
129 additions
and
5 deletions
css/index.css
main.html
css/index.css
View file @
397650d8
...
...
@@ -5,6 +5,7 @@
overflow
:
hidden
;
background
:
#F3F3F3
;
}
.top-bg
{
width
:
10.8rem
;
height
:
3.25rem
;
...
...
@@ -14,6 +15,7 @@
left
:
-0.4rem
;
top
:
-1.2rem
;
}
.nav-btn
{
font-size
:
0.5rem
;
font-weight
:
700
;
...
...
@@ -22,7 +24,8 @@
position
:
relative
;
top
:
1.6rem
;
}
.nav-btn
>
div
{
.nav-btn
>
div
{
width
:
2rem
;
display
:
inline-block
;
height
:
0.8rem
;
...
...
@@ -30,7 +33,8 @@
color
:
#FFABEE
;
position
:
relative
;
}
.nav-btn
>
div
img
{
.nav-btn
>
div
img
{
display
:
none
;
position
:
absolute
;
width
:
0.44rem
;
...
...
@@ -38,12 +42,15 @@
margin-left
:
-0.22rem
;
bottom
:
0
;
}
.nav-btn
.nav-click
{
color
:
#ffffff
;
}
.nav-btn
.nav-click
img
{
display
:
block
;
}
.nav-box
{
position
:
absolute
;
top
:
0
;
...
...
@@ -53,10 +60,12 @@
transition
:
0.35s
all
;
z-index
:
450
;
}
.nav-box-show
{
position
:
fixed
;
transform
:
translateY
(
-3.5rem
);
}
.title-nav
{
position
:
absolute
;
height
:
0.75rem
;
...
...
@@ -67,16 +76,19 @@
left
:
0.325rem
;
top
:
1.8rem
;
}
.title-nav
.title-nav-content
{
width
:
13rem
;
height
:
0.75rem
;
}
.title-nav
.title-nav-box
{
height
:
0.75rem
;
width
:
8rem
;
overflow
:
scroll
;
-webkit-overflow-scrolling
:
touch
;
}
.title-nav
h2
{
width
:
1.3rem
;
height
:
0.75rem
;
...
...
@@ -85,6 +97,7 @@
color
:
#606060
;
text-align
:
center
;
}
.recommend-swiper
{
width
:
9.35rem
;
height
:
5.05rem
;
...
...
@@ -93,24 +106,29 @@
margin-top
:
0.2rem
;
position
:
relative
;
}
.recommend-swiper
.mySwiper
{
width
:
9.35rem
;
height
:
5.05rem
;
}
.recommend-swiper
.swiper-pagination
{
position
:
absolute
;
bottom
:
0.2rem
!important
;
}
.recommend-swiper
.video
{
width
:
9.35rem
;
height
:
5.05rem
;
border-radius
:
0.1rem
;
}
.swiper-slide
{
width
:
9.35rem
;
height
:
5.05rem
;
position
:
relative
;
}
.swiper-img
{
width
:
9.35rem
;
height
:
5.05rem
;
...
...
@@ -121,6 +139,7 @@
background
:
url(../images/nav-img.png)
no-repeat
;
background-size
:
cover
;
}
.swiper-img
.top-img-shadow
{
width
:
9.35rem
;
height
:
5.05rem
;
...
...
@@ -129,6 +148,7 @@
bottom
:
0
;
background
:
linear-gradient
(
to
top
,
rgba
(
0
,
0
,
0
,
0.5
),
rgba
(
0
,
0
,
0
,
0
),
rgba
(
0
,
0
,
0
,
0
),
rgba
(
0
,
0
,
0
,
0
));
}
.swiper-time
{
width
:
1.35rem
;
height
:
0.55rem
;
...
...
@@ -142,12 +162,14 @@
background
:
rgba
(
0
,
0
,
0
,
0.5
);
border-radius
:
1rem
0
0
1rem
;
}
.play-icon
{
width
:
1.06rem
;
position
:
absolute
;
top
:
1.85rem
;
left
:
4.14rem
;
}
.swiper-name
{
font-size
:
0.45rem
;
font-weight
:
700
;
...
...
@@ -156,6 +178,7 @@
top
:
3.4rem
;
left
:
0.3rem
;
}
.swiper-face-name
{
position
:
absolute
;
top
:
4.2rem
;
...
...
@@ -166,6 +189,7 @@
text-indent
:
0.8rem
;
z-index
:
10
;
}
.swiper-face-name
img
{
left
:
0
;
position
:
absolute
;
...
...
@@ -174,6 +198,7 @@
border-radius
:
50%
;
border
:
0.05rem
solid
#E13D85
;
}
.add-face-name
{
position
:
absolute
;
z-index
:
10
;
...
...
@@ -184,6 +209,7 @@
font-size
:
0.3rem
;
text-indent
:
0.8rem
;
}
.add-face-name
img
{
left
:
0
;
position
:
absolute
;
...
...
@@ -192,6 +218,7 @@
border-radius
:
50%
;
border
:
0.05rem
solid
#E13D85
;
}
.swiper-more
{
width
:
2rem
;
position
:
absolute
;
...
...
@@ -199,6 +226,7 @@
bottom
:
0.2rem
;
right
:
0
;
}
.swiper-more
.swiper-more1
{
color
:
#ffffff
;
font-size
:
0.3rem
;
...
...
@@ -209,12 +237,14 @@
position
:
relative
;
text-indent
:
0.5rem
;
}
.swiper-more
.swiper-more1
img
{
left
:
0
;
position
:
absolute
;
width
:
0.4rem
;
top
:
0.05rem
;
}
.swiper-more
.swiper-more2
{
color
:
#ffffff
;
font-size
:
0.3rem
;
...
...
@@ -225,12 +255,14 @@
position
:
relative
;
text-indent
:
0.5rem
;
}
.swiper-more
.swiper-more2
img
{
left
:
0
;
position
:
absolute
;
width
:
0.4rem
;
top
:
0.05rem
;
}
.module-title
{
position
:
relative
;
height
:
0.5rem
;
...
...
@@ -241,12 +273,14 @@
margin-left
:
0.33rem
;
margin-top
:
0.4rem
;
}
.module-title
img
{
height
:
0.32rem
;
top
:
0.09rem
;
position
:
absolute
;
left
:
0
;
}
.more-live-box
{
height
:
3rem
;
width
:
10rem
;
...
...
@@ -255,6 +289,7 @@
margin-top
:
0.4rem
;
position
:
relative
;
}
.more-live-box
.live-box
{
display
:
inline-block
;
width
:
2.4rem
;
...
...
@@ -262,6 +297,7 @@
margin-left
:
0.2rem
;
float
:
left
;
}
.more-live-box
.live-face-box
{
width
:
2.4rem
;
height
:
2.4rem
;
...
...
@@ -270,10 +306,12 @@
font-size
:
0
;
background
:
#fff
;
}
.more-live-box
.live-face-box
img
{
width
:
2.4rem
;
height
:
2.4rem
;
}
.more-live-box
.live-box-name
{
height
:
0.6rem
;
width
:
2.4rem
;
...
...
@@ -287,12 +325,15 @@
white-space
:
nowrap
;
overflow
:
hidden
;
}
.more-live-box
.live-box-cotnent
{
width
:
13.5rem
;
}
.more-live-box
.live-box-cotnent
.live-box
:nth-child
(
1
)
{
margin-left
:
0.3rem
;
}
.recommended-videos
{
height
:
4.3rem
;
width
:
10rem
;
...
...
@@ -300,9 +341,11 @@
margin-top
:
0.4rem
;
margin-bottom
:
0.5rem
;
}
.videos-content
{
width
:
31rem
;
}
.videos-box
{
width
:
7.35rem
;
height
:
4.3rem
;
...
...
@@ -313,10 +356,12 @@
float
:
left
;
position
:
relative
;
}
.videos-box
.play-icon
{
left
:
3.15rem
;
top
:
1.35rem
;
}
.videos-shadow
{
border-radius
:
0.2rem
;
width
:
7.35rem
;
...
...
@@ -326,6 +371,7 @@
background
:
linear-gradient
(
to
top
,
rgba
(
0
,
0
,
0
,
0.5
),
rgba
(
0
,
0
,
0
,
0
),
rgba
(
0
,
0
,
0
,
0
),
rgba
(
0
,
0
,
0
,
0
));
z-index
:
1
;
}
.video-time
{
width
:
1.35rem
;
height
:
0.55rem
;
...
...
@@ -340,6 +386,7 @@
border-radius
:
1rem
0
0
1rem
;
z-index
:
2
;
}
.video-more
{
z-index
:
2
;
width
:
2rem
;
...
...
@@ -348,6 +395,7 @@
bottom
:
0.2rem
;
right
:
3.9rem
;
}
.video-more
.video-more1
{
color
:
#ffffff
;
font-size
:
0.3rem
;
...
...
@@ -358,12 +406,14 @@
position
:
relative
;
text-indent
:
0.5rem
;
}
.video-more
.video-more1
img
{
left
:
0
;
position
:
absolute
;
width
:
0.4rem
;
top
:
0.05rem
;
}
.video-more
.video-more2
{
color
:
#ffffff
;
font-size
:
0.3rem
;
...
...
@@ -374,15 +424,18 @@
position
:
relative
;
text-indent
:
0.5rem
;
}
.video-more
.video-more2
img
{
left
:
0
;
position
:
absolute
;
width
:
0.4rem
;
top
:
0.05rem
;
}
.swiper-pagination-bullet-active
{
background
:
#E53996
;
}
.video-face
{
z-index
:
2
;
width
:
1.05rem
;
...
...
@@ -393,6 +446,7 @@
top
:
3rem
;
left
:
0.2rem
;
}
.video-title
{
z-index
:
2
;
font-size
:
0.35rem
;
...
...
@@ -401,6 +455,7 @@
top
:
3.1rem
;
left
:
1.45rem
;
}
.add-video-box
{
position
:
relative
;
width
:
9.35rem
;
...
...
@@ -411,6 +466,7 @@
margin-top
:
0.3rem
;
background
:
#FFFFFF
;
}
.add-video-img
{
width
:
9.35rem
;
height
:
5.08rem
;
...
...
@@ -419,22 +475,26 @@
position
:
relative
;
background-position-y
:
center
;
}
.add-video-text-box
{
height
:
1.65rem
;
width
:
9.35rem
;
position
:
relative
;
}
.add-video-text-box
>
p
{
.add-video-text-box
>
p
{
color
:
#131313
;
font-size
:
0.35rem
;
text-indent
:
0.28rem
;
margin-top
:
0.2rem
;
font-weight
:
700
;
}
.tag-content
{
margin-left
:
0.28rem
;
margin-top
:
0.15rem
;
}
.tag-content
.tag
{
min-width
:
1.05rem
;
height
:
0.45rem
;
...
...
@@ -448,6 +508,7 @@
border-radius
:
0.1rem
;
margin-bottom
:
0.2rem
;
}
.add-shadow
{
width
:
9.35rem
;
height
:
5.08rem
;
...
...
@@ -458,6 +519,7 @@
pointer-events
:
none
;
z-index
:
5
;
}
.add-time
{
color
:
#fff
;
font-size
:
0.3rem
;
...
...
@@ -466,15 +528,18 @@
right
:
0.4rem
;
top
:
4.3rem
;
}
.grap-swiper-box
{
width
:
10rem
;
height
:
5.6rem
;
}
.grap-name-box
{
height
:
1.6rem
;
width
:
10rem
;
position
:
relative
;
}
.grap-user-face
{
width
:
0.8rem
;
height
:
0.8rem
;
...
...
@@ -483,17 +548,20 @@
left
:
0.4rem
;
border-radius
:
100%
;
}
.grap-name-p1
{
font-size
:
0.35rem
;
color
:
#353535
;
text-indent
:
1.6rem
;
padding-top
:
0.4rem
;
}
.grap-name-p2
{
font-size
:
0.3rem
;
color
:
#919191
;
text-indent
:
1.6rem
;
}
.grap-like
{
width
:
1.78rem
;
height
:
0.98rem
;
...
...
@@ -508,11 +576,13 @@
text-indent
:
0.7rem
;
top
:
0.4rem
;
}
.grap-content
{
min-height
:
2.6rem
;
width
:
10rem
;
border-bottom
:
1px
solid
#E9E9E9
;
}
.grap-title
{
color
:
#2A2A2A
;
font-size
:
0.45rem
;
...
...
@@ -521,6 +591,7 @@
width
:
9.3rem
;
margin
:
0
auto
;
}
.grap-more
{
height
:
0.75rem
;
line-height
:
0.75rem
;
...
...
@@ -528,6 +599,7 @@
font-size
:
0
;
padding-top
:
0.1rem
;
}
.grap-more
.grap-more1
{
float
:
left
;
height
:
0.75rem
;
...
...
@@ -536,27 +608,32 @@
margin-right
:
0.3rem
;
margin-left
:
0.4rem
;
}
.grap-more
.grap-more1
>
img
{
.grap-more
.grap-more1
>
img
{
vertical-align
:
middle
;
width
:
0.4rem
;
margin-top
:
-0.08rem
;
}
.grap-more
.grap-more2
{
float
:
left
;
height
:
0.75rem
;
font-size
:
0.3rem
;
color
:
#A4A4A4
;
}
.grap-more
.grap-more2
>
img
{
.grap-more
.grap-more2
>
img
{
vertical-align
:
middle
;
width
:
0.4rem
;
margin-top
:
-0.08rem
;
}
.grap-msg-box
{
position
:
relative
;
width
:
10rem
;
border-bottom
:
1px
solid
#E9E9E9
;
}
.grap-msg-top
{
font-size
:
0.45rem
;
color
:
#333333
;
...
...
@@ -564,17 +641,20 @@
text-indent
:
0.4rem
;
padding-top
:
0.3rem
;
}
.grap-msg-content
{
width
:
10rem
;
position
:
relative
;
margin-top
:
0.3rem
;
}
.grap-msg-text
{
width
:
8.3rem
;
background
:
#EEEEEE
;
margin-left
:
1.1rem
;
border-radius
:
0.1rem
;
}
.grap-msg-text-name
{
color
:
#323232
;
font-size
:
0.3rem
;
...
...
@@ -582,6 +662,7 @@
text-indent
:
0.25rem
;
padding-top
:
0.25rem
;
}
.grap-msg-text-p
{
margin-left
:
0.3rem
;
color
:
#323232
;
...
...
@@ -590,6 +671,7 @@
line-height
:
0.5rem
;
padding-bottom
:
0.2rem
;
}
.grap-msg-face
{
width
:
0.7rem
;
height
:
0.7rem
;
...
...
@@ -597,6 +679,7 @@
position
:
absolute
;
left
:
0.25rem
;
}
.grap-bottom-box
{
height
:
1.05rem
;
width
:
10rem
;
...
...
@@ -605,6 +688,7 @@
color
:
#E53B86
;
line-height
:
1.05rem
;
}
.grap-text2
{
font-size
:
0.4rem
;
font-weight
:
700
;
...
...
@@ -612,12 +696,14 @@
margin-left
:
0.3rem
;
padding-top
:
0.4rem
;
}
.more-btn
{
width
:
0.42rem
;
position
:
absolute
;
right
:
0
;
top
:
0.13rem
;
}
.layer-tag-box
{
position
:
fixed
;
top
:
-12rem
;
...
...
@@ -629,6 +715,7 @@
z-index
:
800
;
transition
:
0.35s
all
;
}
.layer-shadow
{
display
:
none
;
position
:
fixed
;
...
...
@@ -640,6 +727,7 @@
left
:
0
;
z-index
:
500
;
}
.layer-tag-title
{
color
:
#333333
;
font-weight
:
700
;
...
...
@@ -647,12 +735,14 @@
text-indent
:
0.4rem
;
padding-top
:
0.4rem
;
}
.layer-tag-ul
{
width
:
10rem
;
height
:
10.8rem
;
overflow
:
scroll
;
-webkit-overflow-scrolling
:
touch
;
}
.layer-tag-ul
li
{
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
...
...
@@ -670,10 +760,12 @@
font-size
:
0.35rem
;
font-weight
:
700
;
}
.layer-tag-ul
.tag-click
{
background
:
#E53985
;
color
:
#fff
;
}
.big-img-box
{
width
:
100vw
;
height
:
100vh
;
...
...
@@ -683,36 +775,45 @@
z-index
:
500
;
background
:
rgba
(
0
,
0
,
0
,
0.7
);
}
.big-img-box
.swiper-slide
img
{
width
:
10rem
;
}
.big-img-box
.swiper-slide
{
width
:
100vw
!important
;
height
:
100vh
!important
;
line-height
:
100vh
!important
;
font-size
:
0
;
}
.big-img-box
.swiper-slide
img
{
vertical-align
:
middle
;
}
.big-img-box
.swiper-pagination
{
width
:
10rem
;
position
:
absolute
;
bottom
:
0.5rem
;
}
.big-img-box
.swiper-pagination-bullet
{
background
:
#fff
;
opacity
:
1
;
}
.big-img-box
.swiper-pagination-bullet-active
{
background
:
#E53996
;
}
.big-img-close
{
color
:
#fff
;
}
.tag-go
{
color
:
#E53985
!important
;
}
.bottom-nav
{
width
:
10.64rem
;
height
:
2.24rem
;
...
...
@@ -724,6 +825,7 @@
left
:
50%
;
margin-left
:
-5.32rem
;
}
.bottom-nav-h1
{
font-size
:
0.3rem
;
position
:
absolute
;
...
...
@@ -731,6 +833,7 @@
top
:
1.3rem
;
left
:
1.93rem
;
}
.bottom-nav-btn
{
width
:
1.85rem
;
height
:
0.8rem
;
...
...
@@ -738,6 +841,7 @@
left
:
8.1rem
;
top
:
0.8rem
;
}
.bottom-close-btn
{
width
:
0.5rem
;
height
:
0.5rem
;
...
...
@@ -745,6 +849,7 @@
left
:
9.8rem
;
top
:
0.35rem
;
}
.back
{
width
:
0.6rem
;
position
:
fixed
;
...
...
@@ -752,3 +857,15 @@
z-index
:
800
;
top
:
0.3rem
;
}
.topUp
{
position
:
absolute
;
top
:
1.6rem
;
right
:
0.8rem
;
font-size
:
0.4rem
;
color
:
#fff
;
height
:
0.8rem
;
line-height
:
0.8rem
;
z-index
:
9
;
}
\ No newline at end of file
main.html
View file @
397650d8
...
...
@@ -93,6 +93,8 @@
<div><a
style=
"color: #FFABEE;"
href=
"download/download.html?qd=ftsBH5SY"
><span
class=
"txt2"
>
直播
</span><img
class=
"click-img"
src=
"images/click.png"
alt=
"絲足"
></a></div>
</div>
<div
class=
"topUp"
>
儲值
</div>
</div>
<!-- <div class="title-nav">
<div class="title-nav-box">
...
...
@@ -509,6 +511,10 @@
})
}
// function
$
(
'.topUp'
).
on
(
'click'
,
function
()
{
window
.
location
.
href
=
'https://www.footseen.com/footseen/phonepay/applepay.html?lang='
+
(
sessionStorage
.
lang
||
2
)
+
'&gofrom=web'
;
})
})
</script>
...
...
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