当前位置: 首页 >> VR视角>> MDVR-220 【VR】文系教え子がボクの部屋に転がり込んできた夏休み。 発育したカラダをひとりじめ1-cd1
站长推荐
炮台 威尼斯人 威尼斯人 PG娱乐城 美眉直播 色猫直播 富婆直播 超爽直播 制服直播 少女直播 人妻直播 直播平台 脱衣换脸 炮台
福利社区
相关视频
猜你喜欢
水滴 学院 儿媳 肉丝 富婆 混血哥 康先生 内裤哥 约哥 C仔 轻吻 世界那么大 押尾猫 小岛酱 萌白酱 范范 毛婷 艾栗栗 刘玥 汤不热 康爱福 麻豆 SWAG 探花 韩国 91 自拍 抖音 内射 偷拍 情侣 MD 空姐 模特 护士 丝袜 日本 双飞 强奸 迷奸 巨乳 制服 剧情 网红 搭讪 表姐 外卖 处女 勾引 黑丝 主播 肛交 口交 无码 动漫 3P SM 另类 同事 素人 少妇 '; } } else { // 不支持的图标类型 iconEl.className = 'btm-nav-icon btm-nav-default'; iconEl.innerHTML = '?'; } } // 检测是否为移动设备 function isMobileDevice() { return window.innerWidth <= 760; } // 获取菜单栏的实际高度 function getMenuBarHeight() { var menuBar = document.getElementById('btmNavMenu'); if (menuBar && menuBar.style.display !== 'none') { // 强制重新计算布局 menuBar.offsetHeight; var height = menuBar.getBoundingClientRect().height; if (height > 0) { return Math.ceil(height); // 向上取整避免小数问题 } } // 使用更保守的估算值 return isMobileDevice() ? 55 : 65; } // 显示iframe function showIframe(url, title, menuItem) { var iframe = document.getElementById('btmNavIframe'); var titleEl = document.getElementById('btmNavIframeTitle'); var contentEl = document.getElementById('btmNavIframeContent'); var headerEl = iframe.querySelector('.btm-nav-iframe-header'); var menuBar = document.getElementById('btmNavMenu'); if (iframe && titleEl && contentEl) { closeIframe(); setTimeout(function() { titleEl.textContent = title; contentEl.src = url; // 根据配置决定是否显示关闭栏 var shouldShowCloseBar = getShouldShowCloseBar(menuItem); // 根据配置决定是否显示菜单栏 var shouldShowMenuBar = getShouldShowMenuBar(menuItem); if (shouldShowCloseBar) { headerEl.style.display = 'flex'; iframe.style.top = '0'; contentEl.style.height = 'calc(100% - 35px)'; } else { headerEl.style.display = 'none'; iframe.style.top = '0'; contentEl.style.height = '100%'; } // 控制底部菜单栏显示/隐藏 if (shouldShowMenuBar) { if (menuBar) menuBar.style.display = 'block'; iframe.classList.remove('btm-nav-fullscreen'); // 移除全屏类 // 动态获取菜单栏高度 var menuHeight = getMenuBarHeight(); // 设置CSS变量供CSS使用