播放记录

10.0 |06月28日 |更新至第9集 |共20集
简介:

  《邪恶力量》此次续订后将确定拍到14季。

猜你喜欢
换一换
神秘博士第五季
901
9.0
已完结, 全13集
神秘博士第五季
9.0
更新时间:06月04日
主演:马特·史密斯,凯伦·吉兰,大卫·田纳特,托尼·库兰,亚瑟·达维尔,妮娜·瓦迪娅,派瑞·本森,安妮特·克罗斯比,汤姆·霍珀,奥利维娅·科尔曼,帕特里克·摩尔,科林·贝克,汤姆·贝克,教宗本笃十六世,彼得·戴维森,克里斯托弗·埃克莱斯顿,大卫德基瑟,莫罕达斯·卡拉姆昌德·甘地,威廉·哈特奈尔,西尔维斯特·迈可伊,保罗·麦甘恩,乔恩·帕特维,凯特琳·布莱克伍德,帕特里克·特罗,EdenMonteath,ArthurCox,WilliamWilde,MarcelloMagni,MerinMonteath
简介:《神秘博士第5季》中,重生后的博士与小艾米莉亚·庞德相遇并承诺5分钟后返回,却迟到12年。此时艾米已长大成人,她和罗里一起成为博士的旅伴。他们穿越时空,经历古代威尼斯的吸血鬼事件,挫败哭泣天使,还与梵高相遇并帮助他打败怪物。在解决一系列危机的过程中,艾米家墙上的裂缝引发了诸多问题,博士发现所有线索都指向潘多拉魔盒。最后,在面对众多敌人时,博士打开潘多拉魔盒,甚至重启了整个宇宙。这一季有着较为完整的主线剧情,同时展现了博士与同伴间的深厚情谊以及各种奇妙的时空冒险。
189
2025
神秘博士第五季
主演:马特·史密斯,凯伦·吉兰,大卫·田纳特,托尼·库兰,亚瑟·达维尔,妮娜·瓦迪娅,派瑞·本森,安妮特·克罗斯比,汤姆·霍珀,奥利维娅·科尔曼,帕特里克·摩尔,科林·贝克,汤姆·贝克,教宗本笃十六世,彼得·戴维森,克里斯托弗·埃克莱斯顿,大卫德基瑟,莫罕达斯·卡拉姆昌德·甘地,威廉·哈特奈尔,西尔维斯特·迈可伊,保罗·麦甘恩,乔恩·帕特维,凯特琳·布莱克伍德,帕特里克·特罗,EdenMonteath,ArthurCox,WilliamWilde,MarcelloMagni,MerinMonteath
红官窑
667
5.0
家人的恩怨情仇
红官窑
5.0
更新时间:06月05日
主演:李进荣,舒畅,盖丽丽
简介:上世纪七十年代初,醴陵瓷器厂接到任务,赶制釉下五彩生活用瓷。总工艺师夏一墨和总工程师申永祥担纲技术核心。一次偶然的事故,样品跌碎。厂革委会主任段国强公报私仇,由此导致申、夏两家家破人亡,但荣誉却归功在厂长苏定山的头上。三十年后,在香港瓷器博览会上,苏定山的儿子苏建海、孙女苏雪青,申永祥的儿子申国荣和孙子申雪昭,夏一墨的孙子许强生以及夏一墨的养孙女夏芙蓉,同时出现在会场上。申国荣带着儿子申雪昭要利用港商的身份获取掌握在苏家的釉下五彩瓷配方和烧制技术,把自己的事业搞大,同时为冤死的父亲复仇。而夏芙蓉正是幼年时失踪的苏雪青的胞妹。许强生也不知夏一墨就是他的亲爷爷,围绕两个年轻人的身份以及申家父子的复仇计划,一时间,家族之间的恩怨情仇像一层阴云笼罩在几代人的身上,从而导引了众多人物错综复杂的命运走向。由于许强生为人的宽厚和对事业的执着,赢得了苏定山女婿,时任市委副书记肖大为的鼎立支持,不但化解了家族恩怨,更使制瓷业走上了一条面向国际市场的健康发展之路,真正体现了新一代年轻人的创业精神。
4150
2009
红官窑
主演:李进荣,舒畅,盖丽丽
评论区
首页
电影
连续剧
动漫
综艺记录
短剧

每1天弹出一次

重要通知

线路一 https://8ju.xin

线路二 https://8ju.top

◆防止迷路请记住我们发布页地址:baju.app

