流行女装 > 连衣裙 > 长款连衣裙 共有760个的商品。

  • TAV
  • 长款连衣裙 | Pleats Band Top Dress - khaki
  • $191 / ¥1,386
    会员价 $172 / ¥1,248
  • TAV
  • 长款连衣裙 | Volume Pleats Dress - beige
  • $236 / ¥1,716
    会员价 $213 / ¥1,544
  • TAV
  • 长款连衣裙 | Volume Pleats Dress - blue
  • $236 / ¥1,716
    会员价 $213 / ¥1,544
  • TAV
  • 长款连衣裙 | Volume Pleats Dress - pink
  • $236 / ¥1,716
    会员价 $213 / ¥1,544
  • TAV
  • 长款连衣裙 | Gathered Band Simple Dress - khaki
  • $241 / ¥1,752
    会员价 $217 / ¥1,577
  • TAV
  • 长款连衣裙 | Gathered Band Simple Dress - black
  • $241 / ¥1,752
    会员价 $217 / ¥1,577
  • TAV
  • 长款连衣裙 | Simple Gathered Neck Dress - khaki
  • $238 / ¥1,725
    会员价 $214 / ¥1,553
  • TAV
  • 长款连衣裙 | Simple Gathered Neck Dress - blue
  • $238 / ¥1,725
    会员价 $214 / ¥1,553
  • TAV
  • 长款连衣裙 | Cotton Pleats Neck Dress - grey
  • $207 / ¥1,499
    会员价 $186 / ¥1,349
  • TAV
  • 长款连衣裙 | Cotton Pleats Neck Dress - blue
  • $207 / ¥1,499
    会员价 $186 / ¥1,349
  • TAV
  • 长款连衣裙 | Cotton Square Neck Button-down Dress - white
  • $206 / ¥1,495
    会员价 $185 / ¥1,345
  • TAV
  • 长款连衣裙 | Cotton Square Neck Button-down Dress - beige
  • $206 / ¥1,495
    会员价 $185 / ¥1,345
  • TAV
  • 长款连衣裙 | Cotton Puffy Sleeve Button-Down Dress - yellow
  • $203 / ¥1,477
    会员价 $183 / ¥1,329
  • TAV
  • 长款连衣裙 | Cotton Puffy Sleeve Button-Down Dress - beige
  • $203 / ¥1,477
    会员价 $183 / ¥1,329
  • NAIN
  • 长款连衣裙 | (OP-5929)SQUARE NECK SCSI KNIT ONE PIECE
  • $66 / ¥476
    会员价 $59 / ¥429
  • CLET
  • 长款连衣裙 | RAGLAN LINEN LONG DRESS BEIGE
  • $96 / ¥693
    会员价 $86 / ¥624
  • CLET
  • 长款连衣裙 | RAGLAN LINEN LONG DRESS NAVY
  • $96 / ¥693
    会员价 $86 / ¥624
  • CLET
  • 长款连衣裙 | LINEN HALF LONG DRESS NAVY
  • $99 / ¥717
    会员价 $89 / ¥646
  • CLET
  • 长款连衣裙 | TWEED HALF LONG DRESS BLUE
  • $122 / ¥886
    会员价 $110 / ¥797
  • REORG
  • 长款连衣裙 | FJD POP-CORN PATTERN OPS NAVY
  • $99 / ¥717
    会员价 $89 / ¥646
  • REORG
  • 长款连衣裙 | FJD POP-CORN PATTERN OPS PINK
  • $99 / ¥717
    会员价 $89 / ¥646
  • REORG
  • 长款连衣裙 | FJD FRONT SHIRRING OPS BLACK
  • $124 / ¥898
    会员价 $111 / ¥808
  • REORG
  • 长款连衣裙 | FJD FRONT SHIRRING OPS LIGHT GREEN
  • $124 / ¥898
    会员价 $111 / ¥808
  • 近期查看
  • ▲ 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>