From d13df14c67ea6bb0c27c1e70851fd395e6f360a5 Mon Sep 17 00:00:00 2001
From: WLL_LL <2923443262@qq.com>
Date: Sun, 24 Nov 2024 14:02:56 +0800
Subject: [PATCH] 20241122
---
...\345\207\273\345\205\263\351\227\255.html" | 75 +++++++++++
.../css/index.css" | 71 ++++++++++
...\350\241\250\346\241\210\344\276\213.html" | 126 ++++++++++++++++++
3 files changed, 272 insertions(+)
create mode 100644 "\351\237\246\345\212\233\350\216\211/20241122\350\212\202\347\202\271\347\232\204\346\223\215\344\275\234/08.2-\347\202\271\345\207\273\345\205\263\351\227\255.html"
create mode 100644 "\351\237\246\345\212\233\350\216\211/20241122\350\212\202\347\202\271\347\232\204\346\223\215\344\275\234/\345\255\246\347\224\237\344\277\241\346\201\257\350\241\250/css/index.css"
create mode 100644 "\351\237\246\345\212\233\350\216\211/20241122\350\212\202\347\202\271\347\232\204\346\223\215\344\275\234/\345\255\246\347\224\237\344\277\241\346\201\257\350\241\250/\345\255\246\347\224\237\344\277\241\346\201\257\350\241\250\346\241\210\344\276\213.html"
diff --git "a/\351\237\246\345\212\233\350\216\211/20241122\350\212\202\347\202\271\347\232\204\346\223\215\344\275\234/08.2-\347\202\271\345\207\273\345\205\263\351\227\255.html" "b/\351\237\246\345\212\233\350\216\211/20241122\350\212\202\347\202\271\347\232\204\346\223\215\344\275\234/08.2-\347\202\271\345\207\273\345\205\263\351\227\255.html"
new file mode 100644
index 0000000..1065ed9
--- /dev/null
+++ "b/\351\237\246\345\212\233\350\216\211/20241122\350\212\202\347\202\271\347\232\204\346\223\215\344\275\234/08.2-\347\202\271\345\207\273\345\205\263\351\227\255.html"
@@ -0,0 +1,75 @@
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\351\237\246\345\212\233\350\216\211/20241122\350\212\202\347\202\271\347\232\204\346\223\215\344\275\234/\345\255\246\347\224\237\344\277\241\346\201\257\350\241\250/css/index.css" "b/\351\237\246\345\212\233\350\216\211/20241122\350\212\202\347\202\271\347\232\204\346\223\215\344\275\234/\345\255\246\347\224\237\344\277\241\346\201\257\350\241\250/css/index.css"
new file mode 100644
index 0000000..bf53770
--- /dev/null
+++ "b/\351\237\246\345\212\233\350\216\211/20241122\350\212\202\347\202\271\347\232\204\346\223\215\344\275\234/\345\255\246\347\224\237\344\277\241\346\201\257\350\241\250/css/index.css"
@@ -0,0 +1,71 @@
+* {
+ margin: 0;
+ padding: 0;
+}
+
+a {
+ text-decoration: none;
+ color:#721c24;
+}
+h1 {
+ text-align: center;
+ color:#333;
+ margin: 20px 0;
+
+}
+table {
+ margin:0 auto;
+ width: 800px;
+ border-collapse: collapse;
+ color:#004085;
+}
+th {
+ padding: 10px;
+ background: #cfe5ff;
+
+ font-size: 20px;
+ font-weight: 400;
+}
+td,th {
+ border:1px solid #b8daff;
+}
+td {
+ padding:10px;
+ color:#666;
+ text-align: center;
+ font-size: 16px;
+}
+tbody tr {
+ background: #fff;
+}
+tbody tr:hover {
+ background: #e1ecf8;
+}
+.info {
+ width: 900px;
+ margin: 50px auto;
+ text-align: center;
+}
+.info input, .info select {
+ width: 80px;
+ height: 27px;
+ outline: none;
+ border-radius: 5px;
+ border:1px solid #b8daff;
+ padding-left: 5px;
+ box-sizing: border-box;
+ margin-right: 15px;
+}
+.info button {
+ width: 60px;
+ height: 27px;
+ background-color: #004085;
+ outline: none;
+ border: 0;
+ color: #fff;
+ cursor: pointer;
+ border-radius: 5px;
+}
+.info .age {
+ width: 50px;
+}
\ No newline at end of file
diff --git "a/\351\237\246\345\212\233\350\216\211/20241122\350\212\202\347\202\271\347\232\204\346\223\215\344\275\234/\345\255\246\347\224\237\344\277\241\346\201\257\350\241\250/\345\255\246\347\224\237\344\277\241\346\201\257\350\241\250\346\241\210\344\276\213.html" "b/\351\237\246\345\212\233\350\216\211/20241122\350\212\202\347\202\271\347\232\204\346\223\215\344\275\234/\345\255\246\347\224\237\344\277\241\346\201\257\350\241\250/\345\255\246\347\224\237\344\277\241\346\201\257\350\241\250\346\241\210\344\276\213.html"
new file mode 100644
index 0000000..da4bf7c
--- /dev/null
+++ "b/\351\237\246\345\212\233\350\216\211/20241122\350\212\202\347\202\271\347\232\204\346\223\215\344\275\234/\345\255\246\347\224\237\344\277\241\346\201\257\350\241\250/\345\255\246\347\224\237\344\277\241\346\201\257\350\241\250\346\241\210\344\276\213.html"
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+
+ 学生信息管理
+
+
+
+
+ 新增学员
+
+ 就业榜
+
+
+
+ | 学号 |
+ 姓名 |
+ 年龄 |
+ 性别 |
+ 薪资 |
+ 就业城市 |
+ 操作 |
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
--
Gitee