diff --git "a/\345\275\255\346\260\270\347\233\233/20241122 \350\212\202\347\202\271/.idea/.gitignore" "b/\345\275\255\346\260\270\347\233\233/20241122 \350\212\202\347\202\271/.idea/.gitignore" new file mode 100644 index 0000000000000000000000000000000000000000..35410cacdc5e87f985c93a96520f5e11a5c822e4 --- /dev/null +++ "b/\345\275\255\346\260\270\347\233\233/20241122 \350\212\202\347\202\271/.idea/.gitignore" @@ -0,0 +1,8 @@ +# 默认忽略的文件 +/shelf/ +/workspace.xml +# 基于编辑器的 HTTP 客户端请求 +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git "a/\345\275\255\346\260\270\347\233\233/20241122 \350\212\202\347\202\271/.idea/misc.xml" "b/\345\275\255\346\260\270\347\233\233/20241122 \350\212\202\347\202\271/.idea/misc.xml" new file mode 100644 index 0000000000000000000000000000000000000000..b73c6500fc67d2401f8d431429c18b4ea5971eaf --- /dev/null +++ "b/\345\275\255\346\260\270\347\233\233/20241122 \350\212\202\347\202\271/.idea/misc.xml" @@ -0,0 +1,9 @@ + + + + + + + + \ No newline at end of file diff --git "a/\345\275\255\346\260\270\347\233\233/20241122 \350\212\202\347\202\271/.idea/modules.xml" "b/\345\275\255\346\260\270\347\233\233/20241122 \350\212\202\347\202\271/.idea/modules.xml" new file mode 100644 index 0000000000000000000000000000000000000000..2ffafbb406ef302b8fefdbc975ca4fad5e22e790 --- /dev/null +++ "b/\345\275\255\346\260\270\347\233\233/20241122 \350\212\202\347\202\271/.idea/modules.xml" @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git "a/\345\275\255\346\260\270\347\233\233/20241122 \350\212\202\347\202\271/.idea/\345\255\246\347\224\237\344\277\241\346\201\257\350\241\250.iml" "b/\345\275\255\346\260\270\347\233\233/20241122 \350\212\202\347\202\271/.idea/\345\255\246\347\224\237\344\277\241\346\201\257\350\241\250.iml" new file mode 100644 index 0000000000000000000000000000000000000000..d6ebd4805981b8400db3e3291c74a743fef9a824 --- /dev/null +++ "b/\345\275\255\346\260\270\347\233\233/20241122 \350\212\202\347\202\271/.idea/\345\255\246\347\224\237\344\277\241\346\201\257\350\241\250.iml" @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git "a/\345\275\255\346\260\270\347\233\233/20241122 \350\212\202\347\202\271/08.2-\347\202\271\345\207\273\345\205\263\351\227\255.html" "b/\345\275\255\346\260\270\347\233\233/20241122 \350\212\202\347\202\271/08.2-\347\202\271\345\207\273\345\205\263\351\227\255.html" new file mode 100644 index 0000000000000000000000000000000000000000..dda64e7e9884d9414022110cda974681f58c749e --- /dev/null +++ "b/\345\275\255\346\260\270\347\233\233/20241122 \350\212\202\347\202\271/08.2-\347\202\271\345\207\273\345\205\263\351\227\255.html" @@ -0,0 +1,69 @@ + + + + + + + + Document + + + + +
+ 我是广告1 +
X
+
+
+ 我是广告2 +
X
+
+
+ 我是广告3 +
X
+
+ + + + \ No newline at end of file diff --git "a/\345\275\255\346\260\270\347\233\233/20241122 \350\212\202\347\202\271/css/index.css" "b/\345\275\255\346\260\270\347\233\233/20241122 \350\212\202\347\202\271/css/index.css" new file mode 100644 index 0000000000000000000000000000000000000000..bf537709ea7ef92a9f3564533646f812e737c65b --- /dev/null +++ "b/\345\275\255\346\260\270\347\233\233/20241122 \350\212\202\347\202\271/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/\345\275\255\346\260\270\347\233\233/20241122 \350\212\202\347\202\271/\345\255\246\347\224\237\344\277\241\346\201\257\350\241\250\346\241\210\344\276\213.html" "b/\345\275\255\346\260\270\347\233\233/20241122 \350\212\202\347\202\271/\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 0000000000000000000000000000000000000000..33f3010a869bf2c3f41de48245d3042bcd40dc47 --- /dev/null +++ "b/\345\275\255\346\260\270\347\233\233/20241122 \350\212\202\347\202\271/\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,124 @@ + + + + + + + + 学生信息管理 + + + + +

新增学员

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

就业榜

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