MediaWiki:Gadget-BiliPlayer.css

来自Mooncell - 玩家共同构筑的FGO中文Wiki
跳到导航 跳到搜索

注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:前往菜单 → 历史(Mac为Opera → Preferences),或按Ctrl-Shift-Del,然后清除浏览数据 → 勾选“已缓存的图片和文件” → 清除数据
    .bili-player-panel-back {
    	display: flex;
    	align-items: center;
        justify-content: center;
    	position: fixed;
    	width: 100%;
    	height: 100%;
    	top: 0;
    	left: 0;
    	background: rgba(0, 0, 0, 0.5);
    	z-index: 100;
    }
     
    .bili-player-panel {
    	position: relative;
    	max-height: calc(100% - 40px);
    	max-width: calc(100% - 40px);
    }
     
    .bili-player-panel-close {
    	width: 30px;
    	height: 30px;
    	position: absolute;
    	right: -15px;
    	top: -15px;
    	font-size: 30px;
    	line-height: 30px;
    	text-align: center;
    	background: #fff;
    	cursor: pointer;
    	border-radius: 50%;
    	color: #000;
    }
     
    .bili-player-panel-close:hover {
    	color: #f44336;
    }