video标签如何只把全屏按钮给去掉????
yourelelment video::-webkit-media-controls-fullscreen-button {
display: none;
}
或用DIV,屏蔽控制条!
yourelelment video::-webkit-media-controls-fullscreen-button {
display: none;
}
或用DIV,屏蔽控制条!