Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
xiaozhan
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
冷斌
xiaozhan
Commits
f1eada3d
Commit
f1eada3d
authored
Mar 10, 2020
by
冷斌
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
a64bd854
e6cb06a9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
1 deletions
+16
-1
themes/simplebootx/Appapi/Contribute/index.html
+16
-1
No files found.
themes/simplebootx/Appapi/Contribute/index.html
View file @
f1eada3d
...
@@ -31,8 +31,23 @@
...
@@ -31,8 +31,23 @@
<!-- 有礼物 -->
<!-- 有礼物 -->
<div
class=
"Gongxbody"
v-if=
"!noLiwuMsg"
>
<div
class=
"Gongxbody"
v-if=
"!noLiwuMsg"
>
<div
v-if=
"list.length == 1"
style=
"position: relative; display: flex; align-items: center; justify-content: center;padding: 0 1rem; padding-top: 1rem; padding-bottom: .5rem; "
>
<img
src=
"__PUBLIC__/appapi/img/bg_paihangbang@2x(2).png"
style=
"width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -2;"
>
<div
class=
"Itembox"
v-if=
"list[0]"
>
<div
class=
"imgBox"
>
<img
class=
"diyiImg"
src=
"__PUBLIC__/appapi/img/diyi@2x.png"
>
<img
class=
"diyi_Tx"
:src=
"list[0]['userinfo']['avatar']"
>
</div>
<div
class=
"userName ell"
>
{{list[0]['userinfo']['user_nicename']}}
</div>
<div
class=
"levelBox"
>
<img
:src=
"'__PUBLIC__/appapi/img/user/' + list[0]['userinfo']['level'] + '.png'"
>
<img
:src=
"'__PUBLIC__/appapi/img/zhubo/' + list[0]['userinfo']['level_anchor'] + '.png'"
>
</div>
<div
class=
"GongxNum"
style=
"color: #fff;"
>
贡献 {{list[0]['total']}}
</div>
</div>
</div>
<!-- 前三的排名 -->
<!-- 前三的排名 -->
<div
class=
"headBox"
style=
"position: relative;"
>
<div
class=
"headBox"
style=
"position: relative;"
v-if=
"list.length > 1"
>
<img
src=
"__PUBLIC__/appapi/img/bg_paihangbang@2x(2).png"
style=
"width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -2;"
>
<img
src=
"__PUBLIC__/appapi/img/bg_paihangbang@2x(2).png"
style=
"width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -2;"
>
<div
class=
"Itembox"
v-if=
"list[1]"
>
<div
class=
"Itembox"
v-if=
"list[1]"
>
<div
class=
"imgBox"
>
<div
class=
"imgBox"
>
...
...
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