我的
中国时尚发布秀之卞卡专业美妆——2018时尚妆容发布
播放:77391
00:00 1:47
  • 免费课程
标题: 中国时尚发布秀之卞卡专业美妆——2018时尚妆容发布 2018-06-22


相关图文报道:

新闻标题:时尚大咖“千人趴”,2018中国时尚美妆周圆满落幕!

原文链接:http://www.hair8.net/news/2018/10036927.shtml




>>more
  • 2025中国时尚美妆周璀璨启幕 音频
    1:49

    2025中国时尚美妆周璀璨启幕

    6月10日至12日,2025中国时尚美妆周暨亚洲美妆星光大赏在北京启幕

    播放:301665 2025-06-14

  • 沙龙秀-2025全国巡演太原站暨山西省第六届美妆文化节圆满收官 音频
    1:54

    沙龙秀-2025全国巡演太原站暨山西省第六届美妆文化节圆满收官

    此次盛会给山西美业发展注入了新活力,有力地推动美业的创新与繁荣。

    播放:301709 2025-04-7

  • 美业一周视讯 | 2024中国时尚美妆周启幕,大国工匠美发大师秀将于AHA开启 音频
    1:45

    美业一周视讯 | 2024中国时尚美妆周启幕,大国工匠美发大师秀将于AHA开启

    六月半夏,光阴如禅,盼四季无恙,落落清欢。

    播放:300108 2024-06-8

  • 2024中国时尚美妆周暨亚洲美妆星光大赏精彩启幕 音频
    2:10

    2024中国时尚美妆周暨亚洲美妆星光大赏精彩启幕

    6月1日至2日,备受瞩目的2024中国时尚美妆周暨亚洲美妆星光大赏在北京盛大开幕。

    播放:300495 2024-06-4

  • 美业一周视讯 | 中国时尚美妆周于北京启幕,施华蔻携手JUNO打造亚洲热烫新趋势 音频
    1:26

    美业一周视讯 | 中国时尚美妆周于北京启幕,施华蔻携手JUNO打造亚洲热烫新趋势

    中国时尚美妆周于北京启幕,施华蔻携手JUNO打造亚洲热烫新趋势.

    播放:303813 2023-06-26

  • 2023中国时尚美妆周于北京闪耀启幕,再创美力新高度 音频
    1:04

    2023中国时尚美妆周于北京闪耀启幕,再创美力新高度

    2023中国时尚美妆周于北京闪耀启幕,再创美力新高度

    播放:301745 2023-06-20

  • 美业一周视讯|深圳国际自有品牌展,2023中国时尚美妆周6月与您相约 音频
    1:40

    美业一周视讯|深圳国际自有品牌展,2023中国时尚美妆周6月与您相约

    玫丽盼Be the one志为唯一大型活动于上海落幕,2023中国时尚美妆周6月与您相约。

    播放:283390 2023-05-22

  • 思蓓苏熙产品发布会--中国美妆时装周于北京圆满落幕! 音频
    2:07

    思蓓苏熙产品发布会--中国美妆时装周于北京圆满落幕!

    思蓓苏熙产品发布会--中国美妆时装周于北京圆满落幕!

    播放:303481 2019-07-29

浏览:

评论:

