| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327 |
- @charset "utf-8";
- /* CSS Document */
- html{ height: 100%; width: 100%;}
- * {
- margin: 0;
- padding: 0;
- }
- input.input-error:focus{background-color: transparent;}
- .popupDom {
- position: fixed;
- top: -40px;
- width: 100%;
- text-align: center;
- }
- .popup {
- width: 200px;
- height: 40px;
- line-height: 40px;
- background-color: #2a799f;
- border-radius: 0px 0px 4px 4px;
- text-align: center;
- margin: 0 auto;
- border: 1px solid #598fab;
- border-top: none;
- color: #FFFFFF;
- }
- .main {
- min-height: 700px;
- min-width: 1140px;
- position: relative;
- z-index: 999;
- width: 100%;
- height: 100%;
- }
- /* 登录 */
- .login-bg {
- background: url(../img/login-bg.png)0 0 repeat-x;
- width: 100%;
- height: 100%;
- }
- .login-dom{ position:absolute; width:100%;}
- .login {
- width:590px;
- margin: 0 auto;
- }
- /* logo */
- .logo {
- padding-top: 100px;
- margin: 0 auto 20px;
- }
- .logo1{margin: 0 auto 20px;}
- .logo-color {
- color: #c0cad6;
- }
- /* 输入框 */
- .login-box {
- width: 320px;
- height: 82px;
- border-radius: 8px;
- -webkit-border-radius: 8px;
- margin: 20px auto;
- background-color: #dde6ea;
- border: 2px solid #fff;
- cursor: pointer;
- }
- .login-shadow {
- box-shadow: 0px 0px 15px #000;
- -moz-box-shadow: 0px 0px 15px #000;
- -o-box-shadow: 0px 0px 15px #000;
- -webkit-box-shadow: 0px 0px 15px #000;
- }
- /* 登录名 */
- .name {
- width: 100%;
- height: 40px;
- border-radius: 8px;
- }
- .name input {
- width: 90%;
- height: 40px;
- outline: none;
- border: none;
- background-color: transparent;
- border-radius: 8px;
- -webkit-border-radius: 8px;
- margin-left: 5%;
- }
- input.input-error{
- background-color: transparent;
- }
- /* 密码 */
- .pwd {
- width: 100%;
- height: 40px;
- border-radius: 8px;
- -webkit-border-radius: 8px;
- }
- .pwd input {
- width: 90%;
- height: 40px;
- outline: none;
- border: none;
- background-color: transparent;
- border-radius: 8px;
- -webkit-border-radius: 8px;
- margin-left: 5%;
- }
- /* 登录按钮 */
- .btn {
- display: block;
- width: 320px;
- height: 40px;
- color: #c1c8d1;
- background-color: #2a799f;
- border-radius: 8px;
- -webkit-border-radius: 8px;
- margin: 30px auto;
- line-height: 40px;
- cursor: pointer;
- border: 1px solid #598fab;
- }
- .btn:hover {
- color: #fff;
- }
- .login-btn {
- margin-top: 50px;
- }
- /* 忘记密码 */
- .login-bg .forget {
- width: 560px;
- height: 60px;
- overflow: hidden;
- }
- .forget {
- background-image: url(../img/forget.png);
- margin: 40px auto;
- }
- .forget-pwd {
- color: #c1c8d1;
- margin-left: 53px;
- padding-top: 20px;
- cursor: pointer;
- }
- .forget-pwd:hover {
- text-decoration: underline;
- color: #fff;
- }
- .forget-new:hover {
- color: #fff;
- text-decoration: underline;
- }
- .forget-new {
- color: #c1c8d1;
- padding-top: 20px;
- margin-right: 53px;
- cursor: pointer;
- }
- /* 底部 */
- .footer {
- width: 100%;
- position: absolute;
- bottom: 20px;
- color: #c1c8d1;
- }
- .footer a{color: #c1c8d1;}
- .footer a:hover{color: #fff;text-decoration: underline;}
- /* 注册 */
- .register {
- width: 100%;
- margin: 0 auto;
- display: none;
- }
- .num-box,
- .code-box {
- width: 320px;
- height: 40px;
- border-radius: 8px;
- -webkit-border-radius: 8px;
- margin: 20px auto;
- background-color: #dde6ea;
- cursor: pointer;
- }
- /* 手机号(注册) */
- .area {
- width: 85px;
- height: 40px;
- line-height: 40px;
- text-align: center;
- color: #555;
- }
- .num-box input {
- width: 73%;
- height: 40px;
- outline: none;
- border: none;
- background-color: #dde6ea;
- border-radius: 8px;
- -webkit-border-radius: 8px;
- }
- .slider-box {
- width: 320px;
- height: 40px;
- margin: 30px auto;
- }
- /* 注册第二步 */
- .code-box input {
- width: 64%;
- height: 40px;
- outline: none;
- border: none;
- background-color: #dde6ea;
- border-radius: 8px;
- -webkit-border-radius: 8px;
- }
- /* 验证码 */
- .code {
- width: 114px;
- height: 40px;
- text-align: center;
- line-height: 40px;
- color: #265f83;
- border-left: 2px solid #ced9dd;
- }
- .message {
- width: 320px;
- height: 30px;
- color: #c0cad6;
- margin: 0 auto;
- }
- /* 注册第三步 */
- .three-box {
- width: 320px;
- -webkit-border-radius: 8px;
- border-radius: 8px;
- margin: 20px auto;
- background-color: #dde6ea;
- border: 2px solid #fff;
- cursor: pointer;
- }
- /* 注册第四步 */
- .four-top {
- position:relative;
- top:50%;
- }
- .successDom {
- position: absolute;
- top: -50%;
- margin-top:-180px;
- z-index: 10;
- left: 0;
- width: 100%;
- text-align: center;
- display: none;
- }
- /*注册*/
- .reg-wrap{margin: 20px auto; width: 320px;height: 82px;border-radius: 4px; background-color: #dde6ea;}
- .reg-btn{margin: 40px auto; width: 320px;height: 40px;line-height: 40px;border: 1px solid #598fab; background-color: #2a799f;border-radius: 8px; cursor: pointer;}
- .reg-btn:hover{color: #fff;}
- .reg-wrap .reg-number{height: 40px;line-height: 40px;}
- .reg-area{padding: 0 20px;}
- .reg-wrap input{background-color:transparent ;}
- .reg-phone{width: 80%; }
- .reg-code{width: 57%; border-right: 1px solid #ced9dd;}
- .reg-wrap .reg-send{padding: 0 37px; color: #265f83;cursor: pointer;}
|