diff --git a/css/login.css b/css/login.css index e69de29..e6f1572 100644 --- a/css/login.css +++ b/css/login.css @@ -0,0 +1,51 @@ +html,body{ + height: 100%; + width: 100%; + +} +.login-model { + height: 100%; + min-height: 700px; + width: 100%; + min-width: 814px; + background: url("../image/syslogin_bgIcon.png") no-repeat; + background-size: 100% 100%; + position: relative; +} +.top-tit{ + padding-top: 102px; + height: 140px; + /*line-height: 62px;*/ + text-align: center; + color: #fff; + font-size: 32px; +} +.login-content{ + height: 412px; + width: 580px; + margin: 100px auto 0; + background: #fff; + border-radius: 20px; +} +.posrel{ + position: relative; +} +.posabl{ + position: absolute; +} +.boxshadow { + box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.2); +} +.login-contop{ + height: 100px; + width: 100px; + border-radius: 50%; + background-color: #fff; + top:-50px; + left: 50%; + margin-left: -50px; + background-image: url("../image/logo-loginGreen.png"); + background-repeat: no-repeat; + background-position: 22px 12px; + background-size: 58px 51px; +} \ No newline at end of file diff --git a/image/logo-loginGreen.png b/image/logo-loginGreen.png new file mode 100644 index 0000000..078d87e --- /dev/null +++ b/image/logo-loginGreen.png diff --git a/login.html b/login.html index a1f88f2..7c5dc72 100644 --- a/login.html +++ b/login.html @@ -6,17 +6,21 @@ - 首页 + 登录 -
header
- -
header
- +
+ +
欢迎登陆企业云接口平台
+ +
+ +
+