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
unknown
9 years ago
Commit
84af27e2786c9ee13bc0eb32ee1d2bfc8aab9eb9
1 parent
052ba7cf
guang css
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
web-static/img/guang/detail/icon-share.png
web-static/js/guang/detail.js
web-static/sass/guang/_detail.scss
web-static/img/guang/detail/icon-share.png
0 → 100644
View file @
84af27e
3.65 KB
web-static/js/guang/detail.js
View file @
84af27e
...
...
@@ -18,8 +18,8 @@ var $commentList = $commentArea.find('.comments-wrap'),
MAX_COMMENTS_WORDS
=
100
,
$wordCountTip
=
$
(
'#word-count-tip'
);
require
(
'../common/right-side'
);
require
(
'../common/blink-img'
);
require
(
'./right-side'
);
require
(
'./img-blink'
);
//Pjax
require
(
'yoho.pjax'
);
...
...
web-static/sass/guang/_detail.scss
View file @
84af27e
...
...
@@ -587,31 +587,31 @@ $commodityWidth: 192px;
}
.share-to
.share-sina
{
background
:
url(http://static.yohobuy.com/images/v3/icon/icon-share.png
)
no-repeat
0
0
;
background
:
image-url
(
'guang/detail/icon-share.png'
)
no-repeat
0
0
;
}
.share-to
.share-weixin
{
background
:
url(http://static.yohobuy.com/images/v3/icon/icon-share.png
)
no-repeat
0
-96px
;
background
:
image-url
(
'guang/detail/icon-share.png'
)
no-repeat
0
-96px
;
}
.share-to
.share-tencent
{
background
:
url(http://static.yohobuy.com/images/v3/icon/icon-share.png
)
no-repeat
0
-16px
;
background
:
image-url
(
'guang/detail/icon-share.png'
)
no-repeat
0
-16px
;
}
.share-to
.share-renren
{
background
:
url(http://static.yohobuy.com/images/v3/icon/icon-share.png
)
no-repeat
0
-32px
;
background
:
image-url
(
'guang/detail/icon-share.png'
)
no-repeat
0
-32px
;
}
.share-to
.share-qzone
{
background
:
url(http://static.yohobuy.com/images/v3/icon/icon-share.png
)
no-repeat
0
-48px
;
background
:
image-url
(
'guang/detail/icon-share.png'
)
no-repeat
0
-48px
;
}
.share-to
.share-qq
{
background
:
url(http://static.yohobuy.com/images/v3/icon/icon-share.png
)
no-repeat
0
-64px
;
background
:
image-url
(
'guang/detail/icon-share.png'
)
no-repeat
0
-64px
;
}
.share-to
.share-douban
{
background
:
url(http://static.yohobuy.com/images/v3/icon/icon-share.png
)
no-repeat
0
-80px
;
background
:
image-url
(
'guang/detail/icon-share.png'
)
no-repeat
0
-80px
;
}
/* weixin share start */
...
...
Please
register
or
login
to post a comment