diff --git a/dsLightRag/static/RecognizeEduQuestionOcr.html b/dsLightRag/static/RecognizeEduQuestionOcr.html index 76b30e43..2c5f9e7f 100644 --- a/dsLightRag/static/RecognizeEduQuestionOcr.html +++ b/dsLightRag/static/RecognizeEduQuestionOcr.html @@ -25,38 +25,6 @@ background-color: #f5f5f5; } - .tab-container { - display: flex; - border-bottom: 1px solid #ccc; - margin-bottom: 20px; - } - - .tab-button { - padding: 10px 20px; - border: none; - background: #f1f1f1; - cursor: pointer; - transition: all 0.3s ease; - } - - .tab-button.active { - background: #4CAF50; - color: white; - } - - .tab-button:hover:not(.active) { - background: #ddd; - } - - .tab-content { - display: none; - padding: 10px; - } - - .tab-content.active { - display: block; - } - .container { max-width: 1200px; margin: 0 auto; @@ -213,7 +181,6 @@ background-color: #f9f9f9; line-height: 1.8; /* 优化行高 */ } - .option-item { margin: 8px 0; /* 为选项添加上下间距 */ background-color: #f9f9f9; @@ -257,19 +224,14 @@ position: relative; /* 关键:作为动画容器的定位基准 */ overflow: hidden; /* 防止动画溢出 */ } - .option-item { margin: 8px 0; /* 为选项添加上下间距 */ background-color: #f9f9f9; } @keyframes spin { - 0% { - transform: rotate(0deg); - } - 100% { - transform: rotate(360deg); - } + 0% { transform: rotate(0deg); } + 100% { transform: rotate(360deg); } } /* 图片模态框样式 */ @@ -283,7 +245,7 @@ width: 100%; height: 100%; overflow: auto; - background-color: rgba(0, 0, 0, 0.9); + background-color: rgba(0,0,0,0.9); } .modal-content { @@ -314,51 +276,58 @@