From ee27f754891548bf929dea74ea9b0fd305c3c292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E6=AC=A2=E5=96=9C?= <2609476605@qq.com> Date: Fri, 5 Mar 2021 17:43:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=8D=E4=B8=80=E6=AC=A1=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 2 +- ...230\345\267\245OA\347\263\273\347\273\237" | 1 - .../base.css" | 12 +++++ .../center.css" | 52 +++++++++++++++++++ .../hau.txt" | 1 + .../index.html" | 36 +++++++++++++ .../item.css" | 11 ++++ .../register.html" | 40 ++++++++++++++ .../top.css" | 11 ++++ 9 files changed, 164 insertions(+), 2 deletions(-) delete mode 160000 "\345\221\230\345\267\245OA\347\263\273\347\273\237" create mode 100644 "\345\221\250\346\254\242\345\226\234/base.css" create mode 100644 "\345\221\250\346\254\242\345\226\234/center.css" create mode 100644 "\345\221\250\346\254\242\345\226\234/hau.txt" create mode 100644 "\345\221\250\346\254\242\345\226\234/index.html" create mode 100644 "\345\221\250\346\254\242\345\226\234/item.css" create mode 100644 "\345\221\250\346\254\242\345\226\234/register.html" create mode 100644 "\345\221\250\346\254\242\345\226\234/top.css" diff --git a/README.en.md b/README.en.md index 6e71ee9a..f561fac3 100644 --- a/README.en.md +++ b/README.en.md @@ -1,7 +1,7 @@ # 2019级计应班笔记 #### Description -2019级计应班笔记 +2019级计应班笔记和练习 #### Software Architecture Software architecture description diff --git "a/\345\221\230\345\267\245OA\347\263\273\347\273\237" "b/\345\221\230\345\267\245OA\347\263\273\347\273\237" deleted file mode 160000 index cb159f3a..00000000 --- "a/\345\221\230\345\267\245OA\347\263\273\347\273\237" +++ /dev/null @@ -1 +0,0 @@ -Subproject commit cb159f3a6916524e7fbb0a08d5062569c31cdb58 diff --git "a/\345\221\250\346\254\242\345\226\234/base.css" "b/\345\221\250\346\254\242\345\226\234/base.css" new file mode 100644 index 00000000..cd064840 --- /dev/null +++ "b/\345\221\250\346\254\242\345\226\234/base.css" @@ -0,0 +1,12 @@ +/* CSS Document */ +#base span a{ + color:#FFF; + text-align:center; + width:1470px; + padding-left:670px; + font-size:14px; + text-decoration:none; +} +#base{ + padding-top:30px; +} \ No newline at end of file diff --git "a/\345\221\250\346\254\242\345\226\234/center.css" "b/\345\221\250\346\254\242\345\226\234/center.css" new file mode 100644 index 00000000..16197aa3 --- /dev/null +++ "b/\345\221\250\346\254\242\345\226\234/center.css" @@ -0,0 +1,52 @@ +/* CSS Document */ +#center{ + width:450px; + height:450px; + background-color:#FFF; + border-radius:7px; + margin-left:505px; + margin-top:20px; +} +#center form p{ + padding-left:147px; + padding-top:30px; + color:#666; + font-size:18px; + padding-bottom:20px; +} +#center form li{ + font-size:15px; + color:#999; + margin-left:20px; +} +#center form li input.textStyle{ + border-style:none; + border-bottom-style:solid; + border-bottom-width:1px; + width:400px; + border-bottom-color:#CCC; + margin-bottom:30px; + height:0px; +} +#center form li a{ + margin-left:12px; +} +#center form li input.cheStyle{ + margin-left:16px; +} +#center form li span{ + color:#999; + font-weight:1000; +} +#center form li input.btnStyle{ + width:360px; + height:40px; + margin-top:40px; + background-color:#09F; + margin-left:20px; + border-radius:7px; + border-style:none; +} +#center #c{ + color:#FFF; +} \ No newline at end of file diff --git "a/\345\221\250\346\254\242\345\226\234/hau.txt" "b/\345\221\250\346\254\242\345\226\234/hau.txt" new file mode 100644 index 00000000..a82b3328 --- /dev/null +++ "b/\345\221\250\346\254\242\345\226\234/hau.txt" @@ -0,0 +1 @@ +asdfasdfsadf diff --git "a/\345\221\250\346\254\242\345\226\234/index.html" "b/\345\221\250\346\254\242\345\226\234/index.html" new file mode 100644 index 00000000..cd8d4c51 --- /dev/null +++ "b/\345\221\250\346\254\242\345\226\234/index.html" @@ -0,0 +1,36 @@ + + + + +无标题文档 + + + + + + + + +
+
+ 员工OA系统 +
+
+
+

请输入用户名和密码

+
  • 用户名
  • +
  • +
  • 密码
  • +
  • +
  • 记住我
  • +
  • +
    +
    +
    + 新员工? 创建账号 +
    + 新员工注册 +
    +
    + + diff --git "a/\345\221\250\346\254\242\345\226\234/item.css" "b/\345\221\250\346\254\242\345\226\234/item.css" new file mode 100644 index 00000000..38b0264d --- /dev/null +++ "b/\345\221\250\346\254\242\345\226\234/item.css" @@ -0,0 +1,11 @@ +/* CSS Document */ +body{ + background-color:#09F; +} +*{ + padding:0px; + margin:0px; +} +li{ + list-style-type:none; +} \ No newline at end of file diff --git "a/\345\221\250\346\254\242\345\226\234/register.html" "b/\345\221\250\346\254\242\345\226\234/register.html" new file mode 100644 index 00000000..e3c83385 --- /dev/null +++ "b/\345\221\250\346\254\242\345\226\234/register.html" @@ -0,0 +1,40 @@ + + + + + 无标题文档 + + + + + + + + +
    +
    + 员工OA系统 +
    +
    +
    +

    实名注册页面

    +
  • 输入身份证号
  • +
  • +
  • 请输入用户名
  • +
  • +
  • 设置密码
  • +
  • +
  • 确认密码
  • +
  • + +
  • +
    +
    + +
    + + diff --git "a/\345\221\250\346\254\242\345\226\234/top.css" "b/\345\221\250\346\254\242\345\226\234/top.css" new file mode 100644 index 00000000..02b595e9 --- /dev/null +++ "b/\345\221\250\346\254\242\345\226\234/top.css" @@ -0,0 +1,11 @@ +/* CSS Document */ +#top span { + color:#FFF; + font-size:30px; + text-align:center; + width:1470px; + padding-top:100px; + display: table-cell; + } + + -- Gitee