From 1562dffdae45bbe70cab466561a43a589a315860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E6=82=A6=E8=BF=8E?= <12071374+guo-yueying@user.noreply.gitee.com> Date: Fri, 29 Dec 2023 04:43:56 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BD=9C=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 郭悦迎 <12071374+guo-yueying@user.noreply.gitee.com> --- ...4 \345\260\261\344\270\232\346\246\234.md" | 233 ++++++++++++++++++ 1 file changed, 233 insertions(+) create mode 100644 "39 \351\203\255\346\202\246\350\277\216/20231124 \345\260\261\344\270\232\346\246\234.md" diff --git "a/39 \351\203\255\346\202\246\350\277\216/20231124 \345\260\261\344\270\232\346\246\234.md" "b/39 \351\203\255\346\202\246\350\277\216/20231124 \345\260\261\344\270\232\346\246\234.md" new file mode 100644 index 0000000..3227fdb --- /dev/null +++ "b/39 \351\203\255\346\202\246\350\277\216/20231124 \345\260\261\344\270\232\346\246\234.md" @@ -0,0 +1,233 @@ +## 作业 + +**css部分** + +```css +* { + 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; + } +``` + +**html部分** + +```html + + + +
+ + + +学号 | +姓名 | +年龄 | +性别 | +薪资 | +就业城市 | +操作 | +
---|