dragonbeyond
小狐狸
小狐狸
  • UID33424
  • 注册日期2010-07-14
  • 最后登录2021-02-24
  • 发帖数16
  • 经验23枚
  • 威望0点
  • 贡献值12点
  • 好评度1点
阅读:1777回复:2

(求助)youkuss脚本自定义大小超过设置里的宽屏宽度后无法居中 求解决办法

楼主#
更多 发布于:2012-09-16 16:04
RT、

图片:1209151902b2c6bb36780f9852.jpg


自己看了下代码 里面的居中模块代码只有在宽度小于优酷本身网页的宽度才有效 即930  超过及无效了 不知道如何解决

//居中播放器,样式..
var cstyle=Style.cloneNode(false);

var cstyleText='\
div.playBox{\
width:930px!important;\
}\
div.player{\
margin-left:auto!important;\
margin-right:auto!important;\
}\
';

var cstyleText2='\
div.playBox{\
width:auto!important;\
}\
div.player{\
margin-left:0!important;\
margin-right:0!important;\
}\
';


cstyle.textContent=prefs.centerPlayer? cstyleText : cstyleText2;
shead.appendChild(cstyle);
taglife
千年狐狸
千年狐狸
  • UID38488
  • 注册日期2012-03-20
  • 最后登录2013-04-02
  • 发帖数2052
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度1点
1楼#
发布于:2012-09-16 16:04
width:930px!important;\ 改阿
Firefox 開啟安全模式,停用個人設定、佈景主題及擴充套件(無附加元件)測試:
說明 > 重新啟動但停用附加元件(Firefox 4+)
Firefox Profile: 說明 > 疑難排解資訊 > 開啟資料夾
排版引擎:Firefox(Gecko), Opera(Presto), Google Chrome(WebKit),
Safari(WebKit), Internet Explorer(Trident), Konqueror(KHTML)
dragonbeyond
小狐狸
小狐狸
  • UID33424
  • 注册日期2010-07-14
  • 最后登录2021-02-24
  • 发帖数16
  • 经验23枚
  • 威望0点
  • 贡献值12点
  • 好评度1点
2楼#
发布于:2012-09-16 16:04
taglife:width:930px!important;\ 改阿回到原帖


改过了 无效 不管是改大还是改小
游客

返回顶部