style.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. *{margin:0;padding:0}
  2. html,body{
  3. height: 100%
  4. }
  5. .box {
  6. max-width: 750px;
  7. width:100%;
  8. margin:0 auto;
  9. font-size: 0.36rem;
  10. height: 100%;
  11. color: #fff;
  12. }
  13. .downloadbox{
  14. background: url(../images/img_01.png)no-repeat;
  15. background-size: 100% 100%;
  16. }
  17. .loginbox{
  18. background: #14161C;
  19. }
  20. .left{
  21. float: left;
  22. }
  23. .right{
  24. float: right;
  25. }
  26. .binbox{
  27. position: fixed;
  28. left:0;
  29. right:0;
  30. bottom:2.3rem;
  31. z-index: 999;
  32. }
  33. .binbox img{
  34. display: block;
  35. width:6.4rem;
  36. height: 0.9rem;
  37. margin:0 auto;
  38. }
  39. .binbox div{
  40. margin-top:0.64rem;
  41. }
  42. .truning{
  43. position: fixed;
  44. left:0.3rem;
  45. top:0.3rem;
  46. width:0.6rem;
  47. height: 0.6rem;
  48. }
  49. .truning img{
  50. display: block;
  51. width:0.6rem;
  52. height: 0.6rem;
  53. }
  54. .loginhead{
  55. height: 0.6rem;
  56. line-height: 0.6rem;
  57. text-align: center;
  58. font-size: 0.34rem;
  59. color: #fff;
  60. position: relative;
  61. padding-top:0.3rem;
  62. }
  63. .loginhead img{
  64. position: absolute;
  65. left:0.3rem;
  66. bottom:0;
  67. display: block;
  68. width:0.6rem;
  69. height: 0.6rem;
  70. }
  71. .loginboxfrom{
  72. overflow: hidden;
  73. width:6.4rem;
  74. margin:0 auto;
  75. font-size: 0.3rem;
  76. }
  77. .loginboxfrom .div1{
  78. border-bottom: 1px solid #707070;
  79. padding:0.35rem 0;
  80. overflow: hidden;
  81. }
  82. .loginboxfrom .div1 label{
  83. height: 0.4rem;
  84. line-height: 0.4rem;
  85. color: #fff;
  86. font-size: 0.34rem;
  87. }
  88. .loginboxfrom .div1 input{
  89. height: 0.4rem;
  90. line-height: 0.4rem;
  91. display: block;
  92. background: none;
  93. border:none;
  94. outline: none;
  95. color: #fff;
  96. font-size: 0.34rem;
  97. }
  98. .code .right{
  99. background: #434549 !important;
  100. height: 0.6rem !important;
  101. line-height: 0.6rem !important;
  102. text-align: center;
  103. width:2.6rem !important;
  104. font-size: 0.26rem;
  105. color: #fff;
  106. }
  107. .code .left{
  108. line-height:0.8rem !important;
  109. margin-top:0.2rem;
  110. width:3.5rem;
  111. }
  112. .nubdiv1 label{
  113. border-right:1px solid #707070;
  114. margin-right:0.2rem;
  115. padding-right:0.2rem;
  116. }
  117. .nubdiv1 input{
  118. height: 0.45rem !important;
  119. line-height: 0.45rem !important;
  120. }
  121. .loginbtn{
  122. width:6.4rem;
  123. height: 0.9rem;
  124. line-height: 0.9rem;
  125. text-align: center;
  126. color: #333;
  127. font-size: 0.36rem;
  128. background: url(../images/img_05.png)no-repeat;
  129. background-size: 100% 100%;
  130. margin-top:0.7rem;
  131. }
  132. .tip{
  133. height: 1rem;
  134. position: fixed;
  135. top:0;
  136. right:0;
  137. left:0;
  138. bottom:0;
  139. margin:auto;
  140. text-align: center;
  141. z-index: 999;
  142. }
  143. .tip span{
  144. background: #707070;
  145. text-align: center;
  146. font-size:0.32rem;
  147. padding:0.2rem 0.2rem;
  148. border-radius: 3px;
  149. }