diff --git a/code/dpro/templates/login/.project b/code/dpro/templates/login/.project new file mode 100644 index 0000000..249b596 --- /dev/null +++ b/code/dpro/templates/login/.project @@ -0,0 +1,37 @@ + + + login + Create By HBuilder + + + + + com.aptana.ide.core.unifiedBuilder + + + + + + com.aptana.projects.webnature + + + + 1636510059352 + + 10 + + org.eclipse.ui.ide.orFilterMatcher + + + org.eclipse.ui.ide.multiFilter + 1.0-projectRelativePath-matches-false-false-bin + + + org.eclipse.ui.ide.multiFilter + 1.0-projectRelativePath-matches-false-false-setting + + + + + + diff --git a/code/dpro/templates/login/css/style.css b/code/dpro/templates/login/css/style.css new file mode 100644 index 0000000..0368cc7 --- /dev/null +++ b/code/dpro/templates/login/css/style.css @@ -0,0 +1,64 @@ +.a{ + background-size:cover; + background-image: url(../img/口罩背景2.jpg); + height: 700px; + width: 1300px; + margin: 0; +} +.b{ + width: 950px; + height: 46px; + padding-top: 100px; + padding-left: 100px; + color: white; + text-align: center; +} +h1{ + font-size: 3em; +} +.c{ + border: 1; + height: 300px; + width: 300px; + border-radius: 15px; + background-color: #1c4557; + opacity:0.7; + margin-left:100px; + margin-top: 100px; +} +.c1{ + text-align: center; + font-size: 2em; + padding-top:20px ; + color: white; +} +.c2{ + width: 100xp; + height: 20px; + background-image: url(../img/usr.jpg) ; + background-repeat: no-repeat; + margin-top: 20px; + margin-left: 50px; + padding-left: 25px; + font-size: 16px; +} +.c3{ + width: 100xp; + height: 20px; + background-image: url(../img/password.jpg) ; + background-repeat: no-repeat; + margin-top: 20px; + margin-left: 50px; + padding-left: 25px; + font-size: 16px; +} +.c4{ + border:0px; + width: 130px; + height:20px; + background-color: #127adc; + font-size:16px; + color:#FFFFFF; + border-radius: 5px; + margin-top: 40px; +} diff --git a/code/dpro/templates/login/img/password.jpg b/code/dpro/templates/login/img/password.jpg new file mode 100644 index 0000000..56f3cc5 Binary files /dev/null and b/code/dpro/templates/login/img/password.jpg differ diff --git a/code/dpro/templates/login/img/usr.jpg b/code/dpro/templates/login/img/usr.jpg new file mode 100644 index 0000000..9f28946 Binary files /dev/null and b/code/dpro/templates/login/img/usr.jpg differ diff --git a/code/dpro/templates/login/img/口罩背景2.jpg b/code/dpro/templates/login/img/口罩背景2.jpg new file mode 100644 index 0000000..e0b361e Binary files /dev/null and b/code/dpro/templates/login/img/口罩背景2.jpg differ diff --git a/code/dpro/templates/login/index.html b/code/dpro/templates/login/index.html new file mode 100644 index 0000000..4be26b4 --- /dev/null +++ b/code/dpro/templates/login/index.html @@ -0,0 +1,23 @@ + + + + + 登录注册 + + + +
+

Mask口罩监测管理系统

+
+
登录
+ + +
+

+ +

+
+
+
+ + diff --git a/code/read b/code/read new file mode 100644 index 0000000..e9a9ea1 --- /dev/null +++ b/code/read @@ -0,0 +1 @@ +12345678 \ No newline at end of file diff --git a/doc/story.md b/doc/story.md index c9c121c..bd332fa 100644 --- a/doc/story.md +++ b/doc/story.md @@ -6,4 +6,6 @@ 疫情期间公众场合入口处的检测人员,使用该系统可查看出入人员佩戴口罩情况,若监测到已佩戴则放行通过,若监测到未佩戴则上前提醒,以便减少检测人员和出入人员之间的接触并且提高疫情期间口罩佩戴检测效率。 ###管理员 -要在系统后台为购买服务的客户分配高级账号,回收过期的高级账号,可以为客户提供服务,进行账户管理。 \ No newline at end of file +要在系统后台为购买服务的客户分配高级账号,回收过期的高级账号,可以为客户提供服务,进行账户管理。 + + diff --git a/doc/yuanxing b/doc/yuanxing deleted file mode 100644 index 11a25a4..0000000 --- a/doc/yuanxing +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file