Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-mobile
·
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
unknown
10 years ago
Commit
27a50ef8a8874df6fab65023a71f4f30bc18246b
1 parent
7bc334d0
去掉收藏
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
home-page/public/sass/common/_side-nav.scss
home-page/views/partials/common/good_info.html
home-page/public/sass/common/_side-nav.scss
View file @
27a50ef
.side-nav
{
background
:
#fff
;
position
:
absolute
;
position
:
fixed
;
top
:
0
;
right
:
100rem
/
$pxConvertRem
;
bottom
:
0
;
...
...
home-page/views/partials/common/good_info.html
View file @
27a50ef
...
...
@@ -19,7 +19,7 @@
{{/ tags}}
</div>
<div
class=
"good-detail-img"
>
<
a
class=
"good-islike {{# isLike}}good-like{{/ isLike}} iconfont"
{{#
likeUrl
}}
href=
"{{.}}"
{{/
likeUrl
}}{{^
likeUrl
}}
href=
"javascript:;"
{{/
likeUrl
}}
>

</a
>
<
!-- <a class="good-islike {{# isLike}}good-like{{/ isLike}} iconfont" {{# likeUrl}}href="{{.}}"{{/ likeUrl}}{{^ likeUrl}}href="javascript:;"{{/ likeUrl}}></a> --
>
<a
class=
"good-thumb"
href=
"{{url}}"
>
<img
class=
"lazy"
data-original=
"{{thumb}}"
>
</a>
...
...
Please
register
or
login
to post a comment