diff --git a/app-dm/src/TeacherPages/MarkingPages/StudentLink.css b/app-dm/src/TeacherPages/MarkingPages/StudentLink.css index a6a24e9..ab7a8ae 100644 --- a/app-dm/src/TeacherPages/MarkingPages/StudentLink.css +++ b/app-dm/src/TeacherPages/MarkingPages/StudentLink.css @@ -1,24 +1,31 @@ .body-right-studentlink{ - width: 1420px; - height: 830px; + width: 1400px; + height: 805px; position: absolute; top: 72px; left: 220px; border-radius: 10px; float: right; background-color: #f7f8fa; + padding: 10px; } .link-box{ - margin-top: 30px; + height: 500px; + /* border: 5px double #aee1e3; */ + box-shadow: + inset 0 0 0 2px #aee1e3, /* 外边框颜色 */ + inset 0 0 0 6px #aee1e3; } .title-link{ font-size: 18px; + line-height: 60px; + background-color: #aee1e3; } .link-table{ position: relative; } .link-table td{ - padding: 0 26.2px; + padding: 0 24px; font-size: 17px; border-bottom: 1px solid #8a9991; line-height: 40px; @@ -35,13 +42,12 @@ } .submit{ - width: 100px; + width: 120px; height: 45px; font-size: 20px; - border-radius: 20px; - /* background-color: rgb(187, 235, 219); */ - background-image: linear-gradient(#bbf5e2,#a4d1d3); + background-image: linear-gradient(#d7fffa,#aee1e3); + border-radius: 15px; border: none; - margin-left: 1280px; + margin-left: 1200px; margin-top: 20px; } \ No newline at end of file diff --git a/app-dm/src/TeacherPages/Questionmanage/questionmanage.css b/app-dm/src/TeacherPages/Questionmanage/questionmanage.css index cff3c12..c88c407 100644 --- a/app-dm/src/TeacherPages/Questionmanage/questionmanage.css +++ b/app-dm/src/TeacherPages/Questionmanage/questionmanage.css @@ -13,4 +13,59 @@ width: 1200px; height: 300px; background-color: aqua; +} +.select-box2{ + font-size: 18px; + margin-left: 50px; + margin-top: 20px; + padding-bottom: 20px; +} +.select-box2 select{ + width: 80px; + height: 28px; + margin: 0 10px; +} +.title-link1{ + font-size: 18px; + line-height: 60px; + background-color: #aee1e3; +} +.title-link1 th{ + padding: 0 65px; +} +.question-box{ + text-align: center; + line-height: 50px; +} +.question-box td{ + border-bottom: 1px solid #8a9991; +} + +.question-btn1{ + width: 100px; + height: 40px; + background-color: #c8e1e2; + font-size: 16px; + border: none; + position: absolute; + left: 1140px; + top: 600px; +} +.question-btn2{ + width: 100px; + height: 40px; + background-color: #c8e1e2; + font-size: 16px; + border: none; + position: absolute; + left: 1270px; + top: 600px; +} + +.smaller-box{ + margin: 0 300px; + height: 400px; + box-shadow: + inset 0 0 0 2px #aee1e3, /* 外边框颜色 */ + inset 0 0 0 6px #aee1e3; } \ No newline at end of file diff --git a/app-dm/src/TeacherPages/Questionmanage/questionmanage.jsx b/app-dm/src/TeacherPages/Questionmanage/questionmanage.jsx index 201cecc..0d2ba7a 100644 --- a/app-dm/src/TeacherPages/Questionmanage/questionmanage.jsx +++ b/app-dm/src/TeacherPages/Questionmanage/questionmanage.jsx @@ -170,59 +170,74 @@ function Questionmange(){ return (
{!append&&
-
- 题目类型 - - - - 章节选择 - + + + - -
- -
+ + 章节选择 + + +
{type==='选择题'&&data&& - - {isTrue&&} - - {Object.keys(data).map((key)=>( - - {isTrue&&} - - ))} - +
+
+ {isTrue&&} + + {Object.keys(data).map((key)=>( + + + + + + + + + {isTrue&&} + + ))} +
题目ID题目选项A选项B选项C选项D正确选项选择要删除的题目
{data[key][7]}{data[key][1]}{data[key][2]}{data[key][3]}{data[key][4]}{data[key][5]}{data[key][6]} handChoiceChange(e, data[key][7])} />
题目ID题目选项A选项B选项C选项D正确选项选择要删除的题目
{data[key][7]}{data[key][1]}{data[key][2]}{data[key][3]}{data[key][4]}{data[key][5]}{data[key][6]} handChoiceChange(e, data[key][7])} />
} {type==='填空题'&&data&& - - {isTrue&&} - - {Object.keys(data).map((key)=>( - - {isTrue&&} - - ))} +
+
+ + + + {isTrue&&} + + {Object.keys(data).map((key)=>( + + {isTrue&&} + + ))} +
题目ID问题答案选择要删除的题目
{data[key][3]}{data[key][1]}{data[key][2]} handCompleChange(e, data[key][3])} />
题目ID问题答案选择要删除的题目
{data[key][3]}{data[key][1]}{data[key][2]} handCompleChange(e, data[key][3])} />
} {type==='判断题'&&data&& - - {isTrue&&} - - {Object.keys(data).map((key)=>( - - {isTrue&&} - - ))} +
+
+ + + {isTrue&&} + + {Object.keys(data).map((key)=>( + + {isTrue&&} + + ))} +
题目ID题目答案选择要删除的题目
{data[key][3]}{data[key][1]}{data[key][2]} handJudgeChange(e, data[key][3])} />
题目ID题目答案选择要删除的题目
{data[key][3]}{data[key][1]}{data[key][2]} handJudgeChange(e, data[key][3])} />
} -
- {!isTrue&&}{!isTrue&&} - {isTrue&&}{isTrue&&} -
} + {!isTrue&&} + {!isTrue&&} + {isTrue&&} + {isTrue&&} + } {append&&
请选择题目类型