HOME > minishop

ITZAVIBE

商品 (187) 产品评价


共有187个的商品。

  • ITZAVIBE
  • 长裙 | [ISK001-4] Cool Attitude Slit Skirt - Charcoal
  • $49 / ¥356
    会员价 $44 / ¥320
  • ITZAVIBE
  • 长裤 | [IPT006-13] Velour Glitter Logo Wide Pants - Yellow
  • $70 / ¥506
    会员价 $63 / ¥456
  • ITZAVIBE
  • 长裤 | [IPT006-10] Velour Glitter Logo Wide Pants - Gray
  • $70 / ¥506
    会员价 $63 / ¥456
  • ⓥ 韩国明星TWICE MINA同款
  • ITZAVIBE
  • 打底裤 | [IPT004-6] Cool Attitude Leggings - Brown
  • $57 / ¥416
    会员价 $52 / ¥374
  • ITZAVIBE
  • 打底裤 | [IPT004-1] Cool Attitude Leggings - Black
  • $57 / ¥416
    会员价 $52 / ¥374
  • ITZAVIBE
  • 短裤 | [IPT003-10] Cool Attitude Biker Shorts - Gray
  • $37 / ¥265
    会员价 $33 / ¥239
  • ITZAVIBE
  • 短裤 | [IPT003-1] Cool Attitude Biker Shorts - Black
  • $37 / ¥265
    会员价 $33 / ¥239
  • ITZAVIBE
  • 长裤 | [IPT002-5] Signature Graphic Jogger Pants - Pink
  • $60 / ¥434
    会员价 $54 / ¥391
  • ITZAVIBE
  • 长裤 | [IPT002-1] Signature Graphic Jogger Pants - Black
  • $60 / ¥434
    会员价 $54 / ¥391
  • ITZAVIBE
  • 短裤 | [IPT001-7] Cool Attitude Cotton Shorts - Navy
  • $41 / ¥295
    会员价 $37 / ¥266
  • ITZAVIBE
  • 短裤 | [IPT001-2] Cool Attitude Cotton Shorts - White Melange
  • $41 / ¥295
    会员价 $37 / ¥266
  • ITZAVIBE
  • 短款连衣裙 | [IOP001-6] Terry Hood One Piece - Brown
  • $75 / ¥543
    会员价 $67 / ¥488
  • ITZAVIBE
  • 短款连衣裙 | [IOP001-1] Terry Hood One Piece - Black
  • $75 / ¥543
    会员价 $67 / ¥488
  • ITZAVIBE
  • 卫衣开衫/运动服 | [IJP001-10] Velour Full Zipup Jersey - Gray
  • $81 / ¥591
    会员价 $73 / ¥532
  • ⓥ 韩国明星全昭弥,TWICE MINA同款
  • ITZAVIBE
  • 卫衣开衫/运动服 | [IHD003-5] Terry Crop Hood Zipup - Pink
  • $69 / ¥500
    会员价 $62 / ¥450
  • ITZAVIBE
  • 卫衣开衫/运动服 | [IHD003-1] Terry Crop Hood Zipup - Black
  • $69 / ¥500
    会员价 $62 / ¥450
  • ITZAVIBE
  • 卫衣开衫/运动服 | [IHD002-4] Signature Graphic Hood Zipup - Charcoal
  • $82 / ¥597
    会员价 $74 / ¥537
  • ⓥ 韩国明星SEVENTEEN 金珉奎,NCT DREAM JENO同款
  • ITZAVIBE
  • 打底裤 | [ICA22WPT11BK] Highwaist Flare Leggings Black
  • $110 / ¥796
    会员价 $99 / ¥716
  • ITZAVIBE
  • 夹克 | [ICA22WJK5BK] Women Cut Out Short Jacket Black
  • $238 / ¥1,724
    会员价 $214 / ¥1,552
  • ITZAVIBE
  • 夹克 | [ICA22WBL12BK] IZVLogo Embroidery Lace Top Black
  • $82 / ¥597
    会员价 $74 / ¥537
  • 近期查看
  • ▲ 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>