Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
陈轩
9 years ago
Commit
36955dc88117cb63eb754d0f6f20e1a444e42cca
1 parent
bcd0fb87
fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
public/js/activity/live/yoho_live_detail_main.js
public/scss/activity/live/_player.css
public/js/activity/live/yoho_live_detail_main.js
View file @
36955dc
...
...
@@ -673,7 +673,7 @@ function insert_like(obj) {
}
}
now_like_nums
=
num
;
if
(
now_like_nums
>
10000
0
)
{
if
(
now_like_nums
>
10000
)
{
$
(
'#like_num'
).
text
((
now_like_nums
/
10000
).
toFixed
(
1
)
+
'万'
);
}
else
{
$
(
'#like_num'
).
text
(
now_like_nums
);
...
...
public/scss/activity/live/_player.css
View file @
36955dc
...
...
@@ -203,8 +203,6 @@
padding-left
:
1.75rem
;
display
:
inline-block
;
color
:
#ffffff
;
border-radius
:
0.3rem
;
background-color
:
rgba
(
0
,
0
,
0
,
0.32
);
font-size
:
0.6rem
;
}
...
...
@@ -224,7 +222,9 @@
font-size
:
22px
;
font-weight
:
lighter
;
color
:
rgba
(
255
,
255
,
255
,
0.8
);
background-color
:
rgba
(
0
,
0
,
0
,
0.32
);
overflow
:
hidden
;
border-radius
:
0.3rem
;
}
.live-item2_2
{
...
...
@@ -234,6 +234,7 @@
line-height
:
1.2
;
font-weight
:
normal
;
color
:
#FFFFFF
;
border-radius
:
0.3rem
;
}
.live-item2
img
{
...
...
@@ -242,7 +243,7 @@
top
:
0
;
display
:
inline-block
;
width
:
2.5rem
;
height
:
100%
;
border-radius
:
0.3rem
;
}
.live-item2-head
{
...
...
Please
register
or
login
to post a comment