diff --git "a/\347\275\227\345\221\250\347\206\240/17 20251125 \345\255\230\345\202\250/\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/\347\275\227\345\221\250\347\206\240/17 20251125 \345\255\230\345\202\250/\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" index 0b076c8be160de151324bd39092c290a32a8f3a4..73c57e3e83c8e7276ed07ebd1bdae0e8e35fea86 100644 --- "a/\347\275\227\345\221\250\347\206\240/17 20251125 \345\255\230\345\202\250/\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/\347\275\227\345\221\250\347\206\240/17 20251125 \345\255\230\345\202\250/\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" @@ -154,4 +154,35 @@ - \ No newline at end of file + + diff --git "a/\347\275\227\345\221\250\347\206\240/18 20251126 \345\255\246\347\224\237\345\260\261\344\270\232\347\273\237\350\256\241\350\241\250/css/index.css" "b/\347\275\227\345\221\250\347\206\240/18 20251126 \345\255\246\347\224\237\345\260\261\344\270\232\347\273\237\350\256\241\350\241\250/css/index.css" new file mode 100644 index 0000000000000000000000000000000000000000..15f6a7431d8a087c98dfb2966c6d84a2765ad9c0 --- /dev/null +++ "b/\347\275\227\345\221\250\347\206\240/18 20251126 \345\255\246\347\224\237\345\260\261\344\270\232\347\273\237\350\256\241\350\241\250/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/\347\275\227\345\221\250\347\206\240/18 20251126 \345\255\246\347\224\237\345\260\261\344\270\232\347\273\237\350\256\241\350\241\250/\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/\347\275\227\345\221\250\347\206\240/18 20251126 \345\255\246\347\224\237\345\260\261\344\270\232\347\273\237\350\256\241\350\241\250/\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..6a857f457cb3916da1371ef79ccdc28d8fcbbadf --- /dev/null +++ "b/\347\275\227\345\221\250\347\206\240/18 20251126 \345\255\246\347\224\237\345\260\261\344\270\232\347\273\237\350\256\241\350\241\250/\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,191 @@ + + + + + + + + 学生就业统计表 + + + + + +

学生就业统计表

+
+ + + + + + +
+ +
共有数据0
+ + + + + + + + + + + + + + + + +
ID姓名年龄性别薪资就业城市录入时间操作
+ + + + \ No newline at end of file diff --git "a/\347\275\227\345\221\250\347\206\240/18 20251126 \345\255\246\347\224\237\345\260\261\344\270\232\347\273\237\350\256\241\350\241\250/\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\2131.html" "b/\347\275\227\345\221\250\347\206\240/18 20251126 \345\255\246\347\224\237\345\260\261\344\270\232\347\273\237\350\256\241\350\241\250/\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\2131.html" new file mode 100644 index 0000000000000000000000000000000000000000..ecd83b545819def7a6bd05f7e1ee2c660b0da3a4 --- /dev/null +++ "b/\347\275\227\345\221\250\347\206\240/18 20251126 \345\255\246\347\224\237\345\260\261\344\270\232\347\273\237\350\256\241\350\241\250/\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\2131.html" @@ -0,0 +1,160 @@ + + + + + + + + + + + 学生信息管理 + + + + +

新增学员

+
+ 姓名: + 年龄: + 性别: + + 薪资: + 就业城市: + + +
+ + +

就业榜条数据

+ + + + + + + + + + + + + + + +
学号姓名年龄性别薪资就业城市操作
+ + + + + \ No newline at end of file