> SEARCH

    shirring


共有520个的商品。

  • SOIIU
  • 休闲衬衣 | Double Shirring Blouse_Off White
  • $107 / ¥778
    会员价 $96 / ¥700
  • SOIIU
  • 休闲衬衣 | Double Shirring Blouse_Black
  • $107 / ¥778
    会员价 $96 / ¥700
  • SOIIU
  • 衬衣 | Placket Back Shirring Shirts_Yellow
  • $99 / ¥717
    会员价 $89 / ¥646
  • SOIIU
  • 翻领衬衫 | Placket Back Shirring Shirts_Light Blue
  • $99 / ¥717
    会员价 $89 / ¥646
  • SOIIU
  • 翻领衬衫 | Placket Back Shirring Shirts_Cream
  • $99 / ¥717
    会员价 $89 / ¥646
  • SOIIU
  • 翻领衬衫 | Back Shirring Cotton Shirts_Navy
  • $114 / ¥826
    会员价 $102 / ¥743
  • SILN
  • 长袖恤 | Shirring long sleeve t-shirts (BLACK)
  • $41 / ¥295
    会员价 $37 / ¥266
  • SILN
  • 长袖恤 | Shirring long sleeve t-shirts (WHITE)
  • $41 / ¥295
    会员价 $37 / ¥266
8
  • MONTS
  • 休闲衬衣 | monts 1552 v-neck shirring long blouse (brick)
  • $80 / ¥579
  • 会员价 $65 / ¥469
8
  • MONTS
  • 休闲衬衣 | monts 1550 tie-shirring blouse (beige)
  • $74 / ¥536
  • 会员价 $60 / ¥435
8
  • OUR COMOS
  • 休闲衬衣 | comos 749 tie shirring blouse (light beige)
  • $82 / ¥597
  • 会员价 $67 / ¥483
8
  • OUR COMOS
  • 休闲衬衣 | comos 748 semi-high-neck shirring blouse (ivory)
  • $81 / ¥591
  • 会员价 $66 / ¥478
  • GIMME THE YOUNG
  • 卫衣开衫/运动服 | G_BACK SHIRRING ZIP_UP / BLACK
  • $159 / ¥1,151
    会员价 $143 / ¥1,036
  • GIMME THE YOUNG
  • 卫衣开衫/运动服 | G_BACK SHIRRING ZIP_UP / LIGHT GREY
  • $159 / ¥1,151
    会员价 $143 / ¥1,036
  • GIMME THE YOUNG
  • 长袖恤 | G_RAGLAN SHIRRING T-SHIRT_22FW / OATMEAL
  • $72 / ¥524
    会员价 $65 / ¥472
  • REMANTIST
  • 长款连衣裙 | Shirring puff slim onepiece (black)
  • $137 / ¥995
    会员价 $123 / ¥895
  • CLET
  • 长袖恤 | SHIRRING WOOL CROP T CHARCOAL
  • $41 / ¥295
    会员价 $37 / ¥266
  • CLET
  • 长袖恤 | SHIRRING WOOL CROP T BLACK
  • $41 / ¥295
    会员价 $37 / ¥266
  • CLET
  • 长袖恤 | SHIRRING WOOL CROP T IVORY
  • $41 / ¥295
    会员价 $37 / ¥266
  • NAIN
  • 单肩包 | (B-2391)BAGUETTE SHIRRING TOTE BAG S
  • $41 / ¥295
    会员价 $37 / ¥266
  • ETMON
  • 长款连衣裙 | Coating Shirring Sleeveless Dress, Black
  • $191 / ¥1,386
    会员价 $172 / ¥1,248
  • SOLD
    OUT
  • ETMON
  • 长款连衣裙 | Coating Shirring Sleeveless Dress, Cream
  • $191 / ¥1,386
    会员价 $172 / ¥1,248
  • oh L
  • 长款连衣裙 | ROUND COLLAR SHIRRING DRESS_NAVY
  • $198 / ¥1,435
    会员价 $178 / ¥1,291
  • oh L
  • 长款连衣裙 | ROUND COLLAR SHIRRING DRESS_OCEAN BLUE
  • $198 / ¥1,435
    会员价 $178 / ¥1,291
  • 近期查看
  • ▲ 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>