HOME > minishop

LARTIGENT

完美解释了从少女到女人的复杂情怀。

商品 (336) 产品评价


共有336个的商品。

  • LARTIGENT
  • 短袖恤 | L4 SUGAR RUSH T-SHIRT (OATMEAL)
  • $35 / ¥253
    New 会员价 $31 / ¥228
  • LARTIGENT
  • 短袖恤 | L4 SUGAR RUSH T-SHIRT (BLACK)
  • $35 / ¥253
    New 会员价 $31 / ¥228
  • LARTIGENT
  • 短袖恤 | L4 PIGMENT JADORE T-SHIRT (NAVY)
  • $30 / ¥217
    New 会员价 $27 / ¥195
  • LARTIGENT
  • 短袖恤 | L4 PIGMENT JADORE T-SHIRT (GREEN)
  • $30 / ¥217
    New 会员价 $27 / ¥195
  • LARTIGENT
  • 无袖恤 | L4 FOIL SLEEVELESS (WHITE)
  • $27 / ¥199
    New 会员价 $25 / ¥179
  • LARTIGENT
  • 无袖恤 | L4 FOIL SLEEVELESS (BLACK)
  • $27 / ¥199
    New 会员价 $25 / ¥179
  • LARTIGENT
  • 短袖恤 | L4 MESH STRING TOP (BLACK)
  • $76 / ¥555
    New 会员价 $69 / ¥499
  • LARTIGENT
  • 短袖恤 | L4 RIBBON LAYERD T-SHIRT (PINK)
  • $42 / ¥307
    New 会员价 $38 / ¥277
  • LARTIGENT
  • 短袖恤 | L4 RIBBON LAYERD T-SHIRT (IVORY)
  • $42 / ¥307
    New 会员价 $38 / ¥277
  • LARTIGENT
  • 流行女装 | L4 RIBBON LAYERD T-SHIRT (BLACK)
  • $42 / ¥307
    New 会员价 $38 / ¥277
  • LARTIGENT
  • 短袖恤 | L4 ROSE COLOR BLOCK T-SHIRT (SKY BLUE)
  • $35 / ¥253
    New 会员价 $31 / ¥228
  • LARTIGENT
  • 短袖恤 | L4 SUNNY T-SHIRT (WHITE)
  • $37 / ¥271
    New 会员价 $34 / ¥244
  • LARTIGENT
  • 短袖恤 | L4 SUNNY T-SHIRT (NAVY)
  • $37 / ¥271
    New 会员价 $34 / ¥244
  • LARTIGENT
  • 短袖恤 | L4 SELLFISH T-SHIRT (WHITE)
  • $35 / ¥253
    New 会员价 $31 / ¥228
  • LARTIGENT
  • 打底裤 | L4 ANGEL SKIRT PANTS (BLACK)
  • $47 / ¥338
    New 会员价 $42 / ¥304
  • LARTIGENT
  • 短裤 | L4 TERRY SHORTS (PINK)
  • $36 / ¥259
    New 会员价 $32 / ¥233
  • LARTIGENT
  • 短裤 | L4 TERRY SHORTS (BLACK)
  • $36 / ¥259
    New 会员价 $32 / ¥233
  • LARTIGENT
  • 中长连衣裙 | L4 CROCHET TOP ONEPIECE (CREAM)
  • $74 / ¥536
    New 会员价 $67 / ¥483
  • LARTIGENT
  • 中长连衣裙 | L4 CROCHET TOP ONEPIECE (BLACK)
  • $74 / ¥536
    New 会员价 $67 / ¥483
  • LARTIGENT
  • 针织衣 | L4 CABLE OFFSHOULDER KNIT (PINK)
  • $70 / ¥506
    New 会员价 $63 / ¥456
  • LARTIGENT
  • 针织衣 | L4 CABLE OFFSHOULDER KNIT (GREEN)
  • $70 / ¥506
    New 会员价 $63 / ¥456
  • LARTIGENT
  • 短袖恤 | L4 LINE CROP KNIT (SKY BLUE)
  • $57 / ¥416
    New 会员价 $52 / ¥374
  • LARTIGENT
  • 短袖恤 | L4 LINE CROP KNIT (CREAM)
  • $57 / ¥416
    New 会员价 $52 / ¥374
  • LARTIGENT
  • 短袖恤 | L4 LINE CROP KNIT (BLACK)
  • $57 / ¥416
    New 会员价 $52 / ¥374
  • 近期查看
  • ▲ 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>