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

  • NAIN
  • 长款连衣裙 | (OP-6069)MOOD STRAP LAYERED DRESS
  • $107 / ¥778
    New 会员价 $96 / ¥700
7
  • YUPPE
  • 长款连衣裙 | V SHIRRING ONEPIECE_BLACK
  • $59 / ¥428
  • $41 / ¥300
  • LETTER FROM MOON
  • 长款连衣裙 | See-through Striped Layered Long Dress ( Black )
  • $91 / ¥657
    New 会员价 $81 / ¥591
  • LETTER FROM MOON
  • 长款连衣裙 | See-through Striped Layered Long Dress ( White )
  • $91 / ¥657
    New 会员价 $81 / ¥591
  • NAIN
  • 长款连衣裙 | (OP-6135)IF KNIT TOP LONG DRESS
  • $91 / ¥657
    New 会员价 $81 / ¥591
  • NOT YOUR ROSE
  • 长款连衣裙 | Cecilia dress (Ivory)
  • $140 / ¥1,019
    New 会员价 $126 / ¥917
  • NAIN
  • 长款连衣裙 | (OP-6135)IF KNIT TOP LONG DRESS
  • $91 / ¥657
    New 会员价 $81 / ¥591
  • NAIN
  • 长款连衣裙 | (OP-6131)DAHLIA STRAP LAYERED DRESS
  • $81 / ¥591
    New 会员价 $73 / ¥532
  • NAIN
  • 长款连衣裙 | (OP-6146)STING UTILITY DENIM-LIKE DRESS
  • $91 / ¥657
    New 会员价 $81 / ¥591
  • SALON DE YOHN
  • 长款连衣裙 | Color Block Smocking Dress
  • $154 / ¥1,115
    New 会员价 $138 / ¥1,004
  • OUR COMOS
  • 长款连衣裙 | comos 1083 pleats wrap one-piece (sand beige)
  • $120 / ¥874
    New 会员价 $108 / ¥787
  • OUR COMOS
  • 长款连衣裙 | comos 1082 trench one-piece (navy)
  • $140 / ¥1,019
    New 会员价 $126 / ¥917
  • REORG
  • 长款连衣裙 | AT LAYERED SLEEVELESS OPS NAVY
  • $91 / ¥657
    New 会员价 $81 / ¥591
  • REORG
  • 长款连衣裙 | REORG DAPHNE OPS BLACK
  • $157 / ¥1,139
    New 会员价 $141 / ¥1,025
  • REORG
  • 长款连衣裙 | ONE-BUTTON SCARF TULIP OPS BLACK
  • $165 / ¥1,200
    New 会员价 $149 / ¥1,080
  • oh L
  • 长款连衣裙 | FLOWER LACE SLIP DRESS_BLACK
  • $164 / ¥1,194
    New 会员价 $148 / ¥1,074
  • oh L
  • 长款连衣裙 | ALL LACE SHIRRING DRESS_IVORY
  • $181 / ¥1,314
    New 会员价 $163 / ¥1,183
  • NAIN
  • 长款连衣裙 | (OP-6139)OPEN COLLAR MAXI SLIM KNIT DRESS
  • $74 / ¥536
    New 会员价 $67 / ¥483
  • SALON DE YOHN
  • 长款连衣裙 | Line Point Basic Jersey Dress_ Blue
  • $90 / ¥651
    New 会员价 $81 / ¥586
  • SALON DE YOHN
  • 长款连衣裙 | Line Point Basic Jersey Dress_ Khaki
  • $90 / ¥651
    New 会员价 $81 / ¥586
  • SALON DE YOHN
  • 长款连衣裙 | Line Point Basic Jersey Dresss_ Gray
  • $90 / ¥651
    New 会员价 $81 / ¥586
  • SALON DE YOHN
  • 长款连衣裙 | Line Point Basic Jersey Dress_ Black
  • $90 / ¥651
    New 会员价 $81 / ¥586
  • SALON DE YOHN
  • 长款连衣裙 | Line Point High Neck Dress_ Navy
  • $98 / ¥711
    New 会员价 $88 / ¥640
  • SALON DE YOHN
  • 长款连衣裙 | Line Point High Neck Dress_ Black
  • $98 / ¥711
    New 会员价 $88 / ¥640
  • 近期查看
  • ▲ 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>