$(document).ready(function() { var player = $('.MacPlayer'); var playerContainer = player.closest('#PlayerVideoArea'); var originalPosition = playerContainer.offset().top; var isFloating = false; var scrollTimeout; var isDragging = false; var startX, startY, offsetX, offsetY; // 创建关闭按钮 var closeBtn = $('
'); // 创建拖动按钮 var dragBtn = $('
'); // 只在滚动停止时检测 $(window).scroll(function() { clearTimeout(scrollTimeout); scrollTimeout = setTimeout(function() { var scrollTop = $(window).scrollTop(); if (!isFloating && scrollTop > originalPosition + 300) { // 进入悬浮状态 enterFloatingMode(); } else if (isFloating && scrollTop <= originalPosition) { // 恢复原始状态 exitFloatingMode(); } }, 100); }); // 进入悬浮模式 function enterFloatingMode() { if(isFloating) return; // 保存原始位置和尺寸 playerContainer.data('original-style', { position: playerContainer.css('position'), top: playerContainer.css('top'), left: playerContainer.css('left'), width: playerContainer.css('width'), height: playerContainer.css('height'), margin: playerContainer.css('margin') }); playerContainer.addClass('floating-player'); playerContainer.append(closeBtn); playerContainer.append(dragBtn); isFloating = true; // 添加拖动功能 setupDrag(); // 滚动到原始位置 closeBtn.on('click', function() { $('html, body').animate({ scrollTop: originalPosition - 50 }, 300, function() { exitFloatingMode(); }); }); } // 退出悬浮模式 function exitFloatingMode() { if(!isFloating) return; // 恢复原始样式 var originalStyle = playerContainer.data('original-style'); playerContainer.removeClass('floating-player'); playerContainer.css({ position: originalStyle.position, top: originalStyle.top, left: originalStyle.left, width: originalStyle.width, height: originalStyle.height, margin: originalStyle.margin }); // 移除拖动事件 dragBtn.off('mousedown touchstart'); $(document).off('mousemove touchmove'); $(document).off('mouseup touchend'); closeBtn.off('click').remove(); dragBtn.remove(); isFloating = false; isDragging = false; } // 设置拖动功能 function setupDrag() { dragBtn.on('mousedown touchstart', function(e) { isDragging = true; // 获取初始位置 var containerOffset = playerContainer.offset(); offsetX = containerOffset.left; offsetY = containerOffset.top; // 获取鼠标/触摸初始位置 var clientX = e.type === 'touchstart' ? e.originalEvent.touches[0].clientX : e.clientX; var clientY = e.type === 'touchstart' ? e.originalEvent.touches[0].clientY : e.clientY; startX = clientX - offsetX; startY = clientY - offsetY; // 阻止默认行为和冒泡 e.preventDefault(); e.stopPropagation(); // 添加拖动时的类 playerContainer.addClass('dragging'); }); $(document).on('mousemove touchmove', function(e) { if (!isDragging) return; var clientX = e.type === 'touchmove' ? e.originalEvent.touches[0].clientX : e.clientX; var clientY = e.type === 'touchmove' ? e.originalEvent.touches[0].clientY : e.clientY; // 计算新位置 var newLeft = clientX - startX; var newTop = clientY - startY; // 限制在窗口范围内 var windowWidth = $(window).width(); var windowHeight = $(window).height(); var containerWidth = playerContainer.outerWidth(); var containerHeight = playerContainer.outerHeight(); newLeft = Math.max(0, Math.min(newLeft, windowWidth - containerWidth)); newTop = Math.max(0, Math.min(newTop, windowHeight - containerHeight)); // 应用新位置 playerContainer.css({ left: newLeft + 'px', top: newTop + 'px', right: 'auto', bottom: 'auto' }); e.preventDefault(); e.stopPropagation(); }); $(document).on('mouseup touchend', function() { if (isDragging) { isDragging = false; playerContainer.removeClass('dragging'); } }); } // 窗口大小变化时重新计算 $(window).resize(function() { if (!isFloating) { originalPosition = playerContainer.offset().top; } else { // 如果正在悬浮,确保播放器保持在可视范围内 var containerWidth = playerContainer.outerWidth(); var containerHeight = playerContainer.outerHeight(); var windowWidth = $(window).width(); var windowHeight = $(window).height(); var currentLeft = parseInt(playerContainer.css('left')); var currentTop = parseInt(playerContainer.css('top')); var newLeft = Math.max(0, Math.min(currentLeft, windowWidth - containerWidth)); var newTop = Math.max(0, Math.min(currentTop, windowHeight - containerHeight)); playerContainer.css({ left: newLeft + 'px', top: newTop + 'px' }); } }); }); -->