Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
quxiu
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
冷斌
quxiu
Commits
5aa135e0
Commit
5aa135e0
authored
Apr 24, 2020
by
刘海龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1111
parent
ca7d1126
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
4 deletions
+11
-4
public/appapi/css/style_hl.css
+1
-1
themes/simplebootx/Appapi/Invite/index.html
+1
-1
themes/simplebootx/Appapi/Level/index.html
+9
-2
No files found.
public/appapi/css/style_hl.css
View file @
5aa135e0
...
...
@@ -17,7 +17,7 @@
.mylevel
.levelBox
{
width
:
100%
;
margin-top
:
.2rem
;
display
:
flex
;
align-items
:
center
;
justify-content
:
space-between
;
padding
:
0
1.25rem
;
}
.mylevel
.levlfet
{
font-size
:
.7rem
;
color
:
#C45EFF
;
font-weight
:
600
;
margin-right
:
.75rem
;
line-height
:
1rem
;
}
.mylevel
.levright
{
font-size
:
.7rem
;
color
:
#C45EFF
;
font-weight
:
600
;
margin-left
:
.75rem
;
line-height
:
1rem
;
}
.mylevel
.levmidBox
{
flex
:
1
;
display
:
flex
;
height
:
1rem
;
position
:
relative
;
}
.mylevel
.levmidBox
{
flex
:
1
;
display
:
flex
;
height
:
1rem
;
position
:
relative
;
overflow
:
hidden
;
}
.mylevel
.huixian
{
width
:
100%
;
height
:
.2rem
;
border-radius
:
.1rem
;
background
:
#DADBDA
;
position
:
absolute
;
left
:
0
;
top
:
50%
;
transform
:
translate
(
0
,
-50%
);
z-index
:
2
;
}
.mylevel
.hongxian
{
height
:
.2rem
;
border-radius
:
.1rem
;
background
:
#C45EFF
;
position
:
absolute
;
left
:
0
;
top
:
50%
;
transform
:
translate
(
0
,
-50%
);
z-index
:
3
;
}
.mylevel
.userTx
{
width
:
3.65rem
;
height
:
3.65rem
;
border-radius
:
50%
;
position
:
absolute
;
top
:
1.08rem
;
left
:
51.2%
;
transform
:
translate
(
-50%
,
0
);
}
...
...
themes/simplebootx/Appapi/Invite/index.html
View file @
5aa135e0
...
...
@@ -57,7 +57,7 @@
<!-- 立即注册按钮 -->
<div
class=
"btn_box"
>
<div
class=
"Register_btn reg_bottom_login"
>
注册
</div>
<div
class=
"Register_btn reg_bottom_login"
>
下载
</div>
<div
class=
"Register_btn reg_bottom_login"
>
下载
直播
</div>
</div>
</div>
...
...
themes/simplebootx/Appapi/Level/index.html
View file @
5aa135e0
...
...
@@ -181,15 +181,22 @@
created
:
function
()
{
//加载触发函数
var
n
=
this
.
my_experience
/
this
.
all_experience
if
(
n
>
1
){
var
experience
=
100
%
}
else
{
var
experience
=
n
*
100
+
"%"
}
var
css
=
{
width
:
experience
}
$
(
'#hengx_1'
).
css
(
css
)
var
z
=
this
.
my_zbexperience
/
this
.
all_zbexperience
var
zbexperience
=
z
*
100
+
"%"
if
(
n
>
1
){
var
zbexperience
=
100
%
}
else
{
var
zbexperience
=
n
*
100
+
"%"
}
var
zbcss
=
{
width
:
zbexperience
}
$
(
'#hengx_2'
).
css
(
zbcss
)
}
});
</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