diff --git a/README.en.md b/README.en.md index 6e71ee9ac9d3d41da99884fd3fca7dcbd6c023e7..f561fac3146543fe7aa5db86223d59148721a22f 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 cb159f3a6916524e7fbb0a08d5062569c31cdb58..0000000000000000000000000000000000000000 --- "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 0000000000000000000000000000000000000000..cd06484021b97acbe50cf326ee61dc99d2232fbf --- /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 0000000000000000000000000000000000000000..16197aa31b0bd0613ff754569da7f911bb0fa504 --- /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 0000000000000000000000000000000000000000..a82b33288f422a260fe0ac13a99e9d6f02b2b875 --- /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 0000000000000000000000000000000000000000..cd8d4c516b90e3b82a968c7a351c1bd2f9583f7a --- /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 0000000000000000000000000000000000000000..38b0264d1802302185d788669a84e502663c49e6 --- /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 0000000000000000000000000000000000000000..e3c83385212b74e7bb80390ff9be81c6f4f0179e --- /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 0000000000000000000000000000000000000000..02b595e93235f8b08bfb816c78ebd35535aa7802 --- /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; + } + +