打开/关闭菜单
26
6679
46
1.2万
OGAS数据中枢
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

Widget:GameSwitcher:修订间差异

来自OGAS数据中枢
弃权者留言 | 贡献
撤销弃权者讨论)的修订版本18930
标签撤销
弃权者留言 | 贡献
无编辑摘要
标签手工回退
 
第48行: 第48行:
function moveIndicator( tab ) {
function moveIndicator( tab ) {
   var indicator = document.getElementById( 'gf-tab-indicator' );
   var indicator = document.getElementById( 'gf-tab-indicator' );
  var switcher  = document.getElementById( 'gf-switcher' );
   if ( !indicator ) { return; }
   if ( !indicator || !switcher ) { return; }
  /* 让switcher作为定位基准 */
  var switcherLeft = switcher.getBoundingClientRect().left;
  var tabLeft      = tab.getBoundingClientRect().left;
   indicator.style.width    = tab.offsetWidth + 'px';
   indicator.style.width    = tab.offsetWidth + 'px';
   indicator.style.transform = 'translateX(' + ( tabLeft - switcherLeft ) + 'px)';
   indicator.style.transform = 'translateX(' + tab.offsetLeft + 'px)';
}
}



2026年6月20日 (六) 23:23的最新版本

少女前线系列多游戏首页切换Widget。调用方式:{{#widget:GameSwitcher}}