> SEARCH

    shirring


共有518个的商品。

  • 1159 STUDIOS
  • 长裙 | A1 SHIRRING FLORAL SKIRTS_BK
  • $73 / ¥530
    会员价 $66 / ¥477
  • BEMUSE MANSION
  • 休闲衬衣 | Shirring puff blouse - Sky blue
  • $90 / ¥651
    会员价 $81 / ¥586
  • WARDROBE
  • 长款连衣裙 | DAISY SHIRRING ONE-PIECE_IVORY
  • $56 / ¥410
    会员价 $51 / ¥369
  • WARDROBE
  • 长款连衣裙 | DAISY SHIRRING ONE-PIECE_PURPLE
  • $56 / ¥410
    会员价 $51 / ¥369
  • WARDROBE
  • 短袖恤 | SHIRRING NECK T-SHIRT_WHITE
  • $35 / ¥253
    会员价 $31 / ¥228
  • WARDROBE
  • 短袖恤 | SHIRRING NECK T-SHIRT_BLACK
  • $35 / ¥253
    会员价 $31 / ¥228
  • WARDROBE
  • 短袖恤 | SHIRRING RAGLAN T-SHIRT_WHITE
  • $40 / ¥289
    会员价 $36 / ¥260
  • WARDROBE
  • 短袖恤 | SHIRRING RAGLAN T-SHIRT_BLACK
  • $40 / ¥289
    会员价 $36 / ¥260
  • WARDROBE
  • 短袖恤 | SHIRRING SLEEVE T-SHIRT_WHITE
  • $35 / ¥253
    会员价 $31 / ¥228
  • WARDROBE
  • 短袖恤 | SHIRRING SLEEVE T-SHIRT_BLACK
  • $35 / ¥253
    会员价 $31 / ¥228
  • CAPRICIEUX
  • 短款连衣裙 | Shirring ribbon dress (White)
  • $182 / ¥1,320
    会员价 $164 / ¥1,188
  • ⓥ 韩国明星NMIXX 雪允同款
  • CAPRICIEUX
  • 短款连衣裙 | Shirring ribbon dress (Lavender)
  • $182 / ¥1,320
    会员价 $164 / ¥1,188
  • INUSWAY
  • 短袖恤 | iuw670 rib shirring half T (bluegreen)
  • $32 / ¥235
    会员价 $29 / ¥212
  • INUSWAY
  • 短袖恤 | iuw669 rib shirring half T (ivory)
  • $32 / ¥235
    会员价 $29 / ¥212
  • ROSE APPLE STUDIO
  • 翻领衬衫 | 202-SHIRRING SATIN SHIRTS - WHITE
  • $49 / ¥356
    会员价 $44 / ¥320
  • ROSE APPLE STUDIO
  • 短裙 | 202-H&I SHIRRING SATIN SKIRT - WHITE
  • $41 / ¥295
    会员价 $37 / ¥266
  • ROSE APPLE STUDIO
  • 短袖恤 | 202-LACE SHIRRING OFF SHOULDER - WHITE
  • $27 / ¥193
    会员价 $24 / ¥174
7
  • VLEEDA
  • 长裙 | plum shirring skirt
  • $156 / ¥1,133
  • $109 / ¥793
7
  • VLEEDA
  • 长裙 | blue butterfly shirring skirt
  • $156 / ¥1,133
  • $109 / ¥793
  • HOLLYSATUNS
  • 中长连衣裙 | Shirring Zipper Dress_Beige
  • $164 / ¥1,194
    会员价 $148 / ¥1,074
  • MAJO FACTORY
  • 长款连衣裙 | [20SS] Flower Shirring Long Dress [Purple]
  • $119 / ¥862
    会员价 $107 / ¥776
  • MAJO FACTORY
  • 短款连衣裙 | [20SS] Leeds Shirring Dress [Purple]
  • $106 / ¥772
    会员价 $96 / ¥694
  • MAJO FACTORY
  • 短款连衣裙 | [20SS] Leeds Shirring Dress [Pink]
  • $106 / ¥772
    会员价 $96 / ¥694
  • 近期查看
  • ▲ 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>