|
|
|
@ -40,12 +40,13 @@
|
|
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100px;
|
|
|
|
|
height: 40px;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
resize: vertical;
|
|
|
|
|
resize: none;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
margin-right: 20px; /* 新增右侧边距 */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button {
|
|
|
|
@ -166,9 +167,10 @@
|
|
|
|
|
background-color: #d0e3fa;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#questionInput {
|
|
|
|
|
height: 40px; /* 固定高度 */
|
|
|
|
|
resize: none; /* 禁止调整大小 */
|
|
|
|
|
.input-area textarea#questionInput {
|
|
|
|
|
margin-right: 10px !important;
|
|
|
|
|
width: calc(100% - 10px);
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#answerArea {
|
|
|
|
@ -180,10 +182,13 @@
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div class="container">
|
|
|
|
|
<h1>小学数学问答系统</h1>
|
|
|
|
|
|
|
|
|
|
<div class="data-area" id="answerArea">
|
|
|
|
|
<!-- 回答内容将在这里显示 -->
|
|
|
|
|
<div style="color:#666; padding:20px; text-align:center;">
|
|
|
|
|
<h3 style="color:#333;">欢迎使用小学数学问答系统</h3>
|
|
|
|
|
<p>请在下方输入您的问题,答案将在此处显示</p>
|
|
|
|
|
<p>您也可以点击"示例问题"快速体验</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="input-area">
|
|
|
|
@ -211,10 +216,10 @@
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="doc-links">
|
|
|
|
|
<h3>原稿下载:</h3>
|
|
|
|
|
<h3>知识库:</h3>
|
|
|
|
|
<div class="doc-checkboxes">
|
|
|
|
|
<label>
|
|
|
|
|
<input type="checkbox" name="documents" value="MATH_DATA_1">
|
|
|
|
|
<input type="checkbox" name="documents" checked value="MATH_DATA_1">
|
|
|
|
|
小学数学教学中的若干问题
|
|
|
|
|
</label>
|
|
|
|
|
<label>
|
|
|
|
|