:fullscreen
来选择多媒体元素的全屏状态。接下来,我们可以通过使用CSS属性background-color
来设置全屏按钮的背景颜色。例如,我们可以使用以下样式:video:fullscreen::-webkit-media-controls-fullscreen-button { background-color: red; }
video:fullscreen
选择多媒体元素的全屏状态,::-webkit-media-controls-fullscreen-button
选择全屏按钮。我们将全屏按钮的背景颜色设置为红色。border
、font-size
、padding
等来定制全屏按钮的样式。例如,我们可以使用以下样式:video:fullscreen::-webkit-media-controls-fullscreen-button { background-color: red; border: none; font-size: 16px; padding: 10px; }
本文为翻滚的胖子原创文章,转载无需和我联系,但请注明来自猿教程iskeys.com