| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206 |
- @charset "utf-8";
- input::-webkit-input-placeholder {
- color: #7dbff5;
- font-size: 22px;
- }
- .member-login-content{
- margin: 0 auto;
- width: 1920px;
- height: 1080px;
- overflow: hidden;
- }
- .member-login-content-bgone{
- background: url(../../../images/hardware/aio/aio/index-bg.png) no-repeat;
- }
- .member-login-content-bgtwo{
- background: url(../../../images/hardware/aio/aio/index-bg.png) no-repeat;
- }
- .login-content-title{
- margin-top: 177px;
- width: 1920px;
- font-size:32px;
- color:#151515;
- text-align:center;
- letter-spacing: 5px;
- margin-bottom:40px;
- line-height:180px;
- }
- .login-content-img{
- display: block;
- width: 145px;
- margin: 0 auto;
- padding: 20px 0px;
- }
- .member-form{
- width: 780px;
- margin: 0 auto;
- height: 358px;
- }
- .loginUser{
- height: 90px;
- background-color:#fff;
- }
- .member-login-footer{
- margin-top: 65px;
- }
- .loginUser-left{
- float: left;
- }
- .loginUser-left-img{
- margin-top: 20px;
- margin-left: 50px;
- }
- .loginUser-left-input{
- background: #fff !important;
- display: inline-block;
- height: 90px;
- font-family: MicrosoftYaHei;
- font-size: 22px;
- font-weight: normal;
- font-stretch: normal;
- line-height:90px;
- letter-spacing: 0px;
- color: #151515;
- width: 680px;
- padding-left: 10px;
- padding-right: 10px;
- }
- .loginUser-left-input::-webkit-input-placeholder{color:#808080;}
- .loginUser-right{
- float: right;
- }
- .loginPwd{
- height: 90px;
- margin-top: 37px;
- background-color:#fff;
- }
- .loginPwd-left{
- float: left;
- }
- .loginPwd-left-img{
- margin-top: 20px;
- margin-left: 50px;
- }
- .loginPwd-left-input{
- background: #fff !important;
- display: inline-block;
- height: 90px;
- font-family: MicrosoftYaHei;
- font-size: 22px;
- font-weight: normal;
- font-stretch: normal;
- line-height:90px;
- letter-spacing: 0px;
- color: #151515;
- width: 680px;
- padding-left: 10px;
- padding-right: 10px;
- }
- .loginPwd-left-input::-webkit-input-placeholder{color:#808080;}
- .loginPwd-right{
- float: right;
- }
- .loginButton{
- width: 767px;
- height: 82px;
- margin: 0px auto 0px auto;
- }
- .Btnstyle{
- width: 124px;
- height: 36px;
- font-family: MicrosoftYaHei;
- font-size: 26px;
- font-weight: normal;
- font-stretch: normal;
- line-height: 36px;
- letter-spacing: 0px;
- color: #ffffff;
- background: none;
- border: none;
- outline:none;
- }
- .loginBtn{
- float: left;
- width:355px;
- height:80px;
- line-height:80px;
- background-color:#0064f6;
- border-radius:5px;
- text-align:center;
- }
- .registerBtn{
- float:right;
- width:355px;
- height:80px;
- line-height:80px;
- background-color:#e1871a;
- border-radius:5px;
- text-align:center;
- }
- .loginChange{
- width: 200px;
- height:80px;
- float: right;
- margin-right: 5px;
- }
- .loginChange-info{
- font-family: "SimHei";
- font-size: 22px;
- font-weight: normal;
- font-stretch: normal;
- line-height: 80px;
- letter-spacing: 0px;
- color: #fa4444;
- cursor: pointer;
- }
- .loginUser-left-phoneInput{
- background: #fff !important;
- display: inline-block;
- height: 90px;
- font-family: MicrosoftYaHei;
- font-size: 22px;
- font-weight: normal;
- font-stretch: normal;
- line-height:90px;
- letter-spacing: 0px;
- color: #151515;
- width: 440px;
- padding-left: 10px;
- padding-right: 10px;
- margin-left:20px;
- }
- .loginUser-left-phoneInput::-webkit-input-placeholder{color:#808080;}
- .loginUser-phoneRight{
- float: right;
- width: 228px;
- height: 90px;
- background-color:#e1871a;
- }
- .loginUser-phoneRight-tip{
- width: 130px;
- height: 25px;
- font-family: MicrosoftYaHei;
- font-size: 26px;
- font-weight: normal;
- font-stretch: normal;
- line-height: 36px;
- letter-spacing: 0px;
- color: #ffffff;
- margin: 24px auto 0px auto;
- display: block;
- }
- .phone-loginButton{
- width: 767px;
- height: 85px;
- margin: 0px auto 0px auto;
- }
- .phone-loginBtn{
- float: left;
- width:100%;
- height:80px;
- line-height:80px;
- background-color:#0064f6;
- border-radius:5px;
- text-align:center;
- }
|