阅读:2146回复:2
(求助)youkuss脚本自定义大小超过设置里的宽屏宽度后无法居中 求解决办法
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); |
|
1楼#
发布于:2012-09-16 16:04
width:930px!important;\ 改阿
|
|
|
2楼#
发布于:2012-09-16 16:04
|
|