Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
web.yazhai.co
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
b8d98db4
authored
Sep 16, 2022
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
b7beb060
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
1 deletions
guodongRecharge/css/index.css
guodongRecharge/css/index.less
guodongRecharge/images/face.png
guodongRecharge/index.html
guodongRecharge/css/index.css
View file @
b8d98db4
...
...
@@ -381,3 +381,16 @@
margin-right
:
0.05rem
;
margin-left
:
0.05rem
;
}
.diamond-box
{
height
:
0.45rem
;
width
:
2.85rem
;
position
:
absolute
;
bottom
:
0
;
left
:
0
;
background
:
#FAF4E6
;
color
:
#EE9740
;
text-align
:
center
;
font-size
:
0.3rem
;
line-height
:
0.45rem
;
border-radius
:
0
0
0.2rem
0.2rem
;
}
guodongRecharge/css/index.less
View file @
b8d98db4
...
...
@@ -387,4 +387,17 @@
.swiper-pagination-bullet{
margin-right: 0.05rem;
margin-left: 0.05rem;
}
.diamond-box{
height: 0.45rem;
width: 2.85rem;
position: absolute;
bottom: 0;
left: 0;
background: #FAF4E6;
color: #EE9740;
text-align: center;
font-size: 0.3rem;
line-height: 0.45rem;
border-radius: 0 0 0.2rem 0.2rem;
}
\ No newline at end of file
guodongRecharge/images/face.png
0 → 100644
View file @
b8d98db4
1.43 KB
guodongRecharge/index.html
View file @
b8d98db4
...
...
@@ -33,7 +33,7 @@
<body>
<div
class=
"bg"
>
<div
class=
"reg-top-box"
>
<img
class=
"reg-top-face"
src=
""
alt=
""
>
<img
class=
"reg-top-face"
src=
"
images/face.png
"
alt=
""
>
<p
class=
"reg-top-p1"
></p>
<p
class=
"reg-top-p2"
></p>
<span
class=
"recording recording2"
>
充值记录
</span>
...
...
@@ -219,6 +219,7 @@ try{
html+='
<
p
><
img
src
=
"images/diamond.png"
>
'+list.diamond+'
<
/p>'
;
html
+=
'
<
p
>
¥
'+list.amount+'
<
/p>'
;
if
(
list
.
sale
==
1
)
html
+=
'
<
img
class
=
"hot-icon"
src
=
"images/hot-icon.png"
>
'
if(list.addnum>0)html+='
<
div
class
=
"diamond-box"
>
送
'+list.addnum+'
钻
<
/div>
'
html
+=
'
<
/li>'
;
}
$
(
".new-reg-ul"
).
html
(
html
);
...
...
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