凭枰
狐狸大王
狐狸大王
  • UID32865
  • 注册日期2010-05-17
  • 最后登录2025-02-04
  • 发帖数536
  • 经验489枚
  • 威望1点
  • 贡献值226点
  • 好评度50点
  • 社区居民
  • 忠实会员
阅读:974回复:2

如何让只兼容微信内置浏览器的弈客在PC正常观看解说

楼主#
更多 发布于:2016-10-27 21:10
http://share.golinksworld.com/sgf-preview.php*
eg:
http://share.golinksworld.com/sgf-preview.php?Id=1956&type=1
不会写css,不知道怎么把下面被缩到只剩下一行的解说框移动到左边或者右边看个痛快。
凭枰
狐狸大王
狐狸大王
  • UID32865
  • 注册日期2010-05-17
  • 最后登录2025-02-04
  • 发帖数536
  • 经验489枚
  • 威望1点
  • 贡献值226点
  • 好评度50点
  • 社区居民
  • 忠实会员
1楼#
发布于:2016-10-31 20:04
多谢,依葫芦画瓢改了下:

不知能否把上下剩下的没用的东东去掉。
@namespace url(http://www.w3.org/1999/xhtml);
 
@-moz-document domain("share.golinksworld.com") {

  /*标题*/
  p.livename{
    left: 74%  !important;
    top: 7.5%  !important;
    position: fixed;
  }
  
  /*解说*/
  .wgo-comment-text{
    left: 74%  !important;
    top: 30%  !important;
    position: fixed;
    background: #fff  !important;
  }
  
  /*黑方*/
  div.player_info.black{
    right: 74%  !important;
    top: 20%  !important;
    position: fixed;
  }
  
  /*VS*/
  div.player_info.iconfont.icon-vs73{
    right: 80%  !important;
    top: 35%  !important;
    position: fixed;
  }
 
  /*白方*/
  div.player_info.white{
    right: 74%  !important;
    top: 50%  !important;
    position: fixed;
  }

}
netweb
小狐狸
小狐狸
  • UID47439
  • 注册日期2014-10-01
  • 最后登录2021-08-28
  • 发帖数26
  • 经验27枚
  • 威望0点
  • 贡献值10点
  • 好评度6点
  • 社区居民
2楼#
发布于:2016-10-31 15:30
@namespace url(http://www.w3.org/1999/xhtml);
 
@-moz-document domain("golinksworld.com") {
  .wgo-comment-text{
    left: 63em  !important;
    top: 15em  !important;
    position: fixed;
    background: #fff  !important;
  }
 
}
游客

返回顶部