|
|
@ -76,17 +76,17 @@
|
|
|
|
background-color: #2196F3;
|
|
|
|
background-color: #2196F3;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#saveWordBtn:hover {
|
|
|
|
|
|
|
|
background-color: #0b7dda;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.icon {
|
|
|
|
.icon {
|
|
|
|
margin-right: 5px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@keyframes spin {
|
|
|
|
@keyframes spin {
|
|
|
|
0% { transform: rotate(0deg); }
|
|
|
|
0% {
|
|
|
|
100% { transform: rotate(360deg); }
|
|
|
|
transform: rotate(0deg);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
100% {
|
|
|
|
|
|
|
|
transform: rotate(360deg);
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.doc-links {
|
|
|
|
.doc-links {
|
|
|
@ -96,18 +96,6 @@
|
|
|
|
align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.doc-link {
|
|
|
|
|
|
|
|
padding: 8px 15px;
|
|
|
|
|
|
|
|
background-color: #e7f3fe;
|
|
|
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
|
|
|
color: #2196F3;
|
|
|
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
transition: all 0.3s;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.doc-link:hover {
|
|
|
|
|
|
|
|
background-color: #d0e3fa;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.doc-checkboxes {
|
|
|
|
.doc-checkboxes {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
@ -200,14 +188,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
<div class="examples">
|
|
|
|
<div class="examples">
|
|
|
|
<div class="example-category">
|
|
|
|
<div class="example-category">
|
|
|
|
<h3>问题示例:</h3>
|
|
|
|
<h3>已收集问题示例</h3>
|
|
|
|
<div class="example-list">
|
|
|
|
<div class="example-list">
|
|
|
|
<div class="example-item" onclick="fillExample('小学数学中有哪些模型?')">小学数学中有哪些模型?</div>
|
|
|
|
<div class="example-item" onclick="fillExample('小学数学中有哪些模型?')">小学数学中有哪些模型?</div>
|
|
|
|
<div class="example-item" onclick="fillExample('帮我写一下 "如何理解点、线、面、体、角"的教学设计')">
|
|
|
|
<div class="example-item" onclick="fillExample('帮我写一下 " 如何理解点、线、面、体、角
|
|
|
|
|
|
|
|
"的教学设计')">
|
|
|
|
帮我写一下 "如何理解点、线、面、体、角"的教学设计
|
|
|
|
帮我写一下 "如何理解点、线、面、体、角"的教学设计
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="example-item" onclick="fillExample('苏轼的好朋友都有谁?')">苏轼的好朋友都有谁?</div>
|
|
|
|
<div class="example-item" onclick="fillExample('苏轼的好朋友都有谁?')">苏轼的好朋友都有谁?</div>
|
|
|
|
<div class="example-item" onclick="fillExample('苏轼的家人都有谁?')">苏轼的家人都有谁</div>
|
|
|
|
<div class="example-item" onclick="fillExample('苏轼的家人都有谁?')">苏轼的家人都有谁</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="example-category">
|
|
|
|
|
|
|
|
<h3>未收集问题示例</h3>
|
|
|
|
<div class="example-item" onclick="fillExample('微积分的基本定理是什么?')">微积分的基本定理是什么?</div>
|
|
|
|
<div class="example-item" onclick="fillExample('微积分的基本定理是什么?')">微积分的基本定理是什么?</div>
|
|
|
|
<div class="example-item" onclick="fillExample('线性代数在AI中的应用')">线性代数在AI中的应用</div>
|
|
|
|
<div class="example-item" onclick="fillExample('线性代数在AI中的应用')">线性代数在AI中的应用</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|