> SEARCH

    shirring


共有520个的商品。

  • DARLING YOU'RE BAD
  • 长款连衣裙 | UNBALANCED SHIRRING LONG DRESS #BLUE
  • $154 / ¥1,115
    New 会员价 $138 / ¥1,004
  • DARLING YOU'RE BAD
  • 长款连衣裙 | UNBALANCED SHIRRING LONG DRESS #BLACK
  • $154 / ¥1,115
    New 会员价 $138 / ¥1,004
  • DAUGHTER
  • 长款连衣裙 | V-Neck Shirring Dress, black
  • $157 / ¥1,139
    New 会员价 $141 / ¥1,025
  • DAUGHTER
  • 长款连衣裙 | V-Neck Shirring Dress, white
  • $157 / ¥1,139
    New 会员价 $141 / ¥1,025
  • LUV IS TRUE
  • 长裤 | PY SHIRRING PANTS (GRAY)
  • $91 / ¥663
    New 会员价 $82 / ¥597
8
8
  • OUR COMOS
  • 短袖恤 | comos 879 shirring off-shoulder T-shirt (dark grey)
  • $41 / ¥295
  • New 会员价 $33 / ¥239
8
8
  • OUR COMOS
  • 短袖恤 | comos 877 raglan shirring T-shirt (navy)
  • $43 / ¥313
  • New 会员价 $35 / ¥254
8
  • OUR COMOS
  • 短袖恤 | comos 876 raglan shirring T-shirt (sky blue)
  • $43 / ¥313
  • New 会员价 $35 / ¥254
8
  • OUR COMOS
  • 长裤 | comos 867 waist shirring pants (white)
  • $79 / ¥573
  • New 会员价 $64 / ¥464
  • ROLAROLA
  • 长款连衣裙 | HALF SLEEVE SHIRRING ONEPIECE WHITE
  • $127 / ¥922
    New 会员价 $114 / ¥829
  • NAIN
  • 泳装 | (SW-804)PUFF SLEEVE SHIRRING SWIM BRA TOP MISTY MINT
  • $81 / ¥591
    New 会员价 $73 / ¥532
  • NAIN
  • 泳装 | (SW-804)PUFF SLEEVE SHIRRING SWIM BRA TOP IVORY
  • $81 / ¥591
    New 会员价 $73 / ¥532
  • NAIN
  • 泳装 | (SW-803)ONE SHOULDER SHIRRING SWIM BRA TOP BLACK
  • $74 / ¥536
    New 会员价 $67 / ¥483
  • NAIN
  • 泳装 | (SW-803)ONE SHOULDER SHIRRING SWIM BRA TOP BROWN
  • $74 / ¥536
    New 会员价 $67 / ¥483
  • SALON DE YOHN
  • 长款连衣裙 | Ribbon Point Shirring Dress_ Navy
  • $148 / ¥1,073
    New 会员价 $133 / ¥966
  • SALON DE YOHN
  • 长款连衣裙 | Ribbon Point Shirring Dress_ White
  • $148 / ¥1,073
    New 会员价 $133 / ¥966
  • ETMON
  • 休闲衬衣 | Shirring Stopper Sleeveless Blouse, White
  • $82 / ¥597
    New 会员价 $74 / ¥537
  • ETMON
  • 休闲衬衣 | Shirring Stopper Sleeveless Blouse, Yellow
  • $82 / ¥597
    New 会员价 $74 / ¥537
  • ETMON
  • 长款连衣裙 | Snap Detail Shirring Dress, Black
  • $216 / ¥1,567
    New 会员价 $194 / ¥1,410
  • ETMON
  • 长款连衣裙 | Snap Detail Shirring Dress, White
  • $216 / ¥1,567
    New 会员价 $194 / ¥1,410
  • ETMON
  • 长款连衣裙 | Neck Cut-Out Shirring Dress, Sky Blue
  • $183 / ¥1,326
    New 会员价 $164 / ¥1,194
  • 近期查看
  • ▲ 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>