HOME > minishop

1064 STUDIO

无论场所和时间,最融入气氛中,但独树一帜的饰品,1064 STUIDO

商品 (84) 产品评价


共有84个的商品。

  • 1064 STUDIO
  • 饰品 | (18S-1064S-140H) classic texture hairpin (a/b)
  • $108 / ¥784
    会员价 $97 / ¥705
  • 1064 STUDIO
  • 饰品 | (18S-1064S-141R) classic round ring
  • $83 / ¥603
    会员价 $75 / ¥543
  • 1064 STUDIO
  • 饰品 | (18S-1064S-142R) classic texture ring (a/b)
  • $81 / ¥585
    会员价 $73 / ¥526
  • 1064 STUDIO
  • 饰品 | (18S-1064S-143R) gold simple ring
  • $72 / ¥524
    会员价 $65 / ¥472
  • 1064 STUDIO
  • 饰品 | (18S-1064S-144R) shining pebble ring (a/b)
  • $100 / ¥723
    会员价 $90 / ¥651
  • 1064 STUDIO
  • 饰品 | (18S-1064S-145E) classic curved earring (one point)
  • $169 / ¥1,224
    会员价 $152 / ¥1,101
  • 1064 STUDIO
  • 饰品 | (18S-1064S-146E) classic shape earring (ab)
  • $81 / ¥591
    会员价 $73 / ¥532
  • 1064 STUDIO
  • 饰品 | (18S-1064S-147E) classic pattern earring
  • $154 / ¥1,115
    会员价 $138 / ¥1,004
  • 1064 STUDIO
  • 饰品 | (18S-1064S-148E) classic elliptic earring
  • $245 / ¥1,778
    会员价 $221 / ¥1,600
  • 1064 STUDIO
  • 饰品 | (18S-1064S-149E) classic folding earring (one point)
  • $199 / ¥1,447
    会员价 $179 / ¥1,302
  • 1064 STUDIO
  • 饰品 | (18S-1064S-150E) gold pebble earring
  • $120 / ¥874
    会员价 $108 / ¥787
  • 1064 STUDIO
  • 饰品 | (18S-1064S-152E) classic rectangle earring
  • $183 / ¥1,326
    会员价 $164 / ¥1,194
  • 1064 STUDIO
  • 饰品 | (18S-1064S-153E) classic round ring earring
  • $156 / ¥1,133
    会员价 $141 / ¥1,020
  • 1064 STUDIO
  • 饰品 | (18S-1064S-154E) classic semicircle earring
  • $146 / ¥1,061
    会员价 $132 / ¥955
  • 1064 STUDIO
  • 饰品 | (18S-1064S-155E) shining pebble earring
  • $123 / ¥892
    会员价 $111 / ¥803
  • 1064 STUDIO
  • 饰品 | the sense of pearl R (S/B type)
  • $81 / ¥591
    会员价 $73 / ¥532
  • 1064 STUDIO
  • 饰品 | clear texture N
  • $91 / ¥663
    会员价 $82 / ¥597
  • 1064 STUDIO
  • 饰品 | the sense of sight N (C type)
  • $120 / ¥874
    会员价 $108 / ¥787
  • 1064 STUDIO
  • 饰品 | the sense of sight N (B type)
  • $83 / ¥603
    会员价 $75 / ¥543
  • 1064 STUDIO
  • 饰品 | the sense of sight N (A type)
  • $96 / ¥693
    会员价 $86 / ¥624
  • 1064 STUDIO
  • 饰品 | the sense of sight E
  • $70 / ¥506
    会员价 $63 / ¥456
  • 1064 STUDIO
  • 饰品 | the sense of sight E (pearl)
  • $91 / ¥663
    会员价 $82 / ¥597
  • 1064 STUDIO
  • 饰品 | the sense of sight E (clear)
  • $120 / ¥874
    会员价 $108 / ¥787
  • 1064 STUDIO
  • 饰品 | Sunlighting E (2)
  • $81 / ¥591
    会员价 $73 / ¥532
 1234
  • 近期查看
  • ▲ TOP
  • <script type="text/javascript"> <!-- var intTopPos = 220; // 상단 위치 var intSpeed = 500; // 속도 $(document).ready(function() { var intQuickTopPos = intTopPos; $("div#quickMenu").css({'position':'absolute', 'top':intQuickTopPos + 'px'}); $(window).scroll(function() { var intQuickTopPos = ($(document).scrollTop() < intTopPos) ? intTopPos : $(document).scrollTop() + 10; $("div#quickMenu").stop(); $("div#quickMenu").animate({ "top": intQuickTopPos + "px" }, intSpeed ); }); }); //--> </script> <div class="quickWrap" id="quickMenu" style="top:220px;margin-left:550px;"> <div class="titQuick">最新??商品</div> <script type="text/javascript"> <!-- var quickPage = 1; var quickPageMax = 0; $(document).ready(function() { $.getJSON("./?menuType=main&mode=json&act=quickProdList&quickPage="+quickPage+"&callback=?", function(data) { $(".quickProduct").html(data[0].QUICK_PROD_LIST); quickPageMax = data[0].QUICK_PAGE_MAX; }); }); function goQuickMenuPrevMoveEvent() { goQuickMenuPrevMove(); } function goQuickMenuNextMoveEvent() { goQuickMenuNextMove(); } function goQuickMenuPrevMove() { if(quickPage <= 1) { return false; } quickPage = quickPage - 1; $.getJSON("./?menuType=main&mode=json&act=quickProdList&quickPage="+quickPage+"&callback=?", function(data) { $(".quickProduct").html(data[0].QUICK_PROD_LIST); }); } function goQuickMenuNextMove() { if(quickPage >= quickPageMax) { return false; } quickPage = quickPage + 1; $.getJSON("./?menuType=main&mode=json&act=quickProdList&quickPage="+quickPage+"&callback=?", function(data) { $(".quickProduct").html(data[0].QUICK_PROD_LIST); }); } //--> </script> <div class="quickProduct"></div> <div class="quickBtnWrap"><a href="javascript:goQuickMenuPrevMoveEvent()"><img src="../images/common/btn_bannerTop.png" alt=""></a><a href="javascript:goQuickMenuNextMoveEvent()"><img src="../images/common/btn_bannerBottom.png" alt=""></a></div> <!-- <div class="quickBtnWrap"> <a href="javascript:goQuickMenuPrevMoveEvent()" class="btnQuickPrev"><img src="../images/common/btn_bannerTop.png" alt=""></a> <a href="javascript:goQuickMenuNextMoveEvent()" class="btnQuickNext"><img src="../images/common/btn_bannerBottom.png" alt=""></a> </div> --> <div class="topBtn"> <a href="#top"><img src="/upload/images/btn_top.png"/></a> </div> </div>