diff --git "a/\351\231\210\346\231\272\345\256\217/20241125\345\245\275\344\270\234\350\245\277/.idea/20241125\345\245\275\344\270\234\350\245\277.iml" "b/\351\231\210\346\231\272\345\256\217/20241125\345\245\275\344\270\234\350\245\277/.idea/20241125\345\245\275\344\270\234\350\245\277.iml"
new file mode 100644
index 0000000000000000000000000000000000000000..c956989b29ad0767edc6cf3a202545927c3d1e76
--- /dev/null
+++ "b/\351\231\210\346\231\272\345\256\217/20241125\345\245\275\344\270\234\350\245\277/.idea/20241125\345\245\275\344\270\234\350\245\277.iml"
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\351\231\210\346\231\272\345\256\217/20241125\345\245\275\344\270\234\350\245\277/.idea/misc.xml" "b/\351\231\210\346\231\272\345\256\217/20241125\345\245\275\344\270\234\350\245\277/.idea/misc.xml"
new file mode 100644
index 0000000000000000000000000000000000000000..28a804d8932aba40f168fd757a74cb718a955a1a
--- /dev/null
+++ "b/\351\231\210\346\231\272\345\256\217/20241125\345\245\275\344\270\234\350\245\277/.idea/misc.xml"
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\351\231\210\346\231\272\345\256\217/20241125\345\245\275\344\270\234\350\245\277/.idea/modules.xml" "b/\351\231\210\346\231\272\345\256\217/20241125\345\245\275\344\270\234\350\245\277/.idea/modules.xml"
new file mode 100644
index 0000000000000000000000000000000000000000..d3440c60da1b217ff756020dbb8cecfb658e3bb5
--- /dev/null
+++ "b/\351\231\210\346\231\272\345\256\217/20241125\345\245\275\344\270\234\350\245\277/.idea/modules.xml"
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\351\231\210\346\231\272\345\256\217/20241125\345\245\275\344\270\234\350\245\277/.idea/vcs.xml" "b/\351\231\210\346\231\272\345\256\217/20241125\345\245\275\344\270\234\350\245\277/.idea/vcs.xml"
new file mode 100644
index 0000000000000000000000000000000000000000..b2bdec2d71b6a5ce4ae49efc37516809c50e4d5e
--- /dev/null
+++ "b/\351\231\210\346\231\272\345\256\217/20241125\345\245\275\344\270\234\350\245\277/.idea/vcs.xml"
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\351\231\210\346\231\272\345\256\217/20241125\345\245\275\344\270\234\350\245\277/.idea/workspace.xml" "b/\351\231\210\346\231\272\345\256\217/20241125\345\245\275\344\270\234\350\245\277/.idea/workspace.xml"
new file mode 100644
index 0000000000000000000000000000000000000000..2385d243e12723d12465e8243df43ca40a688f26
--- /dev/null
+++ "b/\351\231\210\346\231\272\345\256\217/20241125\345\245\275\344\270\234\350\245\277/.idea/workspace.xml"
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1732770541407
+
+
+ 1732770541407
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\351\231\210\346\231\272\345\256\217/20241126BOM/css/index.css" "b/\351\231\210\346\231\272\345\256\217/20241126BOM/css/index.css"
new file mode 100644
index 0000000000000000000000000000000000000000..15f6a7431d8a087c98dfb2966c6d84a2765ad9c0
--- /dev/null
+++ "b/\351\231\210\346\231\272\345\256\217/20241126BOM/css/index.css"
@@ -0,0 +1,115 @@
+* {
+ margin: 0;
+ padding: 0;
+}
+
+a {
+ text-decoration: none;
+ color: #721c24;
+}
+
+h1 {
+ text-align: center;
+ color: #333;
+ margin: 20px 0;
+
+}
+
+.title {
+ width: 933px;
+ height: 50px;
+ line-height: 50px;
+ padding-right: 15px;
+ border: 1px solid #ebebeb;
+ margin: 10px auto;
+ background-color: #f2f2f2;
+ text-align: right;
+}
+
+.title span {
+ display: inline-block;
+ vertical-align: middle;
+ height: 20px;
+ margin: -3px 5px 0;
+ text-align: center;
+ line-height: 20px;
+ color: #f26934;
+ font-weight: 700;
+}
+
+table {
+ margin: 0 auto;
+ width: 950px;
+ border-collapse: collapse;
+ color: #3c3637;
+}
+
+th {
+ padding: 10px;
+ background: #f2f2f2;
+ font-size: 18px;
+ text-align: left;
+}
+
+td,
+th {
+ border: 1px solid #ebebeb;
+ padding: 15px;
+}
+
+td {
+
+ color: #666;
+ font-size: 16px;
+
+}
+
+tbody tr {
+ background: #fff;
+}
+
+tbody tr:hover {
+ background: #fbfafa;
+}
+
+tbody a {
+ display: inline-block;
+ width: 80px;
+ height: 30px;
+ text-align: center;
+ line-height: 30px;
+ color: #fff;
+ background-color: #f26934;
+}
+
+.info {
+ width: 900px;
+ margin: 50px auto;
+ text-align: center;
+}
+
+.info input,
+.info select {
+ width: 100px;
+ height: 30px;
+ outline: none;
+ border: 1px solid #ebebeb;
+ padding-left: 5px;
+ box-sizing: border-box;
+ margin-right: 10px;
+}
+
+.info button {
+ width: 70px;
+ height: 30px;
+ background-color: #5dbfd8;
+ outline: none;
+ border: 0;
+ color: #fff;
+ cursor: pointer;
+ font-size: 14px;
+}
+
+.info button:hover {
+ background-color: #52abc1;
+}
\ No newline at end of file
diff --git "a/\351\231\210\346\231\272\345\256\217/20241126BOM/iconfont/iconfont.css" "b/\351\231\210\346\231\272\345\256\217/20241126BOM/iconfont/iconfont.css"
new file mode 100644
index 0000000000000000000000000000000000000000..1802c2de24ba33c0e25a2c8b7dff3fa93445edb3
--- /dev/null
+++ "b/\351\231\210\346\231\272\345\256\217/20241126BOM/iconfont/iconfont.css"
@@ -0,0 +1,23 @@
+@font-face {
+ font-family: "iconfont"; /* Project id 3873122 */
+ src: url('iconfont.woff2?t=1675070457031') format('woff2'),
+ url('iconfont.woff?t=1675070457031') format('woff'),
+ url('iconfont.ttf?t=1675070457031') format('truetype');
+}
+
+.iconfont {
+ font-family: "iconfont" !important;
+ font-size: 16px;
+ font-style: normal;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+
+.icon-shanchu:before {
+ content: "\e718";
+}
+
+.icon-tianjia:before {
+ content: "\e6de";
+}
+
diff --git "a/\351\231\210\346\231\272\345\256\217/20241126BOM/iconfont/iconfont.ttf" "b/\351\231\210\346\231\272\345\256\217/20241126BOM/iconfont/iconfont.ttf"
new file mode 100644
index 0000000000000000000000000000000000000000..978d156764de22c6e963066d227697ef2eb3b7c4
Binary files /dev/null and "b/\351\231\210\346\231\272\345\256\217/20241126BOM/iconfont/iconfont.ttf" differ
diff --git "a/\351\231\210\346\231\272\345\256\217/20241126BOM/iconfont/iconfont.woff" "b/\351\231\210\346\231\272\345\256\217/20241126BOM/iconfont/iconfont.woff"
new file mode 100644
index 0000000000000000000000000000000000000000..245803ee03a4b2912429c2ec656c235fd0718778
Binary files /dev/null and "b/\351\231\210\346\231\272\345\256\217/20241126BOM/iconfont/iconfont.woff" differ
diff --git "a/\351\231\210\346\231\272\345\256\217/20241126BOM/iconfont/iconfont.woff2" "b/\351\231\210\346\231\272\345\256\217/20241126BOM/iconfont/iconfont.woff2"
new file mode 100644
index 0000000000000000000000000000000000000000..1f5c13a14971fffe970a081b8e91db71583d9dbf
Binary files /dev/null and "b/\351\231\210\346\231\272\345\256\217/20241126BOM/iconfont/iconfont.woff2" differ
diff --git "a/\351\231\210\346\231\272\345\256\217/20241126BOM/\345\255\246\347\224\237\345\260\261\344\270\232\347\273\237\350\256\241\350\241\250\346\241\210\344\276\213.html" "b/\351\231\210\346\231\272\345\256\217/20241126BOM/\345\255\246\347\224\237\345\260\261\344\270\232\347\273\237\350\256\241\350\241\250\346\241\210\344\276\213.html"
new file mode 100644
index 0000000000000000000000000000000000000000..edc4fcfe335e87b7775a2bdba5a740e1ead2515e
--- /dev/null
+++ "b/\351\231\210\346\231\272\345\256\217/20241126BOM/\345\255\246\347\224\237\345\260\261\344\270\232\347\273\237\350\256\241\350\241\250\346\241\210\344\276\213.html"
@@ -0,0 +1,168 @@
+
+
+
+
+
+
+
+ 学生就业统计表
+
+
+
+
+
+ 学生就业统计表
+
+
+ 共有数据0条
+
+
+
+ | ID |
+ 姓名 |
+ 年龄 |
+ 性别 |
+ 薪资 |
+ 就业城市 |
+ 录入时间 |
+ 操作 |
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file