From a2138d2ce1c1ae9e0df5ef728fa56b89904dbd65 Mon Sep 17 00:00:00 2001 From: chenbiao Date: Mon, 20 Nov 2017 14:30:59 +0800 Subject: [PATCH] 登录 login --- css/login.css | 117 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- image/login_pwsicon.png | Bin 0 -> 431 bytes image/login_usericon.png | Bin 0 -> 371 bytes image/login_vericon.png | Bin 0 -> 382 bytes login.html | 41 ++++++++++++++++++++++++++++++++++++++--- 5 files changed, 154 insertions(+), 4 deletions(-) create mode 100644 image/login_pwsicon.png create mode 100644 image/login_usericon.png create mode 100644 image/login_vericon.png diff --git a/css/login.css b/css/login.css index e6f1572..ac1d493 100644 --- a/css/login.css +++ b/css/login.css @@ -20,6 +20,9 @@ html,body{ color: #fff; font-size: 32px; } +.float-left{ + float: left; +} .login-content{ height: 412px; width: 580px; @@ -46,6 +49,118 @@ html,body{ margin-left: -50px; background-image: url("../image/logo-loginGreen.png"); background-repeat: no-repeat; - background-position: 22px 12px; + background-position: 21px 24.5px; background-size: 58px 51px; +} +.user-cont{ + margin: 0 auto; + padding-top: 95px; + width: 332px; + height: 136px; + /*border: 1px solid #ddd;*/ +} +.psw-cont{ + margin: 0 auto; + width: 332px; + height: 40px; + margin-top: 24px; + margin-bottom: 24px; +} +.cont-user,.cont-psw{ + height: 42px; + line-height: 40px; + width: 332px; + border: 1px solid #ddd; + border-radius: 4px; +} +.user-bg{ + height: 40px; + width: 40px; + background-color: #ddd; + background-image: url("../image/login_usericon.png"); + background-size: 19px 17px; + background-repeat: no-repeat; + background-position: 10px 11.5px; + float: left; +} +.psw-bg{ + height: 40px; + width: 40px; + background-color: #ddd; + background-image: url("../image/login_pwsicon.png"); + background-size: 16px 20px; + background-repeat: no-repeat; + background-position: 12px 10px; + float: left; +} +.login-control{ + height: 40px; + line-height: 40px; + width: 290px; + outline: none; + border: none !important; + border-top-right-radius:4px; + border-bottom-right-radius:4px; + padding-left: 12px; +} +.ver-cont{ + width: 222px; + height: 42px; + margin-left: 124px; + border: 1px solid #ddd; + border-radius: 4px; + margin-bottom: 10px; +} +.ver-bg{ + height: 40px; + width: 40px; + background-color: #ddd; + background-image: url("../image/login_vericon.png"); + background-size: 16px 16px; + background-repeat: no-repeat; + background-position: 12px 12px; + float: left; +} +.ver-control{ + height: 40px; + line-height: 40px; + width: 180px; + outline: none; + border: none !important; + border-top-right-radius:4px; + border-bottom-right-radius:4px; + padding-left: 12px; +} +.imgWrap{ + height: 42px; + width: 98px; + background: #ddd; + border-radius: 4px; + margin-left: 10px; +} +.imgWrap img { + width: 100%; + height: 100%; +} +.error_info{ + height: 30px; + line-height: 30px; + font-size: 14px; + color: #f00; + text-align: center; + margin-bottom: 8px; +} +.login-foot{ + width: 100%; + height: 40px; +} +.login-foot .btn{ + height: 40px; + width: 148px; + background: #26be96; + border-radius: 20px; + color: #fff; + font-size:18px; + margin: 0 auto; + display: block; } \ No newline at end of file diff --git a/image/login_pwsicon.png b/image/login_pwsicon.png new file mode 100644 index 0000000..5507edf Binary files /dev/null and b/image/login_pwsicon.png differ diff --git a/image/login_usericon.png b/image/login_usericon.png new file mode 100644 index 0000000..cf0977b Binary files /dev/null and b/image/login_usericon.png differ diff --git a/image/login_vericon.png b/image/login_vericon.png new file mode 100644 index 0000000..eb129f1 Binary files /dev/null and b/image/login_vericon.png differ diff --git a/login.html b/login.html index 7c5dc72..637104b 100644 --- a/login.html +++ b/login.html @@ -6,6 +6,10 @@ + + + + 登录 @@ -15,16 +19,47 @@
-
欢迎登陆企业云接口平台
+
欢迎登录企业云接口平台
- \ No newline at end of file -- libgit2 0.21.4