配饰 > 饰品 > 戒指 共有489个的商品。

  • MATIAS
  • 戒指 | Fioco Ring (Gold) 피오코 반지 (골드)
  • $75 / ¥543
    会员价 $67 / ¥488
  • NONENON
  • 戒指 | DOODLE RNG(6mm) SILVER925(18K GOLD PLATED)
  • $83 / ¥603
    会员价 $75 / ¥543
  • NONENON
  • 戒指 | DOODLE RNG(6mm) SILVER925
  • $83 / ¥603
    会员价 $75 / ¥543
  • NONENON
  • 戒指 | DOODLE RNG(4mm) SILVER925(18K GOLD PLATED)
  • $81 / ¥591
    会员价 $73 / ¥532
  • NONENON
  • 戒指 | DOODLE RNG(4mm) SILVER925
  • $81 / ¥591
    会员价 $73 / ¥532
  • ZOENA
  • 戒指 | Lip point ring
  • $61 / ¥446
    会员价 $55 / ¥401
  • SWINGSET
  • 戒指 | Craquer Beads Ring (Glitter Yellow)
  • $11 / ¥81
    会员价 $10 / ¥73
  • SWINGSET
  • 戒指 | Craquer Beads Ring (Glitter Aqua)
  • $11 / ¥81
    会员价 $10 / ¥73
  • SWINGSET
  • 戒指 | Craquer Beads Ring (Glitter Pink)
  • $11 / ¥81
    会员价 $10 / ¥73
  • ⓥ 韩国明星STAYC 朴莳恩同款
  • SWINGSET
  • 戒指 | Craquer Beads Ring (Glitter White)
  • $11 / ¥81
    会员价 $10 / ¥73
  • SWINGSET
  • 戒指 | Love Bag Beads Ring (Purple)
  • $32 / ¥235
    会员价 $29 / ¥212
  • SWINGSET
  • 戒指 | Delicate Beads Ring (Aurora)
  • $32 / ¥235
    会员价 $29 / ¥212
  • SWINGSET
  • 戒指 | Delicate Beads Ring (Aurora)
  • $32 / ¥229
    会员价 $28 / ¥206
  • SWINGSET
  • 戒指 | Delicate Beads Ring (Sky Blue)
  • $32 / ¥229
    会员价 $28 / ¥206
  • SWINGSET
  • 戒指 | Delicate Beads Ring (Pink)
  • $32 / ¥229
    会员价 $28 / ¥206
  • SWINGSET
  • 戒指 | Hand Bag Beads Ring (Lavender)
  • $37 / ¥265
    会员价 $33 / ¥239
  • SWINGSET
  • 戒指 | Hand Bag Beads Ring (Lemon)
  • $37 / ¥265
    会员价 $33 / ¥239
  • UNI.J
  • 戒指 | Onyx Bonbon Stretch Silver Ring Ir207 [Silver]
  • $26 / ¥187
    会员价 $23 / ¥168
  • UNI.J
  • 戒指 | Volume Pave Setting Silver Ring Ir204 [Silver]
  • $48 / ¥350
    会员价 $43 / ¥315
  • UNI.J
  • 戒指 | Motif Silver Chain Ring Ir203 [Gold]
  • $37 / ¥265
    会员价 $33 / ¥239
  • UNI.J
  • 戒指 | Special bold Curve Chain Ring Ir202 [Gold]
  • $69 / ¥500
    会员价 $62 / ¥450
  • MIDNIGHT MOMENT
  • 戒指 | Love ball ring
  • $76 / ¥555
    会员价 $69 / ¥499
  • NONENON
  • 戒指 | LOGO FLAT RNG(3mm)
  • $24 / ¥175
    会员价 $22 / ¥157
  • 近期查看
  • ▲ 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>