diff --git a/app-dm/src/TeacherPages/SendTest/trainmanage.css b/app-dm/src/TeacherPages/SendTest/trainmanage.css new file mode 100644 index 0000000..7ffd036 --- /dev/null +++ b/app-dm/src/TeacherPages/SendTest/trainmanage.css @@ -0,0 +1,74 @@ +.body-trainmanage{ + width: 1420px; + height: 830px; + position: absolute; + top: 72px; + left: 220px; + border-radius: 10px; + float: right; + background-color: #f7f8fa; +} +.body-trainmanage p{ + font-size: 20px; + position: absolute; + left: 50px; +} +.line{ + width: 250px; + height: 2px; + position: absolute; + top: 60px; + background-image: linear-gradient(120deg,#ffffff,rgb(223, 223, 223),#fff); +} +.ul1-trainmanage{ + width: 650px; + height: 200px; + position: absolute; + top: 50px; + left: 10px; +} +.ul2-trainmanage{ + width: 650px; + height: 200px; + position: absolute; + top: 50px; + left: 700px; +} +.train-list-trainmanage li{ + width: 650px; + height: 70px; + list-style-type: none; + margin-top: 10px; + border-radius: 10px; + background-color: #ffffff; + box-shadow: 2px 2px 2px #d8d9d9; + cursor: pointer; +} +.train-list-trainmanage span { + font-size: 20px; +} +.train-list-trainmanage p{ + font-size: 15px; + margin-left: 460px; + margin-top: -40px; +} +.train-list-trainmanage li::before { + content: "▶"; + color: rgb(132, 213, 209); + padding-right: 20px; + line-height: 65px; + padding-left: 15px; + font-size: 20px; + display: inline-block; +} + +.sendtestpage{ + padding: 20px 30px; + font-size: 20px; + text-decoration: none; + color: #000; + position: absolute; + bottom: 50px; + right: 100px; + background-color: rgb(186, 237, 237); +} \ No newline at end of file diff --git a/app-dm/src/TeacherPages/SendTest/trainmanage.jsx b/app-dm/src/TeacherPages/SendTest/trainmanage.jsx new file mode 100644 index 0000000..0660a97 --- /dev/null +++ b/app-dm/src/TeacherPages/SendTest/trainmanage.jsx @@ -0,0 +1,39 @@ +import './trainmanage.css' +import { Link } from 'react-router-dom'; +// import React, { useEffect, useState } from 'react'; +// import axios from 'axios'; + + +function TrainManage(){ + return( +
+

已批改试卷

+
+
+ + + 前往发布试卷 +
+
+ ) +} + +export default TrainManage \ No newline at end of file diff --git a/app-dm/src/nav/teacherIndex.jsx b/app-dm/src/nav/teacherIndex.jsx index 3b679da..9c32d04 100755 --- a/app-dm/src/nav/teacherIndex.jsx +++ b/app-dm/src/nav/teacherIndex.jsx @@ -56,7 +56,7 @@ function HeaderNavTeacher() {