multiple-instances.css

来自「Libary SDK 9」· CSS 代码 · 共 27 行

CSS
27
字号
/* dimensios for both splash image and the player wrapper */a.flowplayer, a.flowplayer img {	display:block;					width:300px;	height:240px;	border:0px;		}/* play button on top of splash screenn */div.playButton {	background:url(../img/play.png) no-repeat;	width:50px;	height:50px;	position:relative;	top:-140px;	left:125px;		opacity:0.9;	margin-bottom:-50px;}/* play button upon mouseover */div.playButton:hover {	opacity:1.0;		}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?