...
|
...
|
@@ -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 */
|
...
|
...
|
|