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
lijing
2017-01-09 17:36:29 +0800
Commit
840e5a138820b2263afe1d21b4928f37ea32d833
1 parent
5d0d036d
类名污染,影响学校选择框样式
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
apps/activity/views/action/promotion.hbs
public/js/activity/promotion.page.js
public/scss/activity/trend/promotion.page.css → public/scss/activity/promotion/promotion.page.css
apps/activity/views/action/promotion.hbs
View file @
840e5a1
...
...
@@ -38,7 +38,7 @@
</div>
{{#if
shareLog
}}
<div
class=
"title"
style=
"background-image: url(
{{
picList
.
title3
}}
);"
></div>
<div
class=
"student"
>
<div
class=
"student
student-sroll
"
>
{{#
shareLog
}}
<div
class=
"student-item"
>
<div>
{{
createTime
}}
</div>
...
...
public/js/activity/promotion.page.js
View file @
840e5a1
...
...
@@ -14,7 +14,7 @@ var $dia = $('.dia-c .dia-main');
require
(
'../common'
);
require
(
'../../scss/activity/
trend
/promotion.page.css'
);
require
(
'../../scss/activity/
promotion
/promotion.page.css'
);
/*
* 筛选器
...
...
public/scss/activity/
trend
/promotion.page.css → public/scss/activity/
promotion
/promotion.page.css
View file @
840e5a1
...
...
@@ -116,10 +116,13 @@
}
}
.student
{
padding
:
0
30px
;
.student-sroll
{
max-height
:
500px
;
overflow-y
:
scroll
;
}
.student
{
padding
:
0
30px
;
.student-item
{
height
:
88px
;
...
...
Please
register
or
login
to post a comment