HOME > minishop

ROLAROLA

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

商品 (789) 产品评价


共有789个的商品。

  • ROLAROLA
  • 长裤 | COTTON POCKET PANTS BEIGE
  • $81 / ¥590
    New 会员价 $73 / ¥531
  • ROLAROLA
  • 长裤 | COTTON POCKET PANTS WHITE
  • $81 / ¥590
    New 会员价 $73 / ¥531
  • ROLAROLA
  • 长裤 | LOGO PINTUCK SLACKS BLACK
  • $90 / ¥650
    New 会员价 $81 / ¥585
  • ROLAROLA
  • 长裤 | LOGO PINTUCK SLACKS CHARCOAL
  • $90 / ¥650
    New 会员价 $81 / ¥585
  • ⓥ 韩国明星李美珠同款
  • ROLAROLA
  • 短裤 | PAJAMA PANTS BLUE
  • $59 / ¥431
    New 会员价 $53 / ¥388
  • ROLAROLA
  • 短裤 | SLIM HALF SLACKS BLACK
  • $72 / ¥524
    New 会员价 $65 / ¥471
  • ROLAROLA
  • 短裤 | SLIM HALF SLACKS CHARCOAL
  • $72 / ¥524
    New 会员价 $65 / ¥471
  • ROLAROLA
  • 打底裤 | LOGO SHORTS LEGGINGS BLACK
  • $50 / ¥365
    New 会员价 $45 / ¥328
  • ROLAROLA
  • 耳饰 | BOLD HEART EARRING
  • $27 / ¥192
    New 会员价 $24 / ¥173
  • ROLAROLA
  • 项链 | HEART LONG NECKLACE
  • $17 / ¥126
    New 会员价 $16 / ¥113
  • ROLAROLA
  • 项链 | PEARL VELVET RIBBON NECKLACE
  • $30 / ¥219
    New 会员价 $27 / ¥197
  • ROLAROLA
  • 长裤 | COTTON TWO TUCK PANTS BEIGE
  • $81 / ¥590
    New 会员价 $73 / ¥531
  • ROLAROLA
  • 长裤 | COTTON TWO TUCK PANTS WHITE
  • $81 / ¥590
    New 会员价 $73 / ¥531
  • ROLAROLA
  • 卫衣 | LOGO PIPING SWEATSHIRTS MELANGE GRAY
  • $67 / ¥484
    New 会员价 $60 / ¥436
  • ROLAROLA
  • 卫衣 | LOGO PIPING SWEATSHIRTS NAVY
  • $67 / ¥484
    New 会员价 $60 / ¥436
  • ROLAROLA
  • 卫衣 | PREPPY LOGO SWEATSHIRTS MELANGE GRAY
  • $67 / ¥484
    New 会员价 $60 / ¥436
  • ROLAROLA
  • 卫衣 | PREPPY LOGO SWEATSHIRTS NAVY
  • $67 / ¥484
    New 会员价 $60 / ¥436
  • ROLAROLA
  • 长袖恤 | STRIPE RUGBY T-SHIRT NV+IV
  • $72 / ¥524
    New 会员价 $65 / ¥471
  • ROLAROLA
  • 长袖恤 | STRIPE RUGBY T-SHIRT GR+NV
  • $72 / ¥524
    New 会员价 $65 / ¥471
  • ROLAROLA
  • 短裙 | DENIM MINI SKIRT BLUE
  • $63 / ¥458
    New 会员价 $57 / ¥412
  • ROLAROLA
  • 中长裙 | COTTON MIDI SKIRT IVORY
  • $81 / ¥590
    New 会员价 $73 / ¥531
  • ROLAROLA
  • 中长裙 | COTTON MIDI SKIRT BLACK
  • $81 / ¥590
    New 会员价 $73 / ¥531
  • ROLAROLA
  • 中长裙 | COTTON MIDI SKIRT BEIGE
  • $81 / ¥590
    New 会员价 $73 / ¥531
  • ROLAROLA
  • 中长裙 | COTTON MIDI SKIRT NAVY
  • $81 / ¥590
    New 会员价 $73 / ¥531
  • 近期查看
  • ▲ 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>