流行女装 > 针织衣 共有1654个的商品。

  • UNALLOYED
  • 针织衣 | EMBOSSING CLOVER KNIT ZIP-UP HOODIE / RED
  • $182 / ¥1,320
    New 会员价 $164 / ¥1,188
  • UNALLOYED
  • 针织衣 | FLOWER GRADATION STRIPE KNIT / LIGHT GREEN
  • $132 / ¥958
    New 会员价 $119 / ¥863
  • UNALLOYED
  • 针织马甲 | FUR KNIT VEST / PURPLE
  • $81 / ¥591
    New 会员价 $73 / ¥532
  • UNALLOYED
  • 针织衣 | STRIPE KNIT POLO SHIRT / PINK
  • $98 / ¥711
    New 会员价 $88 / ¥640
  • NAIN
  • 针织马甲 | (T-6759)NOUVELLE SLIM SLEEVELESS KNIT
  • $41 / ¥295
    New 会员价 $37 / ¥266
  • ROLAROLA
  • 针织衣 | NOUVELLE VAGUE ROLA SWEATSHIRT
  • $57 / ¥416
    New 会员价 $52 / ¥374
  • ROLAROLA
  • 针织马甲 | COLLAR BOARDER KNIT
  • $62 / ¥452
    New 会员价 $56 / ¥407
8
  • YUPPE
  • 针织衣 | FLOWER COLOR KNIT_PINK
  • $60 / ¥434
  • New $54 / ¥391
8
  • YUPPE
  • 针织衣 | FLOWER COLOR KNIT_BLACK
  • $60 / ¥434
  • New $54 / ¥391
8
  • YUPPE
  • 针织衣 | COLOR WAVE KNIT_IVORY
  • $80 / ¥579
  • New $72 / ¥521
8
  • YUPPE
  • 针织衣 | COLOR WAVE KNIT_NAVY
  • $80 / ¥579
  • New $72 / ¥521
8
  • YUPPE
  • 针织衣 | NET CABLE KNIT_WHITE
  • $80 / ¥579
  • New $72 / ¥521
8
  • YUPPE
  • 针织衣 | NET CABLE KNIT_BLACK
  • $56 / ¥410
  • New $51 / ¥369
8
  • YUPPE
  • 针织衣 | LINE GOLGI KNIT_BEIGE
  • $60 / ¥434
  • New $54 / ¥391
8
  • YUPPE
  • 针织衣 | LINE GOLGI KNIT_BLACK
  • $60 / ¥434
  • New $54 / ¥391
7
  • YUPPE
  • 针织衣 | MIX WOOL KNIT_DARK GRAY
  • $80 / ¥579
  • New 会员价 $50 / ¥365
  • WAIKEI
  • 针织衣 | Marine reversible graphic knit IVORY
  • $82 / ¥597
    New 会员价 $74 / ¥537
  • WAIKEI
  • 针织衣 | Marine reversible graphic knit NAVY
  • $82 / ¥597
    New 会员价 $74 / ¥537
  • WAIKEI
  • 针织衣 | Multi stripe see-through knit PINK
  • $61 / ¥446
    New 会员价 $55 / ¥401
  • WAIKEI
  • 针织衣 | Multi stripe see-through knit PURPLE
  • $61 / ¥446
    New 会员价 $55 / ¥401
  • SALON DE YOHN
  • 针织衣 | Logo Basic Knit_ Navy
  • $106 / ¥772
    New 会员价 $96 / ¥694
  • SALON DE YOHN
  • 针织衣 | Logo Basic Knit_ Pink
  • $106 / ¥772
    New 会员价 $96 / ¥694
  • SALON DE YOHN
  • 针织衣 | Logo Basic Knit_ Gray
  • $106 / ¥772
    New 会员价 $96 / ¥694
  • ROLAROLA
  • 针织衣 | ROLA JACQUARD KNIT PULLOVER
  • $71 / ¥512
    New 会员价 $64 / ¥461
  • 近期查看
  • ▲ 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>