bindMobile.css 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. * {
  2. -webkit-box-sizing: border-box;
  3. box-sizing: border-box;
  4. font: 12px/1.5 'Microsoft Yahei';
  5. margin: 0;
  6. padding: 0;
  7. }
  8. html {
  9. font-size: 85.33333333px;
  10. }
  11. @media screen and (min-width: 320px) {
  12. html {
  13. font-size: 85.33333333px;
  14. }
  15. }
  16. @media screen and (min-width: 360px) {
  17. html {
  18. font-size: 96px;
  19. }
  20. }
  21. @media screen and (min-width: 375px) {
  22. html {
  23. font-size: 100px;
  24. }
  25. }
  26. html,
  27. body {
  28. height: 100%;
  29. }
  30. body {
  31. margin: 0 auto;
  32. overflow: hidden;
  33. }
  34. input {
  35. border: 0 none;
  36. outline: none;
  37. }
  38. a {
  39. text-decoration: none;
  40. }
  41. .pop {
  42. -webkit-box-align: center;
  43. -ms-flex-align: center;
  44. align-items: center;
  45. background-color: rgba(0, 0, 0, 0.6);
  46. display: -webkit-box;
  47. display: -ms-flexbox;
  48. display: flex;
  49. left: 0;
  50. -webkit-box-pack: center;
  51. -ms-flex-pack: center;
  52. justify-content: center;
  53. min-height: 100vh;
  54. position: absolute;
  55. top: 0;
  56. width: 100%;
  57. }
  58. .pop_body {
  59. background-color: #fff;
  60. border-radius: 0.1rem;
  61. padding: 0.15rem;
  62. width: 3rem;
  63. }
  64. .huosdk_tips {
  65. line-height: 0.4rem;
  66. text-align: center;
  67. z-index: 1;
  68. }
  69. .huosdk_tips h5 {
  70. color: #666;
  71. font-size: 0.14rem;
  72. margin: -0.05rem 0 0.15rem;
  73. }
  74. .huosdk_tips p {
  75. color: #333;
  76. font-size: 0.16rem;
  77. }
  78. .huosdk_tips .btn {
  79. border-top: 1px solid #e8e8e8;
  80. display: -webkit-box;
  81. display: -ms-flexbox;
  82. display: flex;
  83. margin: 0.2rem -0.15rem -0.15rem;
  84. }
  85. .huosdk_tips .btn a {
  86. color: #22AFCA;
  87. -webkit-box-flex: 1;
  88. -ms-flex: 1;
  89. flex: 1;
  90. font-size: 0.15rem;
  91. line-height: 0.44rem;
  92. }
  93. .icon_user, .icon_card {
  94. background-size: 100% 100%;
  95. height: 0.2rem;
  96. width: 0.2rem;
  97. }
  98. .icon_user {
  99. background-image: url(../images/icon-user.png);
  100. }
  101. .icon_card {
  102. background-image: url(../images/icon-card.png);
  103. }
  104. .icon_pwd {
  105. background-image: url(../images/icon-pwd.png);
  106. }
  107. .float_pop-outer{background-color:rgba(0,0,0,0.6);height:100%;left:0;position:absolute;top:0;width:100vw;z-index:1}
  108. .float_pop-inner{background-color:#fff;border-radius:0.1rem;left:50%;padding:0.15rem;position:fixed;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);width:3.1rem}
  109. .float_pop-tit{color:#333;font-size:0.2rem;margin-bottom:0.2rem;text-align:center}
  110. .float_pop-con{color:#666;font-size:0.14rem;line-height:0.24rem;text-align:left}
  111. .float_pop-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0.25rem auto 0.1rem}
  112. .float_pop-btn>a{border:1px solid #fff;border-radius:0.04rem;-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:0.16rem;line-height:0.4rem;text-align:center;max-width:1.4rem}
  113. .float_pop-btn>a:first-child{margin-right:0.05rem}
  114. .float_pop-btn>a:last-child{margin-left:0.05rem}
  115. .float_auth-msg{color:#999;display:block;font-size:0.12rem}
  116. .float_auth-item{margin:0.1rem 0}
  117. .float_auth-item>label{border:1px solid #e8e8e8;border-radius:0.04rem;display:block;height:0.4rem;line-height:0.38rem}
  118. .float_auth-item>label>i{float:left;margin:0.09rem 0.12rem 0 0.1rem}
  119. .float_auth-item>label>input{font-size:0.14rem;width:2.3rem}
  120. .float_auth-item>select{border:1px solid #e8e8e8;border-radius:0.04rem;font-size:0.14rem;height:0.4rem;padding:0 0.08rem;width:100%}
  121. .float_auth-item>select>option{font-size:0.14rem}
  122. .float_auth-primary{background-color:#23B0CB;color:#fff}
  123. .float_auth-default{background-color:#ccc;color:#fff}
  124. .float_auth_item{display: flex;}
  125. .code_label{
  126. width:2rem
  127. }
  128. .code_label input{
  129. width:1.32rem !important;
  130. }
  131. .float_auth_item>label{
  132. border-right: 0 !important;
  133. border-radius: 0.04rem 0 0 0.04rem !important;
  134. }
  135. .send{
  136. flex:1;
  137. color:#FF6905;
  138. height: .4rem;
  139. line-height: .4rem;
  140. border:1px solid #E8E8E8;
  141. text-align: center;
  142. box-sizing: border-box;
  143. border-radius: 0 0.04rem 0.04rem 0;
  144. background: #fff;
  145. }
  146. .ic_off{
  147. width: .2rem;
  148. height: .2rem;
  149. position: absolute;
  150. right: 0;
  151. top:0;
  152. }
  153. .ic_off img{
  154. width: .2rem;
  155. height: .2rem;
  156. }
  157. .float_pop-tit{
  158. position: relative;
  159. }
  160. .password_item>label{
  161. border:0;
  162. flex: 1;
  163. }
  164. .password_item>label>input{
  165. width: 1.8rem;
  166. }
  167. .password_item>i{
  168. width: .2rem;
  169. }
  170. .password_item>i>img{
  171. width: .2rem;
  172. height: .2rem;
  173. }
  174. .password_item{
  175. border:1px solid #E8E8E8;
  176. border-radius: 0.04rem;
  177. display: flex;
  178. align-items: center;
  179. padding-right: .05rem;
  180. }