HOME > minishop

ROLAROLA

尽显追逐幸福快乐的少女心,FUN & HEALTHY品牌,满满青春活力

商品 (789) 产品评价


共有146个的商品。

  • ROLAROLA
  • 针织衣 | LOGO COLLAR WOOL KNIT BLACK
  • $81 / ¥590
    会员价 $73 / ¥531
  • ROLAROLA
  • 针织衣 | TURTLE NECK KNIT PINK
  • $50 / ¥365
    会员价 $45 / ¥328
  • ROLAROLA
  • 针织衣 | TURTLE NECK KNIT CREAM
  • $50 / ¥365
    会员价 $45 / ¥328
  • ROLAROLA
  • 针织衣 | TURTLE NECK KNIT BLUE
  • $50 / ¥365
    会员价 $45 / ¥328
  • ROLAROLA
  • 针织衣 | CREW NECK CROP KNIT PINK
  • $69 / ¥497
    会员价 $62 / ¥448
  • ROLAROLA
  • 针织衣 | CREW NECK CROP KNIT BLUE
  • $69 / ¥497
    会员价 $62 / ¥448
  • SOLD
    OUT
  • ROLAROLA
  • 针织衣 | CREW NECK CROP KNIT IVORY
  • $69 / ¥497
    会员价 $62 / ¥448
  • ROLAROLA
  • 针织衣 | CREW NECK CROP KNIT LIGHT BLUE
  • $69 / ¥497
    会员价 $62 / ¥448
  • ROLAROLA
  • 针织衣 | TAPE WOOL HALF SLEEVE KNIT LIGHT BLUE
  • $54 / ¥391
    会员价 $49 / ¥352
  • ROLAROLA
  • 针织衣 | TAPE WOOL HALF SLEEVE KNIT IVORY
  • $54 / ¥391
    会员价 $49 / ¥352
  • ROLAROLA
  • 针织马甲 | V NECK CABLE KNIT VEST PINK
  • $63 / ¥458
    会员价 $57 / ¥412
  • ROLAROLA
  • 针织马甲 | V NECK CABLE KNIT VEST IVORY
  • $63 / ¥458
    会员价 $57 / ¥412
  • ROLAROLA
  • 针织马甲 | V NECK CABLE KNIT VEST BLUE
  • $63 / ¥458
    会员价 $57 / ¥412
  • ROLAROLA
  • 针织马甲 | ARGYLE KNIT VEST PINK
  • $63 / ¥458
    会员价 $57 / ¥412
  • ROLAROLA
  • 针织马甲 | ARGYLE KNIT VEST BLUE
  • $63 / ¥458
    会员价 $57 / ¥412
  • ROLAROLA
  • 针织马甲 | CABLE KNIT VEST WH+BK
  • $63 / ¥458
    会员价 $57 / ¥412
  • ROLAROLA
  • 针织衣 | COLLAR STRIPE BOARDER KNIT GR+NV
  • $72 / ¥524
    会员价 $65 / ¥471
  • ROLAROLA
  • 针织衣 | COLLAR STRIPE BOARDER KNIT PK+RD
  • $72 / ¥524
    会员价 $65 / ¥471
  • ROLAROLA
  • 针织衣 | V NECK CABLE KNIT BEIGE
  • $69 / ¥497
    会员价 $62 / ¥448
  • ROLAROLA
  • 针织衣 | COLLAR STRIPE KNIT WH+BE
  • $72 / ¥524
    会员价 $65 / ¥471
  • ROLAROLA
  • 针织衣 | COLLAR STRIPE KNIT WH+BL
  • $72 / ¥524
    会员价 $65 / ¥471
  • ROLAROLA
  • 针织衣 | ROLA CABLE KNIT WHITE
  • $69 / ¥497
    会员价 $62 / ¥448
  • ROLAROLA
  • 针织衣 | ROLA CABLE KNIT PINK
  • $69 / ¥497
    会员价 $62 / ¥448
  • ROLAROLA
  • 针织衣 | ROLA CABLE KNIT LIGHT BLUE
  • $69 / ¥497
    会员价 $62 / ¥448
 1234567
  • 近期查看
  • ▲ 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>