HOME > minishop

NU PARCC

经典大方款式融入80~90年代英国地下艺术文化因素,NU PARCC

商品 (97) 产品评价


共有97个的商品。

  • NU PARCC
  • 短袖T恤衫 | Color House Logo Tee Shirt - BLUE
  • $31 / ¥223
    会员价 $28 / ¥201
  • NU PARCC
  • 短袖T恤衫 | Color House Logo Tee Shirt - YELLOW
  • $31 / ¥223
    会员价 $28 / ¥201
  • NU PARCC
  • 短袖T恤衫 | Color House Logo Tee Shirt - MINT
  • $31 / ¥223
    会员价 $28 / ¥201
  • NU PARCC
  • 单肩包 | Folding Big Bag - BLUE
  • $49 / ¥356
    会员价 $44 / ¥320
  • NU PARCC
  • 单肩包 | Folding Big Bag - YELLOW
  • $49 / ¥356
    会员价 $44 / ¥320
  • NU PARCC
  • 单肩包 | Folding Big Bag - ORANGE
  • $49 / ¥356
    会员价 $44 / ¥320
1
  • NU PARCC
  • 单肩包 | Wallet Mixed String Bag - YELLOW
  • $44 / ¥319
    会员价 $40 / ¥288
  • NU PARCC
  • 生活用品 | Print Pet Tee Shirt - BLUE
  • $23 / ¥169
    会员价 $21 / ¥152
  • NU PARCC
  • 生活用品 | Print Pet Tee Shirt - WHITE
  • $23 / ¥169
    会员价 $21 / ¥152
  • NU PARCC
  • 生活用品 | Blue Print Pet Tee Shirt
  • $23 / ¥169
    会员价 $21 / ¥152
  • NU PARCC
  • 生活用品 | Slogan Print Pet Tee Shirt
  • $23 / ¥169
    会员价 $21 / ¥152
  • NU PARCC
  • 头饰 | (3 PCS in 1 SET) Color Printed Square Scrunchies
  • $27 / ¥193
    会员价 $24 / ¥174
  • NU PARCC
  • 夹克 | Slogan Printed Fleece - White
  • $244 / ¥1,772
    会员价 $220 / ¥1,595
  • NU PARCC
  • 夹克 | Color Mixed Fleece
  • $244 / ¥1,772
    会员价 $220 / ¥1,595
  • NU PARCC
  • 夹克 | Multi Pocket Denim Jacket - Orange
  • $173 / ¥1,254
    会员价 $155 / ¥1,128
  • NU PARCC
  • 夹克 | Light Gradation Jacket
  • $173 / ¥1,254
    会员价 $155 / ¥1,128
  • NU PARCC
  • 休闲衬衣 | Light Gradation Blouse
  • $126 / ¥916
    会员价 $114 / ¥825
  • NU PARCC
  • 长袖恤 | Multi Gradation Cowl Neck Tee
  • $90 / ¥651
    会员价 $81 / ¥586
  • NU PARCC
  • 卫衣 | The Color House MTM - Black
  • $56 / ¥410
    会员价 $51 / ¥369
  • NU PARCC
  • 裤子 | Milti Cargo Pants - White
  • $106 / ¥772
    会员价 $96 / ¥694
  • NU PARCC
  • 茄克/夹克 | Slogan Printed Fleece - Black
  • $244 / ¥1,772
    会员价 $220 / ¥1,595
  • NU PARCC
  • 衬衫 | Beige Printed Oversize Shirt
  • $136 / ¥989
    会员价 $123 / ¥890
  • NU PARCC
  • 围脖 | Wool Cutting Printed Muffler 002
  • $37 / ¥265
    会员价 $33 / ¥239
  • NU PARCC
  • 单肩包 | Printed Fabric Bag 003
  • $27 / ¥193
    会员价 $24 / ¥174
 12345
  • 近期查看
  • ▲ 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>