Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
王水玲
2016-04-20 10:59:14 +0800
Commit
ac0f950a6f703c54321e85d55fd115644498bca0
1 parent
b8189dbf
新潮教室修改
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
7 deletions
static/js/guang/check-top.js
static/js/guang/collocation-list.js
static/js/guang/star-classroom.js
static/sass/guang/_star-classroom.scss
static/js/guang/check-top.js
View file @
ac0f950
/**
* 星潮教室-top100
* @author: wsl<shuiling.wang@yoho.cn>
* @date: 2016/4/12
*/
var
$
=
require
(
'jquery'
);
$
(
'body'
).
addClass
(
'star-class-body'
);
function
setAvatar
(
$userAvatar
)
{
var
myImage
=
new
Image
(),
avatar
;
...
...
static/js/guang/collocation-list.js
View file @
ac0f950
...
...
@@ -12,6 +12,8 @@ var $ = require('jquery'),
var
page
=
1
;
$
(
'body'
).
addClass
(
'star-class-body'
);
function
massageAJAX
(
page
)
{
loading
.
showLoadingMask
();
$
.
ajax
({
...
...
static/js/guang/star-classroom.js
View file @
ac0f950
...
...
@@ -14,6 +14,8 @@ var bannerSwiper, collocationSwiper;
lazyLoad
(
$
(
'img.lazy'
));
$
(
'body'
).
addClass
(
'star-class-body'
);
// 日历弹出框显示及粉丝排行榜数据组装
function
intimacyData
(
data
)
{
var
$ul
=
$
(
'.fan-charts-cont'
),
...
...
static/sass/guang/_star-classroom.scss
View file @
ac0f950
body
{
width
:
100%
;
background
:
#333
;
font
:
12px
/
1
.5
Arial
,
'黑体'
;
float
:
left
}
.yoho-header
.nav-title
{
font-weight
:
normal
;
}
.star-class-body
{
background
:
#333
;
width
:
100%
;
font
:
12px
/
1
.5
Arial
,
'黑体'
;
float
:
left
;
}
.star-classroom
{
background
:
#333
;
img
{
max-width
:
100%
;
display
:
block
;
...
...
Please
register
or
login
to post a comment