From 573743f4a63cf9b3b1a8e0ee9af1454180b1bdb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=9F=E6=99=BA=E6=9D=B0=EF=BC=88=E5=87=AF=E7=A5=9E?= =?UTF-8?q?=E4=BC=A0=E5=AA=92=EF=BC=89?= <2026659954@qq.com> Date: Fri, 22 Nov 2024 11:39:44 +0800 Subject: [PATCH 1/2] 16 --- ...\345\207\273\345\205\263\351\227\255.html" | 63 +++++++++ .../css/index.css" | 71 ++++++++++ ...\350\241\250\346\241\210\344\276\213.html" | 121 ++++++++++++++++++ 3 files changed, 255 insertions(+) create mode 100644 "\346\261\237\346\231\272\346\235\260/20241122/08.2-\347\202\271\345\207\273\345\205\263\351\227\255.html" create mode 100644 "\346\261\237\346\231\272\346\235\260/20241122/\345\255\246\347\224\237\344\277\241\346\201\257\350\241\250/css/index.css" create mode 100644 "\346\261\237\346\231\272\346\235\260/20241122/\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/\346\261\237\346\231\272\346\235\260/20241122/08.2-\347\202\271\345\207\273\345\205\263\351\227\255.html" "b/\346\261\237\346\231\272\346\235\260/20241122/08.2-\347\202\271\345\207\273\345\205\263\351\227\255.html" new file mode 100644 index 0000000..8182691 --- /dev/null +++ "b/\346\261\237\346\231\272\346\235\260/20241122/08.2-\347\202\271\345\207\273\345\205\263\351\227\255.html" @@ -0,0 +1,63 @@ + + + + + + + + Document + + + + +
+ 我是广告1 +
X
+
+
+ 我是广告2 +
X
+
+
+ 我是广告3 +
X
+
+ + + + \ No newline at end of file diff --git "a/\346\261\237\346\231\272\346\235\260/20241122/\345\255\246\347\224\237\344\277\241\346\201\257\350\241\250/css/index.css" "b/\346\261\237\346\231\272\346\235\260/20241122/\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/\346\261\237\346\231\272\346\235\260/20241122/\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/\346\261\237\346\231\272\346\235\260/20241122/\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/\346\261\237\346\231\272\346\235\260/20241122/\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..e5e5c70 --- /dev/null +++ "b/\346\261\237\346\231\272\346\235\260/20241122/\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,121 @@ + + + + + + + + 学生信息管理 + + + + +

新增学员

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

就业榜

+ + + + + + + + + + + + + + + +
学号姓名年龄性别薪资就业城市操作
+ + + + + \ No newline at end of file -- Gitee From 64dbecfcd17cd4177ac6ae8e16a5a082a58f1d77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=9F=E6=99=BA=E6=9D=B0?= <2026659954@qq.com> Date: Fri, 22 Nov 2024 21:17:03 +0800 Subject: [PATCH 2/2] 16 --- ...\345\207\273\345\205\263\351\227\255.html" | 10 +- ...\350\241\250\346\241\210\344\276\213.html" | 113 +++++++++++------- 2 files changed, 78 insertions(+), 45 deletions(-) diff --git "a/\346\261\237\346\231\272\346\235\260/20241122/08.2-\347\202\271\345\207\273\345\205\263\351\227\255.html" "b/\346\261\237\346\231\272\346\235\260/20241122/08.2-\347\202\271\345\207\273\345\205\263\351\227\255.html" index 8182691..1c1bc5b 100644 --- "a/\346\261\237\346\231\272\346\235\260/20241122/08.2-\347\202\271\345\207\273\345\205\263\351\227\255.html" +++ "b/\346\261\237\346\231\272\346\235\260/20241122/08.2-\347\202\271\345\207\273\345\205\263\351\227\255.html" @@ -50,12 +50,14 @@ diff --git "a/\346\261\237\346\231\272\346\235\260/20241122/\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/\346\261\237\346\231\272\346\235\260/20241122/\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" index e5e5c70..25bec43 100644 --- "a/\346\261\237\346\231\272\346\235\260/20241122/\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/\346\261\237\346\231\272\346\235\260/20241122/\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" @@ -46,71 +46,102 @@ - +