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 @@

教育场景识别

- - - + +
- -
公式识别内容...
-
试题识别内容...
-
手写识别内容...
+ +
+
+

示例公式图片

+
+
+ 公式示例1 +
数学公式示例
+
+
+
-
-

示例公式图片

-
-
- 公式示例1 -
数学公式示例
+
+

公式识别

+
+
+ + +
+
+
识别结果将在此处显示
+
-
-

公式识别

-
-
- - -
-
-
识别结果将在此处显示
+ +
+
+

示例试题图片

+
+
+ 试题示例1 +
试题示例
+
-
-
-

试题识别

-
-
- - -
-
-
识别结果将在此处显示
+
+

试题识别

+
+
+ + +
+
+
识别结果将在此处显示
+
@@ -381,13 +350,13 @@ processEscapes: true, packages: {'[+]': ['ams']} }, - svg: {fontCache: 'global'}, - startup: {pageReady: pageReady} + svg: { fontCache: 'global' }, + startup: { pageReady: pageReady } }; // MathJax 加载完成后执行 function pageReady() { - return MathJax.startup.defaultPageReady().then(function () { + return MathJax.startup.defaultPageReady().then(function() { console.log('MathJax 3 加载完成'); }); } @@ -398,36 +367,15 @@ + \ No newline at end of file