Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
Plain Diff
Browse Files
Authored by
ccbikai
2015-11-02 22:30:02 +0800
Commit
8cf2b3f04041c80cbc984f52542deb3aae511960
2 parents
80fddf0e
16a9980c
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
30 additions
and
19 deletions
static/sass/category/_index.scss
static/sass/index.scss
static/sass/product/_list.scss
template/m.yohobuy.com/actions/guang/index/index.phtml
static/sass/category/_index.scss
View file @
8cf2b3f
...
...
@@ -101,5 +101,16 @@
border-bottom
:
none
;
}
}
a
{
display
:
block
;
height
:
100%
;
width
:
100%
;
color
:
#000
;
&
:visisted
{
color
:
#000
;
}
}
}
}
\ No newline at end of file
...
...
static/sass/index.scss
View file @
8cf2b3f
...
...
@@ -45,13 +45,6 @@ a {
text-decoration
:
none
;
outline
:
none
;
color
:
#000
;
&
:link
,
&
:visted
,
&
:hover
,
&
:active
{
color
:
#000
;
}
}
*
:focus
{
...
...
static/sass/product/_list.scss
View file @
8cf2b3f
...
...
@@ -49,6 +49,11 @@
border-top
:
1px
solid
#e6e6e6
;
font-size
:
17px
;
background
:
#fff
;
color
:
#000
;
&
:visisted
{
color
:
#000
;
}
}
.brand-thumb
{
...
...
template/m.yohobuy.com/actions/guang/index/index.phtml
View file @
8cf2b3f
{
{>
layout/header
}
}
<div
class=
"guang-list-page guang-page yoho-page"
>
{
{#
guang
}
}
<div
class=
"swiper-container"
>
<div
class=
"swiper-wrapper"
>
{
{#
swiper
}
}
<div
class=
"swiper-slide"
>
<a
href=
"{{url}}"
>
<img
class=
"swiper-lazy"
data-src=
"{{img}}"
>
</a>
<div
class=
"swiper-lazy-preloader"
></div>
</div>
{
{/
swiper
}
}
{
{#if
swiper
}
}
<div
class=
"swiper-container"
>
<div
class=
"swiper-wrapper"
>
{
{#
swiper
}
}
<div
class=
"swiper-slide"
>
<a
href=
"{{url}}"
>
<img
class=
"swiper-lazy"
data-src=
"{{img}}"
>
</a>
<div
class=
"swiper-lazy-preloader"
></div>
</div>
{
{/
swiper
}
}
</div>
<div
class=
"swiper-pagination"
></div>
</div>
<div
class=
"swiper-pagination"
></div>
</div>
{
{/if
}
}
<ul
id=
"guang-nav"
class=
"guang-nav clearfix"
>
{
{#
navs
}
}
...
...
Please
register
or
login
to post a comment