> SEARCH

    shirring


共有520个的商品。

  • oh L
  • 休闲衬衣 | FLOWER PUFF SHIRRING BLOUSE_BLUE
  • $131 / ¥952
    会员价 $118 / ¥857
  • oh L
  • 休闲衬衣 | FLOWER PUFF SHIRRING BLOUSE_YELLOW
  • $131 / ¥952
    会员价 $118 / ¥857
  • SALON DE YOHN
  • 中长连衣裙 | V-neck Shirring Midi Dress_Navy
  • $118 / ¥856
    会员价 $106 / ¥770
  • SALON DE YOHN
  • 中长连衣裙 | V-neck Shirring Midi Dress_Pink
  • $118 / ¥856
    会员价 $106 / ¥770
8
  • OUR COMOS
  • 休闲衬衣 | comos 719 V-neck shirring blouse (navy)
  • $66 / ¥476
  • 会员价 $53 / ¥386
8
8
  • MONTS
  • 长款连衣裙 | monts 1529 V-neck shirring one-piece (navy)
  • $99 / ¥717
  • 会员价 $80 / ¥581
8
  • MONTS
  • 休闲衬衣 | monts 1521 ruffle shirring blouse (black)
  • $77 / ¥561
  • 会员价 $63 / ¥454
8
  • MONTS
  • 休闲衬衣 | monts 1520 round shirring blouse (deep blue)
  • $74 / ¥536
  • 会员价 $60 / ¥435
8
  • MONTS
  • 休闲衬衣 | monts 1518 shirring string stripe blouse (ivory)
  • $67 / ¥488
  • 会员价 $55 / ¥395
  • REORG
  • 中长裙 | FAL TWO SLIT SHIRRING MIDI SKIRT BLACK
  • $82 / ¥597
    会员价 $74 / ¥537
  • ITZAVIBE
  • 短裙 | [ISK004-13] Velour Shirring Skirt - Yellow
  • $52 / ¥380
    会员价 $47 / ¥342
  • ITZAVIBE
  • 短裙 | [ISK004-10] Velour Shirring Skirt - Gray
  • $52 / ¥380
    会员价 $47 / ¥342
  • ⓥ 韩国明星全昭弥同款
  • SILN
  • 短袖恤 | Shirring 1/2 t-shirts (BLACK)
  • $32 / ¥235
    会员价 $29 / ¥212
  • SILN
  • 短袖恤 | Shirring 1/2 t-shirts (LEMON YELLOW)
  • $32 / ¥235
    会员价 $29 / ¥212
  • SILN
  • 短袖恤 | Shirring 1/2 t-shirts (YELLOW GREEN)
  • $32 / ¥235
    会员价 $29 / ¥212
  • CAPRICIEUX
  • 短裙 | Unbalance shirring slit skirt_Black
  • $115 / ¥838
    会员价 $104 / ¥754
  • CAPRICIEUX
  • 裙子 | Unbalance shirring slit skirt_ivory
  • $115 / ¥838
    会员价 $104 / ¥754
2
  • CAPRICIEUX
  • 短裙 | Strap shirring mini skirt_pink
  • $82 / ¥597
    会员价 $74 / ¥537
  • CAPRICIEUX
  • 短裙 | Strap shirring mini skirt_blue
  • $82 / ¥597
    会员价 $74 / ¥537
  • MARGARIN FINGERS
  • 短裙 | EYELET SHIRRING SKIRT (WHITE)
  • $74 / ¥536
    会员价 $67 / ¥483
  • ⓥ 韩国明星STAYC SUMIN同款
  • MARGARIN FINGERS
  • 短裙 | RIBBON SHIRRING SKIRT (BLACK)
  • $74 / ¥536
    会员价 $67 / ¥483
  • MARGARIN FINGERS
  • 短裙 | RIBBON SHIRRING SKIRT (LIGHT PINK)
  • $74 / ¥536
    会员价 $67 / ¥483
  • MARGARIN FINGERS
  • 无袖恤 | RIBBON SHIRRING TOP (BLACK)
  • $66 / ¥476
    会员价 $59 / ¥429
  • 近期查看
  • ▲ 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>