/*! * index/3.1.0/index.css, 2024/8/23 下午11:01:29 * */ .player-error-display { position: absolute; top: 50%; transform: translatey(-50%); width: 100%; height: 0; padding-top: 56.25%; background-size: contain; background-repeat: no-repeat; background-position: center; z-index: 1001; } .player-error-tip-usual { position: absolute; top: 50%; left: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 36px; padding: 6px 15px; color: #fff; font-size: 16px; line-height: 22px; background: rgba(0, 0, 0, 0.2); border: 0.5px solid rgba(255, 255, 255, 0.5); border-radius: 8px; transform: translate(-50%, -50%); } .player-error-tip-usual-client { display: block; flex-direction: column; min-width: initial; height: 36px; padding: 6px 15px; line-height: initial; white-space: nowrap; border-radius: 18px; } .player-error-tip-usual p { margin-bottom: 0 !important; font-size: inherit !important; white-space: nowrap; } .__force_hide_control_bar .custom-control-bar-root { display: none !important; } .custom-wifi-tip-root { display: none; } .player-wifi { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 9999; color: #fff; } .player-wifi-content { width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: flex; flex-direction: column; align-items: center; } .player-wifi-btn { width: 124px; height: 36px; font-size: 16px; display: flex; justify-content: center; align-items: center; border: 0.5px solid #fff; border-radius: 18px; box-sizing: border-box; } .player-wifi-btn .iconfont { color: #fff; margin-right: 8px; } .player-wifi .text { margin-bottom: 0; font-size: 14px; padding-top: 12px; text-align: center; } .double-column .native-top-bar .hr, .double-column .native-top-bar .bg { opacity: 0; }