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

  • LUV IS TRUE
  • 针织衣 | CH BOLERO HALTERNECK SET (BLUE)
  • $81 / ¥591
    New 会员价 $73 / ¥532
  • WAIKEI
  • 针织衣 | Dolphin knit cardigan BEIGE
  • $91 / ¥657
    New 会员价 $81 / ¥591
  • WAIKEI
  • 针织衣 | Dolphin knit cardigan GREY
  • $91 / ¥657
    New 会员价 $81 / ¥591
  • WAIKEI
  • 针织衣 | Maltese big graphic knit NAVY
  • $68 / ¥494
    New 会员价 $61 / ¥445
  • UNALLOYED
  • 针织马甲 | GRAPHIC KNIT VEST / GREEN
  • $98 / ¥711
    New 会员价 $88 / ¥640
  • UNALLOYED
  • 针织衣 | LINE GRAPHIC KNIT / PURPLE
  • $107 / ¥778
    New 会员价 $96 / ¥700
  • UNALLOYED
  • 针织衣 | ARGYLE CHECKER V NECK KNIT / IVORY
  • $115 / ¥832
    New 会员价 $103 / ¥749
  • UNALLOYED
  • 针织衣 | EMBOSSING CLOVER KNIT / IVORY
  • $148 / ¥1,073
    New 会员价 $133 / ¥966
  • UNALLOYED
  • 针织衣 | U SHEET MUSIC KNIT / CAMEL
  • $115 / ¥832
    New 会员价 $103 / ¥749
  • NAIN
  • 针织马甲 | (JK-2852)Striped Structured V-Neck Knit Jacket
  • $91 / ¥657
    New 会员价 $81 / ¥591
  • NAIN
  • 针织衣 | (T-6697)Cable half zip-up knit pullover
  • $74 / ¥536
    New 会员价 $67 / ¥483
  • ROLAROLA
  • 针织马甲 | COLLAR LOGO STRIPE KNIT BLUE
  • $71 / ¥512
    New 会员价 $64 / ¥461
  • ROLAROLA
  • 针织马甲 | COLLAR LOGO STRIPE KNIT BEIGE
  • $71 / ¥512
    New 会员价 $64 / ¥461
  • ROLAROLA
  • 针织马甲 | COLLAR LOGO STRIPE KNIT BLACK
  • $71 / ¥512
    New 会员价 $64 / ¥461
  • ROLAROLA
  • 针织马甲 | COLLAR LOGO STRIPE KNIT IVORY
  • $71 / ¥512
    New 会员价 $64 / ¥461
  • REORG
  • 针织马甲 | FEL KNIT BUSTIER OLIVE
  • $71 / ¥512
    New 会员价 $64 / ¥461
  • REORG
  • 针织马甲 | FEL KNIT BUSTIER RED
  • $71 / ¥512
    New 会员价 $64 / ¥461
  • REORG
  • 针织马甲 | FEL KNIT BUSTIER NAVY
  • $71 / ¥512
    New 会员价 $64 / ¥461
  • REORG
  • 针织马甲 | FEL KNIT BUSTIER IVORY
  • $71 / ¥512
    New 会员价 $64 / ¥461
  • REORG
  • 针织马甲 | FEL KNIT BUSTIER DUSTY VIOLET
  • $71 / ¥512
    New 会员价 $64 / ¥461
  • LETTER FROM MOON
  • 针织马甲 | Happening in Campus Knit Vest ( Beige )
  • $52 / ¥380
    New 会员价 $47 / ¥342
  • LETTER FROM MOON
  • 针织马甲 | Happening in Campus Knit Vest ( Pink )
  • $52 / ¥380
    New 会员价 $47 / ¥342
  • LETTER FROM MOON
  • 针织衣 | Blurry Powder Wool Hood Sweater ( Brown )
  • $64 / ¥464
    New 会员价 $58 / ¥418
  • SOLD
    OUT
  • LETTER FROM MOON
  • 针织衣 | Blurry Powder Wool Hood Sweater ( Skyblue )
  • $64 / ¥464
    New 会员价 $58 / ¥418
  • 近期查看
  • ▲ 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>