Authored by unknown

guang css

@@ -18,8 +18,8 @@ var $commentList = $commentArea.find('.comments-wrap'), @@ -18,8 +18,8 @@ var $commentList = $commentArea.find('.comments-wrap'),
18 MAX_COMMENTS_WORDS = 100, 18 MAX_COMMENTS_WORDS = 100,
19 $wordCountTip = $('#word-count-tip'); 19 $wordCountTip = $('#word-count-tip');
20 20
21 -require('../common/right-side');  
22 -require('../common/blink-img'); 21 +require('./right-side');
  22 +require('./img-blink');
23 23
24 //Pjax 24 //Pjax
25 require('yoho.pjax'); 25 require('yoho.pjax');
@@ -587,31 +587,31 @@ $commodityWidth: 192px; @@ -587,31 +587,31 @@ $commodityWidth: 192px;
587 } 587 }
588 588
589 .share-to .share-sina { 589 .share-to .share-sina {
590 - background: url(http://static.yohobuy.com/images/v3/icon/icon-share.png) no-repeat 0 0; 590 + background: image-url('guang/detail/icon-share.png') no-repeat 0 0;
591 } 591 }
592 592
593 .share-to .share-weixin { 593 .share-to .share-weixin {
594 - background: url(http://static.yohobuy.com/images/v3/icon/icon-share.png) no-repeat 0 -96px; 594 + background: image-url('guang/detail/icon-share.png') no-repeat 0 -96px;
595 } 595 }
596 596
597 .share-to .share-tencent { 597 .share-to .share-tencent {
598 - background: url(http://static.yohobuy.com/images/v3/icon/icon-share.png) no-repeat 0 -16px; 598 + background: image-url('guang/detail/icon-share.png') no-repeat 0 -16px;
599 } 599 }
600 600
601 .share-to .share-renren { 601 .share-to .share-renren {
602 - background: url(http://static.yohobuy.com/images/v3/icon/icon-share.png) no-repeat 0 -32px; 602 + background: image-url('guang/detail/icon-share.png') no-repeat 0 -32px;
603 } 603 }
604 604
605 .share-to .share-qzone { 605 .share-to .share-qzone {
606 - background: url(http://static.yohobuy.com/images/v3/icon/icon-share.png) no-repeat 0 -48px; 606 + background: image-url('guang/detail/icon-share.png') no-repeat 0 -48px;
607 } 607 }
608 608
609 .share-to .share-qq { 609 .share-to .share-qq {
610 - background: url(http://static.yohobuy.com/images/v3/icon/icon-share.png) no-repeat 0 -64px; 610 + background: image-url('guang/detail/icon-share.png') no-repeat 0 -64px;
611 } 611 }
612 612
613 .share-to .share-douban { 613 .share-to .share-douban {
614 - background: url(http://static.yohobuy.com/images/v3/icon/icon-share.png) no-repeat 0 -80px; 614 + background: image-url('guang/detail/icon-share.png') no-repeat 0 -80px;
615 } 615 }
616 616
617 /* weixin share start */ 617 /* weixin share start */