HOME > minishop

ESC STUDIO

“ELECTRONIC, SHOCK, CRAZY” 全新入驻品牌ESC STUDIO。

商品 (23) 产品评价


共有23个的商品。

  • ESC STUDIO
  • 鸭舌帽 | childish fascination mesh cap (black)
  • $48 / ¥350
    会员价 $43 / ¥315
  • ESC STUDIO
  • 鸭舌帽 | childish fascination mesh cap (brown)
  • $48 / ¥350
    会员价 $43 / ¥315
  • ESC STUDIO
  • 茄克/夹克 | oversize short sleeve blazer (black)
  • $183 / ¥1,326
    会员价 $164 / ¥1,194
  • ESC STUDIO
  • 茄克/夹克 | oversize short sleeve blazer (khakibeige)
  • $183 / ¥1,326
    会员价 $164 / ¥1,194
  • ESC STUDIO
  • 衬衫 | lace crop shirt (ivory)
  • $96 / ¥699
    会员价 $87 / ¥629
  • ESC STUDIO
  • 短袖T恤衫 | stripe short sleeve polor shirt (black)
  • $86 / ¥621
    会员价 $77 / ¥559
  • ESC STUDIO
  • 短袖T恤衫 | stripe short sleeve polor shirt (grey)
  • $86 / ¥621
    会员价 $77 / ¥559
  • ESC STUDIO
  • 长袖恤 | stripe crop polor shirt (pink)
  • $77 / ¥561
    会员价 $70 / ¥505
  • ESC STUDIO
  • 短袖T恤衫 | childish fascination t-shirt (pink)
  • $47 / ¥338
    会员价 $42 / ¥304
  • ESC STUDIO
  • 短袖T恤衫 | childish fascination t-shirt (green)
  • $47 / ¥338
    会员价 $42 / ¥304
  • ESC STUDIO
  • 7/8分裤 | pink culotte pants (pink)
  • $113 / ¥820
    会员价 $102 / ¥738
  • ESC STUDIO
  • 衬衫 | slit v-neck shirt(beige)
  • $96 / ¥699
    会员价 $87 / ¥629
  • ESC STUDIO
  • 长裤 | slit trouser pants(beige)
  • $118 / ¥856
    会员价 $106 / ¥770
  • ESC STUDIO
  • 短裤 | Stud skirt shorts (grey)
  • $86 / ¥627
    会员价 $78 / ¥564
  • ESC STUDIO
  • 短裤 | Leather pocket shorts (beige)
  • $86 / ¥621
    会员价 $77 / ¥559
  • ESC STUDIO
  • 衬衫 | Bsteps printing shirt (black)
  • $88 / ¥639
    会员价 $79 / ¥575
  • ESC STUDIO
  • 长裤 | Bsteps printing jogger pants (black)
  • $103 / ¥747
    会员价 $93 / ¥673
  • ESC STUDIO
  • 双肩包 | Check pocket bag
  • $38 / ¥277
    会员价 $34 / ¥250
  • ESC STUDIO
  • 贝雷帽 | Leather bucket hat (burgundy)
  • $40 / ¥289
    会员价 $36 / ¥260
  • ESC STUDIO
  • 贝雷帽 | Leather bucket hat (black)
  • $40 / ¥289
    会员价 $36 / ¥260
  • ESC STUDIO
  • 挎包 | Leather twins waist bag
  • $40 / ¥289
    会员价 $36 / ¥260
  • ESC STUDIO
  • 连帽卫衣 | Mesh hood
  • $70 / ¥506
    会员价 $63 / ¥456
  • ESC STUDIO
  • 短裙 | Pocket layered skirt (check)
  • $55 / ¥398
    会员价 $49 / ¥358
 1
  • 近期查看
  • ▲ 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>