> SEARCH

    shirring


共有518个的商品。

  • SEAN MAKES CLOTH
  • 中长连衣裙 | BLOOMING SHIRRING ONE-PIECE NAVY
  • $115 / ¥832
    会员价 $103 / ¥749
  • SEAN MAKES CLOTH
  • 中长连衣裙 | BLOOMING SHIRRING ONE-PIECE SKY BLUE
  • $115 / ¥832
    会员价 $103 / ¥749
  • MGMG STUDIO
  • 夹克 | Houndtooth check shirring jacket_yellow
  • $111 / ¥808
    会员价 $100 / ¥727
  • WARDROBE
  • 长款连衣裙 | FLORAL SHIRRING SLIT ONE-PIECE_NAVY
  • $65 / ¥470
    会员价 $58 / ¥423
5
  • Loom Loom
  • 休闲衬衣 | SHIRRING TWO-PIECE (TWEED)
  • $198 / ¥1,435
    会员价 $178 / ¥1,291
  • ⓥ 韩国明星Lee Seobin同款
  • INUSWAY
  • 卫衣 | iuw557 back point shirring mtm (black)
  • $40 / ¥289
    会员价 $36 / ¥260
  • INUSWAY
  • 针织衣 | iuw553 half shirring sleeve knit (black)
  • $40 / ¥289
    会员价 $36 / ¥260
  • INUSWAY
  • 针织衣 | iuw552 half shirring sleeve knit (orange)
  • $40 / ¥289
    会员价 $36 / ¥260
  • SEAN MAKES CLOTH
  • 翻领衬衫 | STRIPE SHIRRING SHIRT BROWN
  • $72 / ¥524
    会员价 $65 / ¥472
  • SEAN MAKES CLOTH
  • 翻领衬衫 | STRIPE SHIRRING SHIRT NAVY
  • $72 / ¥524
    会员价 $65 / ¥472
65
  • LETTER FROM MOON
  • 长袖恤 | Shoulder Shirring Turtle Neck ( Brown )
  • $32 / ¥229
  • 会员价 $21 / ¥155
  • OUR COMOS
  • 休闲衬衣 | comos'264 henry neck shirring blouse (mocha)
  • $68 / ¥494
    会员价 $61 / ¥445
  • MAJO FACTORY
  • 长款连衣裙 | Noir Gingham Shirring Dress
  • $131 / ¥952
    会员价 $118 / ¥857
  • MAJO FACTORY
  • 长款连衣裙 | Shirring Point Roco Dress
  • $148 / ¥1,073
    会员价 $133 / ¥966
  • SOPHY &TAYLOR
  • 大衣 | Elbow Shirring Coat Dress _ Beige
  • $289 / ¥2,098
    会员价 $260 / ¥1,888
  • SOPHY &TAYLOR
  • 大衣 | Elbow Shirring Coat Dress _ Green
  • $289 / ¥2,098
    会员价 $260 / ¥1,888
  • SOPHY &TAYLOR
  • 大衣 | Elbow Shirring Coat Dress _ Black
  • $289 / ¥2,098
    会员价 $260 / ¥1,888
  • THE ORA
  • 中长裙 | SIDE SHIRRING SKIRT (BLACK)
  • $81 / ¥591
    会员价 $73 / ¥532
  • THE ORA
  • 中长裙 | SIDE SHIRRING SKIRT (BEIGE)
  • $81 / ¥591
    会员价 $73 / ¥532
  • THE ORA
  • 中长裙 | SIDE SHIRRING SKIRT (PINK)
  • $81 / ¥591
    会员价 $73 / ¥532
  • WARDROBE
  • 短款连衣裙 | SHIRRING RIBBON ONE-PIECE_BROWN
  • $82 / ¥597
    会员价 $74 / ¥537
  • MGMG STUDIO
  • 休闲衬衣 | Satin shirring blouse_beige
  • $93 / ¥675
    会员价 $84 / ¥608
  • MGMG STUDIO
  • 休闲衬衣 | Neck shirring blouse_brown
  • $101 / ¥729
    会员价 $90 / ¥656
7
  • YUPPE
  • 长款连衣裙 | V SHIRRING ONEPIECE_BLACK
  • $59 / ¥428
  • $41 / ¥300
  • 近期查看
  • ▲ 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>