/*清除所有边距*/ /*.U_MD_UI_video_VideoDiv * { margin: 0; padding: 0; position: relative; }*/ /*声博项目有影响 请重新调整 position: relative;????*/ .U_MD_UI_video_VideoDiv * { margin: 0; padding: 0; } .U_MD_UI_video_VideoDiv { /*float: left;*/ margin: 0; padding: 0; overflow: hidden; } .U_MD_UI_video_VideoMain { width: 100%; height: 100%; background: #000; } .U_MD_UI_video_VideoControls { position: relative; bottom: 40px; width: 100%; height: 40px; background: #000; } /*.U_MD_UI_video_VideoControls * { float: left; position: absolute; }*/ /*声博项目有影响 请重新调整 position: absolute;???*/ .U_MD_UI_video_VideoControls * { float: left; } .U_MD_UI_video_VideoControls .U_MD_UI_video_PlayPauseButton { width: 39px; height: 39px; cursor: pointer; } .U_MD_UI_video_VideoControls .U_MD_UI_video_PlayIcon { background: url("img/Controls/Video/playBtn.png") no-repeat center; } .U_MD_UI_video_VideoControls .U_MD_UI_video_PauseIcon { background: url("img/Controls/Video/pauseBtn.png") no-repeat center; } .U_MD_UI_video_VideoControls .U_MD_UI_video_Time { color: #fff; line-height: 39px; cursor: default; width: 52px; text-align: center; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .U_MD_UI_video_VideoControls .U_MD_UI_video_Progress { width: calc(100% - 295px); position: relative; top: calc(50% - 2px); background: #fff; height: 4px; margin: 0 10px; cursor: pointer; } .U_MD_UI_video_VideoControls .U_MD_UI_video_Progress .U_MD_UI_video_ProgressCircle { float: right; width: 10px; height: 10px; border-radius: 100%; background: #ffffff; position: relative; top: -3px; left: 5px; } .U_MD_UI_video_VideoControls .U_MD_UI_video_Progress .U_MD_UI_video_ProgressCurrentTime { height: 100%; background: #fdcd4d; cursor: pointer; float: left; } .U_MD_UI_video_VideoControls .U_MD_UI_video_SoundControls { background: url("img/Controls/Video/soundIcon.png") no-repeat center; height: 100%; width: 10px; margin: 0 0 0 15px; cursor: pointer; } .U_MD_UI_video_VideoControls .U_MD_UI_video_SoundProgress { width: 35px; position: relative; top: calc(50% - 2px); background: #fff; height: 4px; margin: 0 2px; cursor: pointer; } .U_MD_UI_video_VideoControls .U_MD_UI_video_SoundProgress .U_MD_UI_video_SoundProgressCurrent { height: 100%; background: #fdcd4d; cursor: pointer; } .U_MD_UI_video_VideoControls .U_MD_UI_video_FullScreen { background: url("img/Controls/Video/fullScreenBtn.png") no-repeat center; width: 28px; height: 100%; margin: 0 20px; cursor: pointer; }