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

  • ROLAROLA
  • 针织衣 | ROLA EMBROIDERY KNIT NAVY
  • $63 / ¥458
    New 会员价 $57 / ¥412
  • ROLAROLA
  • 针织衣 | LINE COLLAR LOGO KNIT IVORY
  • $59 / ¥431
    New 会员价 $53 / ¥388
8.5
  • YUPPE
  • 针织衣 | DOUBLE COTTON KNIT_SKY BLUE
  • $56 / ¥410
  • $48 / ¥348
  • NAIN
  • 针织衣 | (T-6668)NSIGNATURE T031-SOFT ROUND KNIT
  • $41 / ¥295
    New 会员价 $37 / ¥266
  • HOODHOOD
  • 针织衣 | HOOD Logo mesh graphic knit IVORY
  • $74 / ¥536
    New 会员价 $67 / ¥483
  • HOODHOOD
  • 针织衣 | HOOD Logo mesh graphic knit GREY
  • $74 / ¥536
    New 会员价 $67 / ¥483
  • UNALLOYED
  • 针织衣 | EMBOSSING CLOVER KNIT ZIP-UP HOODIE / NAVY
  • $182 / ¥1,320
    New 会员价 $164 / ¥1,188
  • 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
  • 针织衣 | STRIPE KNIT POLO SHIRT / PINK
  • $98 / ¥711
    New 会员价 $88 / ¥640
  • ROLAROLA
  • 针织衣 | NOUVELLE VAGUE ROLA SWEATSHIRT
  • $57 / ¥416
    New 会员价 $52 / ¥374
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
  • 近期查看
  • ▲ 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>