Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
梁志锋
9 years ago
Commit
561eac5f83d631c34cd443906cbe3744a99a0750
1 parent
0b6e9281
update
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
30 additions
and
7 deletions
framework
static/sass/index/_footer.scss
template/m.yohobuy.com/actions/category/brand/index.phtml
template/m.yohobuy.com/partials/layout/download_app.phtml
template/m.yohobuy.com/partials/product/banner_swipe_and_single.phtml
framework
@
119c247f
Subproject commit
75bbc3b075de19f239532f60c5995d06c5f814e2
Subproject commit
119c247f5cf929aa1e059e40609bb16dd6b58f05
...
...
static/sass/index/_footer.scss
View file @
561eac5
...
...
@@ -36,6 +36,14 @@
top
:
0
;
width
:
50px
;
height
:
50px
;
.close-icon
{
position
:
absolute
;
left
:
0
;
top
:
0
;
color
:
#C0C0C0
;
z-index
:
2
;
}
}
#float-layer-btn
{
...
...
@@ -50,4 +58,16 @@
border-radius
:
5px
;
margin-top
:
-13px
;
-webkit-tap-highlight-color
:
rgba
(
0
,
0
,
0
,
0
.5
);
}
.circle-rightbottom
{
position
:
absolute
;
width
:
25px
;
height
:
0px
;
border
:
0
solid
#323232
;
border-bottom
:
25px
solid
#323232
;
-moz-border-radius
:
0
0
25px
0
;
-webkit-border-radius
:
0
0
25px
0
;
border-radius
:
0
0
25px
0
;
}
\ No newline at end of file
...
...
template/m.yohobuy.com/actions/category/brand/index.phtml
View file @
561eac5
...
...
@@ -40,10 +40,10 @@
<p>
<a
href=
"{{url}}"
>
{
{name
}
}
{
{#
isHot
}
}
<i
class=
"icon-hot"
>H</i>
<i
class=
"icon-hot"
>H
ot
</i>
{
{/
isHot
}
}
{
{#
isNew
}
}
<i
class=
"icon-new"
>N</i>
<i
class=
"icon-new"
>N
ew
</i>
{
{/
isNew
}
}
</a>
</p>
...
...
template/m.yohobuy.com/partials/layout/download_app.phtml
View file @
561eac5
...
...
@@ -5,7 +5,8 @@
<p>新用户首单减
10
元</p>
</div>
<a
href=
"javascript:void(0);"
id=
"float-layer-close"
>
<img
src=
"http://static.yohobuy.com/m/v1/img/close_new.png"
width=
"22"
>
<i
class=
"close-icon iconfont"
>
623
;</i>
<div
class=
"circle-rightbottom"
></div>
</a>
<a
href=
"http://m.yohobuy.com/download/hyapp"
id=
"float-layer-btn"
>
立即下载
...
...
@@ -14,4 +15,4 @@
{
{/showDownloadApp
}
}
\ No newline at end of file
\ No newline at end of file
...
...
template/m.yohobuy.com/partials/product/banner_swipe_and_single.phtml
View file @
561eac5
...
...
@@ -5,8 +5,9 @@
{
{#
list
}
}
<li
class=
"swiper-slide"
>
<a
href=
"{{url}}"
>
<img
src=
"{{img}}"
alt=
"
"
>
<img
class=
"swiper-lazy"
data-src=
"{{img}}
"
>
</a>
<div
class=
"swiper-lazy-preloader"
></div>
</li>
{
{/
list
}
}
</ul>
...
...
@@ -20,4 +21,5 @@
<a
href=
{
{url
}
}>
<img
class=
"img"
src=
{
{img
}
}>
</a>
{
{/if
}
}
\ No newline at end of file
{
{/if
}
}
...
...
Please
register
or
login
to post a comment