HOME > minishop

ROLAROLA

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

商品 (789) 产品评价


共有789个的商品。

  • ROLAROLA
  • 开衫 | SAILOR CARDIGAN IVORY
  • $78 / ¥564
    New 会员价 $70 / ¥507
  • ROLAROLA
  • 开衫 | VOLUME SLEEVE CARDIGAN BLACK
  • $72 / ¥524
    New 会员价 $65 / ¥471
  • ROLAROLA
  • 开衫 | VOLUME SLEEVE CARDIGAN IVORY
  • $72 / ¥524
    New 会员价 $65 / ¥471
  • ROLAROLA
  • 开衫 | VOLUME SLEEVE CARDIGAN PINK
  • $72 / ¥524
    New 会员价 $65 / ¥471
  • ROLAROLA
  • 开衫 | VOLUME SLEEVE CARDIGAN YELLOW
  • $72 / ¥524
    New 会员价 $65 / ¥471
  • ROLAROLA
  • 短袖恤 | BASIC LOGO T-SHIRT BLACK
  • $36 / ¥259
    New 会员价 $32 / ¥233
  • ROLAROLA
  • 短袖恤 | BASIC LOGO T-SHIRT WHITE
  • $36 / ¥259
    New 会员价 $32 / ¥233
  • ROLAROLA
  • 卫衣 | COLLAR ZIP UP SWEATSHIRTS GRAY
  • $76 / ¥550
    New 会员价 $68 / ¥495
  • ROLAROLA
  • 卫衣 | COLLAR ZIP UP SWEATSHIRTS NAVY
  • $76 / ¥550
    New 会员价 $68 / ¥495
  • ROLAROLA
  • 卫衣 | CROP SWEATSHIRTS RED
  • $72 / ¥524
    New 会员价 $65 / ¥471
  • ROLAROLA
  • 卫衣 | CROP SWEATSHIRTS WHITE
  • $72 / ¥524
    New 会员价 $65 / ¥471
  • ROLAROLA
  • 无袖恤 | LOGO JACQUARD KNIT SLEEVE LIGHT BLUE
  • $41 / ¥298
    New 会员价 $37 / ¥269
  • ROLAROLA
  • 长款连衣裙 | CLASSIC LONG BUSTIER DRESS BLACK
  • $118 / ¥855
    New 会员价 $106 / ¥770
  • ROLAROLA
  • 短款连衣裙 | RIBBON BUSTIER MINI DRESS BLACK
  • $109 / ¥789
    New 会员价 $98 / ¥710
  • ROLAROLA
  • 短裙 | BUCKLE PLEATS MINI SKIRT BLACK
  • $81 / ¥590
    New 会员价 $73 / ¥531
  • ⓥ 韩国明星Apink 吴夏荣同款
  • ROLAROLA
  • 短裙 | BUCKLE PLEATS MINI SKIRT STRIPE
  • $81 / ¥590
    New 会员价 $73 / ¥531
  • ROLAROLA
  • 中长裙 | COTTON LONG H LINE SKIRT BLACK
  • $81 / ¥590
    New 会员价 $73 / ¥531
  • ROLAROLA
  • 中长裙 | COTTON LONG H LINE SKIRT WHITE
  • $81 / ¥590
    New 会员价 $73 / ¥531
  • ROLAROLA
  • 短裙 | PINTUCK MINI SKIRT BEIGE
  • $72 / ¥524
    New 会员价 $65 / ¥471
  • ROLAROLA
  • 短裙 | PINTUCK MINI SKIRT BLACK
  • $72 / ¥524
    New 会员价 $65 / ¥471
  • ROLAROLA
  • 短裙 | PIPING TWEED SKIRT BLACK
  • $78 / ¥564
    New 会员价 $70 / ¥507
  • ROLAROLA
  • 短裙 | PIPING TWEED SKIRT LIGHT BLUE
  • $78 / ¥564
    New 会员价 $70 / ¥507
  • ROLAROLA
  • 短裙 | TWO TUCK MINI SKIRT BLACK
  • $78 / ¥564
    New 会员价 $70 / ¥507
  • ROLAROLA
  • 牛仔裤 | BOOTCUT DENIM PANTS BLUE
  • $78 / ¥564
    New 会员价 $70 / ¥507
  • 近期查看
  • ▲ 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>