> SEARCH

    shirring


共有503个的商品。

  • CATTLINE
  • 短袖恤 | Modern Slit Shirring T-shirt Beige
  • $37 / ¥271
    New 会员价 $34 / ¥244
  • CATTLINE
  • 短袖恤 | Modern Slit Shirring T-shirt White
  • $37 / ¥271
    New 会员价 $34 / ¥244
  • HOODHOOD
  • 夹克 | Shirring sheer nylon vest IVORY
  • $74 / ¥536
    New 会员价 $67 / ¥483
  • HOODHOOD
  • 夹克 | Shirring sheer nylon vest LIGHT GREY
  • $74 / ¥536
    New 会员价 $67 / ¥483
  • HOODHOOD
  • 夹克 | Shirring sheer nylon vest BLACK
  • $74 / ¥536
    New 会员价 $67 / ¥483
  • NAIN
  • 翻领衬衫 | (BL-4196)WRINKLE SHIRRING SLIM SHIRT
  • $57 / ¥416
    New 会员价 $52 / ¥374
8
  • YUPPE
  • 休闲衬衣 | FLOWER SHIRRING SHIRT_BLACK
  • $69 / ¥500
  • New $62 / ¥450
8
  • YUPPE
  • 休闲衬衣 | FLOWER SHIRRING SHIRT_IVORY
  • $69 / ¥500
  • New $62 / ¥450
8
  • YUPPE
  • 长裙 | SHIRRING LONG SKIRT_WHITE
  • $70 / ¥506
  • New $63 / ¥456
  • SALON DE YOHN
  • 短裙 | Ribbon Shirring Mini Skirt_ Black
  • $98 / ¥711
    New 会员价 $88 / ¥640
  • SALON DE YOHN
  • 短裙 | Ribbon Shirring Mini Skirt_ White
  • $98 / ¥711
    New 会员价 $88 / ¥640
  • OUR COMOS
  • 休闲衬衣 | comos 1075 shirring detail crop blouse (navy)
  • $91 / ¥657
    New 会员价 $81 / ¥591
  • LETTER FROM MOON
  • 夹克 | Letterbox Shirring Windbreaker ( Gray )
  • $103 / ¥747
    New 会员价 $93 / ¥673
  • LETTER FROM MOON
  • 夹克 | Letterbox Shirring Windbreaker ( Lemon )
  • $103 / ¥747
    New 会员价 $93 / ¥673
  • oh L
  • 长款连衣裙 | ALL LACE SHIRRING DRESS_IVORY
  • $181 / ¥1,314
    New 会员价 $163 / ¥1,183
  • NOT YOUR ROSE
  • 短款连衣裙 | Shirring scarf dress (Black)
  • $81 / ¥591
    New 会员价 $73 / ¥532
  • NOT YOUR ROSE
  • 短款连衣裙 | Shirring scarf dress (Pink)
  • $81 / ¥591
    New 会员价 $73 / ¥532
  • LABELESS
  • 长裤 | BLACK SHIRRING TROUSERS_BLACK
  • $264 / ¥1,917
    New 会员价 $238 / ¥1,725
  • BABLETWO
  • 翻领衬衫 | Leona shirring shirts BLACK
  • $57 / ¥416
    New 会员价 $52 / ¥374
  • BABLETWO
  • 翻领衬衫 | Leona shirring shirts WHITE
  • $57 / ¥416
    New 会员价 $52 / ¥374
7
  • YUPPE
  • 长袖恤 | LONG SHIRRING T-SHIRT_GRAY
  • $40 / ¥289
  • New $28 / ¥203
7
  • YUPPE
  • 长袖恤 | LONG SHIRRING T-SHIRT_BLACK
  • $40 / ¥289
  • New $28 / ¥203
  • ETMON
  • 羽绒服 | Piping Shirring Duck Down Padding, Black
  • $248 / ¥1,796
    New 会员价 $223 / ¥1,617
  • 近期查看
  • ▲ 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>