123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346 |
- .identity-verify-container.data-v-464e78c6 {
- padding: 0;
- max-width: 100%;
- margin: 0 auto;
- height: 100vh;
- display: flex;
- flex-direction: column;
- background-color: #f5f5f5;
- }
- .digital-human-container.data-v-464e78c6 {
- position: relative;
- width: 100%;
- height: 100vh;
- overflow: hidden;
- background-color: #f0f0f0;
- }
- .digital-human-video.data-v-464e78c6 {
- width: 100%;
- height: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- /* 用户摄像头容器样式 */
- .user-camera-container.data-v-464e78c6 {
- position: absolute;
- top: 20px;
- right: 20px;
- width: 100px;
- height: 150px;
- border-radius: 8px;
- overflow: hidden;
- box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
- z-index: 20;
- border: 1px solid #fff;
- }
- /* 用户摄像头视频样式 */
- .user-camera-video.data-v-464e78c6 {
- width: 100%;
- height: 100%;
- object-fit: cover;
- background-color: #333;
- }
- .video-player.data-v-464e78c6 {
- width: 100%;
- height: 100%;
- object-fit: cover;
- outline: none; /* 移除视频获得焦点时的轮廓 */
- -webkit-tap-highlight-color: transparent; /* 移除移动设备上的点击高亮 */
- }
- /* 隐藏视频控制条 */
- video.data-v-464e78c6::-webkit-media-controls {
- display: none !important;
- }
- video.data-v-464e78c6::-webkit-media-controls-enclosure {
- display: none !important;
- }
- video.data-v-464e78c6::-webkit-media-controls-panel {
- display: none !important;
- }
- video.data-v-464e78c6::-webkit-media-controls-play-button {
- display: none !important;
- }
- video.data-v-464e78c6::-webkit-media-controls-timeline {
- display: none !important;
- }
- video.data-v-464e78c6::-webkit-media-controls-current-time-display {
- display: none !important;
- }
- video.data-v-464e78c6::-webkit-media-controls-time-remaining-display {
- display: none !important;
- }
- video.data-v-464e78c6::-webkit-media-controls-mute-button {
- display: none !important;
- }
- video.data-v-464e78c6::-webkit-media-controls-volume-slider {
- display: none !important;
- }
- video.data-v-464e78c6::-webkit-media-controls-fullscreen-button {
- display: none !important;
- }
- .subtitle-overlay.data-v-464e78c6 {
- position: absolute;
- bottom: 50px;
- left: 0;
- width: 100%;
- padding: 15px;
- background-color: rgba(0, 0, 0, 0.7);
- color: white;
- text-align: center;
- font-size: 16px;
- line-height: 1.5;
- z-index: 10;
- border-radius: 4px;
- max-width: 90%;
- margin: 0 auto;
- left: 5%;
- right: 5%;
- }
- .control-panel.data-v-464e78c6 {
- padding: 15px;
- display: flex;
- justify-content: center;
- }
- .control-button.data-v-464e78c6 {
- padding: 10px 20px;
- background-color: #4CAF50;
- color: white;
- border: none;
- border-radius: 4px;
- cursor: pointer;
- }
- .loading.data-v-464e78c6 {
- text-align: center;
- margin: 20px 0;
- font-size: 16px;
- }
- .response-container.data-v-464e78c6 {
- margin-top: 20px;
- padding: 0 20px;
- display: none; /* 默认隐藏调试信息 */
- }
- /* 当showDebugInfo为true时显示 */
- .showDebugInfo .response-container.data-v-464e78c6 {
- display: block;
- }
- .response-item.data-v-464e78c6 {
- padding: 10px;
- border: 1px solid #eee;
- border-radius: 4px;
- margin-bottom: 10px;
- background-color: #f9f9f9;
- }
- .response-content.data-v-464e78c6 {
- display: flex;
- flex-direction: column;
- }
- .answer-button-container.data-v-464e78c6 {
- position: absolute;
- top: 75%;
- left: 50%;
- transform: translate(-50%, -50%);
- z-index: 20;
- }
- .answer-button.data-v-464e78c6 {
- width: 120px;
- height: 120px;
- border-radius: 50%;
- background-color: #0039b3; /* 绿色背景,与图片中的颜色类似 */
- color: white;
- font-size: 18px;
- border: none;
- box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
- display: flex;
- justify-content: center;
- align-items: center;
- cursor: pointer;
- animation: pulse-464e78c6 2s infinite;
- }
- @keyframes pulse-464e78c6 {
- 0% {
- transform: scale(1);
- box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
- }
- 50% {
- transform: scale(1.05);
- box-shadow: 0 8px 15px rgba(0, 0, 0, 0.4);
- }
- 100% {
- transform: scale(1);
- box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
- }
- }
- .stop-recording-button-container.data-v-464e78c6 {
- position: absolute;
- top: 75%;
- left: 50%;
- transform: translate(-50%, -50%);
- z-index: 20;
- }
- .stop-recording-button.data-v-464e78c6 {
- width: 120px;
- height: 120px;
- border-radius: 50%;
- background-color: #e74c3c; /* 红色背景 */
- color: white;
- font-size: 18px;
- border: none;
- box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
- display: flex;
- justify-content: center;
- align-items: center;
- cursor: pointer;
- animation: pulse-464e78c6 2s infinite;
- }
- @keyframes pulse-464e78c6 {
- 0% {
- transform: scale(1);
- box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
- }
- 50% {
- transform: scale(1.05);
- box-shadow: 0 8px 15px rgba(0, 0, 0, 0.4);
- }
- 100% {
- transform: scale(1);
- box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
- }
- }
- /* 录制中的指示器 */
- .recording-indicator.data-v-464e78c6 {
- position: absolute;
- top: 20px;
- left: 20px;
- display: flex;
- align-items: center;
- background-color: rgba(0, 0, 0, 0.6);
- padding: 5px 10px;
- border-radius: 15px;
- z-index: 20;
- }
- .recording-dot.data-v-464e78c6 {
- width: 12px;
- height: 12px;
- background-color: #e74c3c;
- border-radius: 50%;
- margin-right: 8px;
- animation: blink-464e78c6 1s infinite;
- }
- .recording-text.data-v-464e78c6 {
- color: white;
- font-size: 14px;
- }
- @keyframes blink-464e78c6 {
- 0% { opacity: 1;
- }
- 50% { opacity: 0.3;
- }
- 100% { opacity: 1;
- }
- }
- .start-recording-button-container.data-v-464e78c6 {
- position: absolute;
- top: 75%;
- left: 50%;
- transform: translate(-50%, -50%);
- z-index: 20;
- }
- .start-recording-button.data-v-464e78c6 {
- width: 120px;
- height: 120px;
- border-radius: 50%;
- background-color: #0039b3; /* 与开始面试按钮颜色保持一致 */
- color: white;
- font-size: 18px;
- border: none;
- box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
- display: flex;
- justify-content: center;
- align-items: center;
- cursor: pointer;
- animation: pulse-464e78c6 2s infinite; /* 使用相同的动画 */
- }
- /* 可以删除pulse-green动画,直接使用与开始面试按钮相同的pulse动画 */
- .retry-button-container.data-v-464e78c6 {
- position: absolute;
- bottom: 50px;
- left: 50%;
- transform: translateX(-50%);
- z-index: 20;
- }
- .retry-button.data-v-464e78c6 {
- padding: 10px 20px;
- background-color: #3498db; /* 蓝色背景 */
- color: white;
- font-size: 16px;
- border: none;
- border-radius: 4px;
- box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
- cursor: pointer;
- }
- .retry-button.data-v-464e78c6:hover {
- background-color: #2980b9;
- }
- /* 录制时长显示 */
- .recording-timer.data-v-464e78c6 {
- position: absolute;
- top: 20px;
- left: 130px; /* 放在录制指示器旁边 */
- background-color: rgba(0, 0, 0, 0.6);
- padding: 5px 10px;
- border-radius: 15px;
- z-index: 20;
- display: flex;
- flex-direction: column;
- }
- .timer-text.data-v-464e78c6 {
- color: white;
- font-size: 14px;
- font-family: monospace; /* 使用等宽字体,使时间显示更稳定 */
- }
- .remaining-time.data-v-464e78c6 {
- color: white;
- font-size: 12px;
- margin-top: 2px;
- }
- .remaining-time.warning.data-v-464e78c6 {
- color: #ff6b6b; /* 剩余时间少时显示红色 */
- animation: blink-464e78c6 1s infinite; /* 使用闪烁动画提醒用户 */
- }
- /* 添加上传状态指示器 */
- .upload-status-indicator.data-v-464e78c6 {
- position: absolute;
- top: 20px;
- left: 130px; /* 放在录制指示器旁边 */
- background-color: rgba(0, 0, 0, 0.6);
- padding: 5px 10px;
- border-radius: 15px;
- z-index: 20;
- }
- .upload-status-content.data-v-464e78c6 {
- display: flex;
- align-items: center;
- }
- .upload-status-icon.data-v-464e78c6 {
- width: 12px;
- height: 12px;
- border-radius: 50%;
- margin-right: 8px;
- }
- .upload-status-text.data-v-464e78c6 {
- color: white;
- font-size: 14px;
- }
- .uploading.data-v-464e78c6 {
- background-color: #e74c3c;
- }
|