123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152 |
- *{margin:0;padding:0}
- html,body{
- height: 100%
- }
- .box {
- max-width: 750px;
- width:100%;
- margin:0 auto;
- font-size: 0.36rem;
- height: 100%;
- color: #fff;
- }
- .downloadbox{
- background: url(../images/img_01.png)no-repeat;
- background-size: 100% 100%;
- }
- .loginbox{
- background: #14161C;
- }
- .left{
- float: left;
- }
- .right{
- float: right;
- }
- .binbox{
- position: fixed;
- left:0;
- right:0;
- bottom:2.3rem;
- z-index: 999;
- }
- .binbox img{
- display: block;
- width:6.4rem;
- height: 0.9rem;
- margin:0 auto;
- }
- .binbox div{
- margin-top:0.64rem;
- }
- .truning{
- position: fixed;
- left:0.3rem;
- top:0.3rem;
- width:0.6rem;
- height: 0.6rem;
- }
- .truning img{
- display: block;
- width:0.6rem;
- height: 0.6rem;
- }
- .loginhead{
- height: 0.6rem;
- line-height: 0.6rem;
- text-align: center;
- font-size: 0.34rem;
- color: #fff;
- position: relative;
- padding-top:0.3rem;
- }
- .loginhead img{
- position: absolute;
- left:0.3rem;
- bottom:0;
- display: block;
- width:0.6rem;
- height: 0.6rem;
- }
- .loginboxfrom{
- overflow: hidden;
- width:6.4rem;
- margin:0 auto;
- font-size: 0.3rem;
-
- }
- .loginboxfrom .div1{
- border-bottom: 1px solid #707070;
- padding:0.35rem 0;
- overflow: hidden;
- }
- .loginboxfrom .div1 label{
- height: 0.4rem;
- line-height: 0.4rem;
- color: #fff;
- font-size: 0.34rem;
- }
- .loginboxfrom .div1 input{
- height: 0.4rem;
- line-height: 0.4rem;
- display: block;
- background: none;
- border:none;
- outline: none;
- color: #fff;
- font-size: 0.34rem;
- }
- .code .right{
- background: #434549 !important;
- height: 0.6rem !important;
- line-height: 0.6rem !important;
- text-align: center;
- width:2.6rem !important;
- font-size: 0.26rem;
- color: #fff;
- }
- .code .left{
- line-height:0.8rem !important;
- margin-top:0.2rem;
- width:3.5rem;
- }
- .nubdiv1 label{
- border-right:1px solid #707070;
- margin-right:0.2rem;
- padding-right:0.2rem;
- }
- .nubdiv1 input{
- height: 0.45rem !important;
- line-height: 0.45rem !important;
- }
- .loginbtn{
- width:6.4rem;
- height: 0.9rem;
- line-height: 0.9rem;
- text-align: center;
- color: #333;
- font-size: 0.36rem;
- background: url(../images/img_05.png)no-repeat;
- background-size: 100% 100%;
- margin-top:0.7rem;
- }
- .tip{
- height: 1rem;
- position: fixed;
- top:0;
- right:0;
- left:0;
- bottom:0;
- margin:auto;
- text-align: center;
- z-index: 999;
- }
- .tip span{
- background: #707070;
- text-align: center;
- font-size:0.32rem;
- padding:0.2rem 0.2rem;
- border-radius: 3px;
- }
|