人物志
空间设计
', 'title': '中国时尚发布秀之卞卡专业美妆——2018时尚妆容发布', 'artist': '' }); /*S.ready(function(){ //AdImg(); //cacheajax('9830'); //HfPlayer.play(); }); */ function cacheajax(ids) { //console.log('ks'); IO.getJSON("/common/ajaxcachehit.html?ids=" + ids, function (data) { if (data != null) { var dataLength = data.length; for (i = 0; i < dataLength; i++) { $("#PraiseCount").html('播放:' + data[i].number); } } }); } var taudioLength = '1:47'.split(':'); audioLength2 = parseInt(taudioLength[0]) * 60 + parseInt(taudioLength[1]); var new_url = "/news/2018/10009828.html"; // 播放器 播放事件 .status HfPlayer.on("timeupdate", function (e) { audioCurrentTime2 = e.currentTime; audioLength2 = e.duration; $("#bar_newsInfo").css('width', e.currentTime / e.duration * 100 + '%'); var wrapperLefts = $("#bar_newsInfo").width() - 20; if (wrapperLefts > 0) { counter_n.css('left', wrapperLefts + 'px'); counterCurrentLeft2 = wrapperLefts; } else { counter_n.css({left: "0px" }); } $("#currentTime").html(getMinutesSecondsTime(audioCurrentTime2)) $("#curTime").html(getMinutesSecondsTime(audioLength2)); if (audioCurrentTime2 == audioLength2 || audioCurrentTime2 >= audioLength2 - 2) { window.location.href = new_url; } }); //播放器停止事件 HfPlayer.on("ended", function (e) { PlayState2 = 0; counterCurrentLeft2 = 0; $(".slider2 .counter").css({left: "0px" }); $("#bar_newsInfo").css({width: "0px" }); AudioPauseState(); }); $(".counter").on("touchstart", function (e) { if (e.targetTouches.length == 1) { e.preventDefault(); // 阻止浏览器默认事件,重要 if (PlayState2 > 0) { //未播放时,禁止拖动 var pos = getMousePosition(e); //记录触点初始位置 startX = pos.x; counterStartLeft = counter_n.css("left").replace("px", ""); moveCount = 0; HfPlayer.pause(); } } }, false); $(".counter").on("touchmove", function (e) { if (e.targetTouches.length == 1) { e.preventDefault(); // 阻止浏览器默认事件,重要 if (PlayState2 > 0) { //未播放时,禁止拖动 var pos = getMousePosition(e); var _x = pos.x - startX; //移动的X距离 moveCount += _x; var left = parseInt(counterStartLeft) + parseInt(moveCount); if (left < 0) { left = 0; } if (left > wrapperLeft - 20) { left = wrapperLeft - 20; } counterCurrentLeft2 = left; counter_n.css({left: left + "px" }); $("#bar_newsInfo").css({width: left+20 + "px" }); startX = pos.x; } } }, false); $(".counter").on("touchend", function (e) { //未播放时,禁止拖动 var val = parseInt((counterCurrentLeft2 + 20) * 1000 * audioLength2 / wrapperLeft); audioCurrentTime2 = val / 1000; HfPlayer.setPosition(val); AudioPlayState(); }, false); //按钮点击事件 $("#btnSwitch_n").on("click", function (e) { if (PlayState2 != 1) { HfPlayer.play(); AudioPlayState(); } else { HfPlayer.pause(); AudioPauseState(); } }); //前进 $("#btnFore_n").on("click", function (e) { if (PlayState2 > 0) { audioCurrentTime2 += 5; if (audioCurrentTime2 > audioLength2) { audioCurrentTime2 = audioLength2; } HfPlayer.setPosition(audioCurrentTime2 * 1000); } else { HfPlayer.play(); } AudioPlayState(); }); //后退 $("#btnBack_n").on("click", function (e) { if (PlayState2 > 0) { audioCurrentTime2 = audioCurrentTime2 - 5; if (audioCurrentTime2 < 0) { audioCurrentTime2 = 0; } HfPlayer.setPosition(audioCurrentTime2 * 1000); } else { HfPlayer.play(); } AudioPlayState(); }); //全部阅读 $(window).on("scroll", function () { if (isReadContent) { var windowHeight = domWindow.height() * 0.70; $(".ks-foot").css({top:windowHeight+ domWindow.scrollTop()+'px'}); } }); /* $("#btnReadFull_n").on("click", function (e) { //$("#NewsContent .ks-content").css({height:(S.DOM.viewportHeight())+'px'}); $("#warp_main").hide(); $("#NewsContent").show(); $("#top_menu1").hide(); $("#top_menu2").show(); isReadContent=true; var windowHeight=domWindow.height()*0.70; $(".ks-foot").css({top:windowHeight+ domWindow.scrollTop()+'px'}); }); */ $(".gbbutton,#top_menu2").on("click", function () { $("#warp_main").show(); $("#NewsContent").hide(); $("#UserContent_n").hide(); $("#top_menu2").hide(); $("#top_menu1").show(); isReadContent = false; }); //联系我们 $("#btnContent_n").on("click", function (e) { $("#UserContent_n .ks-content").css({height:(S.DOM.viewportHeight())+'px'}) $("#warp_main").hide(); $("#UserContent_n").show(); $("#top_menu1").hide(); $("#top_menu2").show(); }); $("#btnUserClose_n").on("click", function () { $("#warp_main").show(); $("#UserContent_n").hide(); }); //音频开始播放,页面相关DOM状态控制 AudioPlayState = function () { PlayState2 = 1; $("#btnSwitch_n").removeClass("btnplay"); $("#btnSwitch_n").addClass("btnpause"); } //音频暂停播放,页面相关DOM状态控制 AudioPauseState = function () { PlayState2 = 2; $("#btnSwitch_n").removeClass("btnpause"); $("#btnSwitch_n").addClass("btnplay"); } //"收藏" /* $("#btnFavorites_n").on("click",function(e){ if(!IsFavorites) { IO.get("/common/collection.html",{id:9830},function(data){ if(data!=null){ if(data[0]=='0') { ShowErr(0,data[1]); IsFavorites=true; } else { ShowErr(3,data[1]); } } },"json"); } else { ShowErr(2,'该新闻广播已加入收藏!'); } });*/ Fun_Visit(3,9830); }); // 获得目前鼠标的位置 var getMousePosition = function (e) { var posx = 0; var posy = 0; var e = e.targetTouches[0]; if (e.pageX || e.pageY) { posx = e.pageX; posy = e.pageY; } return {'x': posx, 'y': posy}; } //秒转变成时分秒 var getMinutesSecondsTime = function (s) { s = parseInt(s); var hours = Math.floor(s / (60 * 60)); var minutes = Math.floor(s / 60) - Math.floor(s / 3600) * 60; var second = Math.floor(s) - Math.floor(s / 60) * 60; if (minutes < 10) { minutes = "0" + minutes.toString(); } if (second < 10) { second = "0" + second.toString(); } if (hours > 0) { return hours + ":" + minutes + ":" + second; } else if (minutes > 0) { return minutes + ":" + second; } else { return "00:" + second; } } /*function AudioPlay() { window.onload =function(){ WeixinJSBridge.invoke('getNetworkType', {}, function (e) { HfPlayer.play(); AudioPlayState(); }); }; } AudioPlay();*/ var AudioPlay = function () { document.removeEventListener('WeixinJSBridgeReady', AudioPlay); HfPlayer.play(); AudioPlayState(); }; document.addEventListener("WeixinJSBridgeReady", AudioPlay, false);