> SEARCH

    shirring


共有518个的商品。

  • YUPPE
  • 针织衣 | V SHIRRING KNIT_PINK
  • $56 / ¥410
    会员价 $51 / ¥369
  • SOLD
    OUT
65
2
  • LETTER FROM MOON
  • 休闲衬衣 | SQUARE NECK SHIRRING BLOUSE ( WHITE )
  • $47 / ¥338
  • 会员价 $31 / ¥228
  • GINGHAMBUS
  • 茄克/夹克 | MA-1 셔링 항공점퍼 SHIRRING JUMPER (3color)
  • $100 / ¥723
    会员价 $90 / ¥651
  • ONENINENINEONE
  • 长款连衣裙 | SHIRRING SLIP LONG DRESS_YELLOW
  • $99 / ¥717
    会员价 $89 / ¥646
  • ONENINENINEONE
  • 短款连衣裙 | SHIRRING SLIP MINI DRESS _ MINT
  • $81 / ¥591
    会员价 $73 / ¥532
  • ONENINENINEONE
  • 休闲衬衣 | SHIRRING RIBBON BLOUSE_YELLOW
  • $98 / ¥711
    会员价 $88 / ¥640
  • oh L
  • 泳装 | RETRO SHIRRING SWIMSUIT_LILAC
  • $90 / ¥651
    会员价 $81 / ¥586
  • oh L
  • 泳装 | RETRO SHIRRING SWIMSUIT_RED
  • $90 / ¥651
    会员价 $81 / ¥586
  • THE ORA
  • 无袖恤 | SHIRRING TOP (WHITE)
  • $51 / ¥368
    会员价 $46 / ¥331
  • THE ORA
  • 无袖恤 | SHIRRING TOP (GREEN)
  • $51 / ¥368
    会员价 $46 / ¥331
  • MGMG STUDIO
  • 短裙 | Lace shirring long skirt_navy
  • $105 / ¥766
    会员价 $95 / ¥689
  • MGMG STUDIO
  • 长裙 | Lace shirring long skirt_white
  • $105 / ¥766
    会员价 $95 / ¥689
  • MGMG STUDIO
  • 长款连衣裙 | Shirring long one-piece_lime
  • $123 / ¥892
    会员价 $111 / ¥803
  • MGMG STUDIO
  • 长款连衣裙 | Shirring long one-piece_emerald
  • $123 / ¥892
    会员价 $111 / ¥803
  • MGMG STUDIO
  • 休闲衬衣 | Square neck shirring blouse_apricot
  • $80 / ¥579
    会员价 $72 / ¥521
  • MGMG STUDIO
  • 休闲衬衣 | Square neck shirring blouse_mint
  • $80 / ¥579
    会员价 $72 / ¥521
  • WARDROBE
  • 中长连衣裙 | HOLIDAY SHIRRING ONE-PIECE_BLUE
  • $98 / ¥711
    会员价 $88 / ¥640
  • WARDROBE
  • 中长连衣裙 | HOLIDAY SHIRRING ONE-PIECE_YELLOW
  • $98 / ¥711
    会员价 $88 / ¥640
  • THE ORA
  • 无袖恤 | SHIRRING TOP (BLACK)
  • $51 / ¥368
    会员价 $46 / ¥331
  • MAJO FACTORY
  • 中长连衣裙 | GINGHAM CHECK SHIRRING DRESS [PASTEL BLUE]
  • $100 / ¥723
    会员价 $90 / ¥651
  • CAPRICIEUX
  • 休闲衬衣 | Shirring bustier top (Pink)
  • $130 / ¥940
    会员价 $117 / ¥846
  • BPB
  • 短款连衣裙 | Shirring mini dress_brown
  • $77 / ¥561
    会员价 $70 / ¥505
  • BPB
  • 短款连衣裙 | Shirring mini dress_white
  • $77 / ¥561
    会员价 $70 / ¥505
  • OUR COMOS
  • 短款连衣裙 | comos'172 linen shirring ops (skyblue)
  • $91 / ¥657
    会员价 $81 / ¥591
  • 近期查看
  • ▲ 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>