| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153 |
- @charset "utf-8";
- input::-webkit-input-placeholder {
- color: #7dbff5;
- font-size: 22px;
- }
- .register-content{
- margin: 0 auto;
- width: 1920px;
- height: 1080px;
- background: url(../../../images/hardware/aio/aio/index-bg.png) no-repeat;
- overflow: hidden;
- }
- .register-title{
- margin-top: 177px;
- width: 1920px;
- font-size:32px;
- color:#151515;
- text-align:center;
- letter-spacing: 5px;
- margin-bottom:40px;
- line-height:180px;
- }
- .register-content-img{
- display: block;
- width: 143px;
- margin: 0 auto;
- padding: 19px 0px;
- }
- .register-content-phone{
- width: 784px;
- height: 90px;
- margin: 0 auto;
- background-color:#fff;
- }
- .content-phone-left{
- width: 506px;
- height: 89px;
- float: left;
- }
- .phone-left-left{
- float:left;
- }
- .phone-left-right{
- float:right;
- }
- .phone-left-img {
- margin-top: 20px;
- margin-left: 50px;
- }
- .phone-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: 400px;
- padding-left: 10px;
- padding-right: 10px;
- margin-left:20px;
- }
- .phone-left-input::-webkit-input-placeholder{color:#808080;}
- .content-phone-right {
- float: right;
- width: 228px;
- height: 90px;
- background-color:#e1871a;
- }
- .phone-right-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;
- }
- .register-content-code{
- width: 784px;
- height: 90px;
- margin: 38px auto 0px auto;
- background-color:#fff;
- }
- .content-code-left {
- float: left;
- width: 784px;
- height: 90px;
- }
- .code-left-left {
- float: left;
- }
- .code-left-img {
- margin-top: 24px;
- margin-left: 45px;
- }
- .code-left-right {
- float: right;
- }
- .code-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;
- }
- .code-left-input::-webkit-input-placeholder{color:#808080;}
- .phone-loginButton{
- width: 767px;
- height:80px;
- line-height:80px;
- background-color:#0064f6;
- border-radius:5px;
- text-align:center;
- margin: 63px auto 0px auto;
- }
- .phone-loginBtn{
- float: left;
- margin-left: 325px;
- margin-top: 22px;
- }
- .Btnstyle {
- width: 125px;
- height: 39px;
- 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;
- }
- .register-footer{
- margin-top: 80px;
- }
|