/*!* 去掉全屏时显示的自带控制条 *! video::-webkit-media-controls{ display:none !important; }*/ .wrap h3{ text-align: center; height: 100px; line-height: 100px; } .player{ width: 720px; height: 400px; margin: 0 auto; position: relative; } .player-wrapper { width: 900px; height: 500px; /*overflow-y: auto;*/ margin: 0 auto; text-align: center; } .player .control{ position: absolute; background: rgba(255, 255, 255, 0.3); width: 120px; height: 40px; border-radius: 10px; left: 60%; bottom: -60px; transform: translateX(-50%); display: none; } .player .control div{ line-height: 40px; font-size: 18px; color: #fff; margin: 0px 11px 0px 9px; } .player .control .play_pause,.player .control .expand{ color: rgb(246, 255, 249); } .player .control .progress{ display: block; width: 100%; height: 10px; background: #fff; } .player .control .timer{ font-size: 12px; }