Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
biao
9 years ago
Commit
a41d8192271a63deede852516a98f25b7b707453
1 parent
5f59c16f
update for the slider style
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
38 additions
and
27 deletions
apps/channel/models/index.js
public/scss/channel/_home.css
public/scss/plugin/_slider.css
apps/channel/models/index.js
View file @
a41d819
...
...
@@ -4,12 +4,28 @@ const getContent = () => {
{
slider
:
[
{
img
:
'//img10.static.yhbimg.com/yhb-img01/2016/06/23/13/01ebff30179db84975c42a4f3c8b1f4d44.jpg?imageView2/1/w/1150/h/450'
,
img
:
'//img10.static.yhbimg.com/yhb-img01/2016/06/28/11/015a86ade17dc6213bab85b2162adebcd6.jpg?imageView2/2/w/1150/h/450'
,
link
:
'/'
},
{
img
:
'//img10.static.yhbimg.com/yhb-img01/2016/06/28/11/015a86ade17dc6213bab85b2162adebcd6.jpg?imageView2/2/w/1150/h/450'
,
link
:
'/'
},
{
img
:
'//img10.static.yhbimg.com/yhb-img01/2016/06/23/13/01ebff30179db84975c42a4f3c8b1f4d44.jpg?imageView2/1/w/1150/h/450'
,
link
:
'/'
},
{
img
:
'//img10.static.yhbimg.com/yhb-img01/2016/06/28/11/015a86ade17dc6213bab85b2162adebcd6.jpg?imageView2/2/w/1150/h/450'
,
link
:
'/'
},
{
img
:
'//img10.static.yhbimg.com/yhb-img01/2016/06/28/11/015a86ade17dc6213bab85b2162adebcd6.jpg?imageView2/2/w/1150/h/450'
,
link
:
'/'
},
{
img
:
'//img10.static.yhbimg.com/yhb-img01/2016/06/28/11/015a86ade17dc6213bab85b2162adebcd6.jpg?imageView2/2/w/1150/h/450'
,
link
:
'/'
}
]
},
...
...
public/scss/channel/_home.css
View file @
a41d819
...
...
@@ -70,22 +70,22 @@
position
:
absolute
;
top
:
50%
;
margin
:
-30px
0
0
;
width
:
6
0px
;
width
:
3
0px
;
height
:
60px
;
line-height
:
56px
;
text-align
:
center
;
z-index
:
2
;
background
:
#
fff
;
background
:
#
000
;
opacity
:
0.55
;
&.prev
{
left
:
50%
;
margin-left
:
-5
7
5px
;
margin-left
:
-5
4
5px
;
}
&
.next
{
right
:
50%
;
margin-right
:
-5
7
5px
;
margin-right
:
-5
4
5px
;
}
&
:hover
{
...
...
@@ -146,25 +146,25 @@
right
:
0
;
top
:
0
;
bottom
:
0
;
background
:
#000
;
opacity
:
0.3
;
border-radius
:
13px
;
/*background: #000;*/
}
span
{
position
:
relative
;
display
:
inline-block
;
margin
:
0
7px
;
width
:
12px
;
height
:
12px
;
background
:
#fff
;
margin
:
0
3px
;
width
:
7px
;
height
:
7px
;
background
:
#ccc
;
cursor
:
pointer
;
opacity
:
0.6
;
border-radius
:
6px
;
z-index
:
2
;
&.focus
{
opacity
:
1
;
width
:
12px
;
height
:
12px
;
position
:
relative
;
top
:
2px
;
background
:
#fff
;
}
}
}
...
...
public/scss/plugin/_slider.css
View file @
a41d819
...
...
@@ -31,28 +31,23 @@
right
:
0
;
top
:
0
;
bottom
:
0
;
background
:
#000
;
opacity
:
0.3
;
border-radius
:
13px
;
}
/*
.slide-pagination-last span {
display: block;
float: left;
position: relative;
margin
:
0
7px
;
width
:
12px
;
height
:
12px
;
margin: 0 3px;
width: 6px;
height: 6px;
background: #fff;
cursor: pointer;
opacity: 0.6;
border-radius
:
6px
;
z-index: 2;
&.focus
{
opacity
:
1
;
}
}
*/
.slide-switch
{
display
:
none
;
...
...
@@ -66,12 +61,12 @@
position
:
absolute
;
top
:
50%
;
margin
:
-30px
0
0
;
width
:
6
0px
;
width
:
3
0px
;
height
:
60px
;
line-height
:
56px
;
text-align
:
center
;
z-index
:
2
;
background
:
#
fff
;
background
:
#
000
;
opacity
:
0.55
;
&:hover
{
...
...
Please
register
or
login
to post a comment