Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
h5_activity
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
谭新宇
h5_activity
Commits
cd2d14c4
Commit
cd2d14c4
authored
Jul 18, 2019
by
txy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'13'
parent
7856fbe1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
activity.css
showPhotos/css/activity.css
+1
-0
index.js
showPhotos/js/page/index.js
+2
-0
No files found.
showPhotos/css/activity.css
View file @
cd2d14c4
...
@@ -337,6 +337,7 @@ body {
...
@@ -337,6 +337,7 @@ body {
}
}
.container
.content
.user-list
tr
td
.table-info
.cell
.info-pic
{
.container
.content
.user-list
tr
td
.table-info
.cell
.info-pic
{
height
:
1rem
;
height
:
1rem
;
width
:
1rem
;
}
}
.container
.content
.user-list
tr
td
.table-info
.cell-info
{
.container
.content
.user-list
tr
td
.table-info
.cell-info
{
padding
:
0
.1rem
;
padding
:
0
.1rem
;
...
...
showPhotos/js/page/index.js
View file @
cd2d14c4
...
@@ -315,6 +315,8 @@ function getRangeList(rankListData){
...
@@ -315,6 +315,8 @@ function getRangeList(rankListData){
// 票数
// 票数
$
(
'.ticket-total .text-red'
,
tr
).
text
(
rankListData
.
records
[
i
].
voteNum
);
$
(
'.ticket-total .text-red'
,
tr
).
text
(
rankListData
.
records
[
i
].
voteNum
);
// 编号
$
(
'.cell-info small'
,
tr
).
text
(
'编号:'
+
rankListData
.
records
[
i
].
userNumber
+
'号'
);
// 添加点击事件
// 添加点击事件
var
cloneItem
=
$
(
tr
).
clone
();
var
cloneItem
=
$
(
tr
).
clone
();
tempItem
.
append
(
cloneItem
);
tempItem
.
append
(
cloneItem
);
...
...
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